Package org.apache.nifi.websocket
Interface WebSocketSession
- All Superinterfaces:
MessageSender,WebSocketSessionInfo
- All Known Implementing Classes:
AbstractWebSocketSession
This is the concrete WebSocket session interface, which provides session information and operations.
-
Method Summary
Methods inherited from interface org.apache.nifi.websocket.MessageSender
sendBinary, sendStringMethods inherited from interface org.apache.nifi.websocket.WebSocketSessionInfo
getLocalAddress, getRemoteAddress, getSessionId, getTransitUri, isSecure, setTransitUri
-
Method Details
-
close
- Throws:
IOException
-