public class WebSocketOutboundChannelManager extends WebSocketChannelManager implements OutboundChannelManager
OutboundChannelManager for WebSocket.CONNECTION_STRING, SSL_KEYSTORE_FILE_PATH, SSL_KEYSTORE_KEY_PASSWORD, SSL_KEYSTORE_PASSWORD, SSL_KEYSTORE_TYPE, SSL_TRUSTSTORE_FILE_PATH, SSL_TRUSTSTORE_PASSWORD, SSL_TRUSTSTORE_TYPE| Constructor and Description |
|---|
WebSocketOutboundChannelManager(Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
publish(byte[] data) |
void |
publish(List<byte[]> data) |
configure, getConnectionString, initialize, pollData, sendData, stopgetChannelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, getChannel, initialize, stoppublic WebSocketOutboundChannelManager(Channel channel)
public void publish(byte[] data)
throws Exception
publish in interface OutboundChannelManagerExceptionpublic void publish(List<byte[]> data) throws Exception
publish in interface OutboundChannelManagerExceptionCopyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.