Package org.apache.nifi.websocket
Interface MessageSender
- All Superinterfaces:
WebSocketSessionInfo
- All Known Subinterfaces:
WebSocketSession
- All Known Implementing Classes:
AbstractWebSocketSession
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendBinary(ByteBuffer data) voidsendString(String message) Methods inherited from interface org.apache.nifi.websocket.WebSocketSessionInfo
getLocalAddress, getRemoteAddress, getSessionId, getTransitUri, isSecure, setTransitUri
-
Method Details
-
sendString
- Throws:
IOException
-
sendBinary
- Throws:
IOException
-