public interface MessageSender extends WebSocketSessionInfo
| Modifier and Type | Method and Description |
|---|---|
void |
sendBinary(ByteBuffer data) |
void |
sendString(String message) |
getLocalAddress, getRemoteAddress, getSessionId, getTransitUri, isSecure, setTransitUrivoid sendString(String message) throws IOException
IOExceptionvoid sendBinary(ByteBuffer data) throws IOException
IOExceptionCopyright © 2017 Apache NiFi Project. All rights reserved.