Package org.apache.nifi.websocket
Interface WebSocketSessionInfo
- All Known Subinterfaces:
MessageSender,WebSocketSession
- All Known Implementing Classes:
AbstractWebSocketSession
public interface WebSocketSessionInfo
This interface only expose session information.
-
Method Summary
-
Method Details
-
getSessionId
String getSessionId() -
getLocalAddress
InetSocketAddress getLocalAddress() -
getRemoteAddress
InetSocketAddress getRemoteAddress() -
isSecure
boolean isSecure() -
setTransitUri
-
getTransitUri
String getTransitUri()
-