Package org.apache.nifi.websocket
Class AbstractWebSocketSession
java.lang.Object
org.apache.nifi.websocket.AbstractWebSocketSession
- All Implemented Interfaces:
MessageSender,WebSocketSession,WebSocketSessionInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.nifi.websocket.MessageSender
sendBinary, sendStringMethods inherited from interface org.apache.nifi.websocket.WebSocketSession
closeMethods inherited from interface org.apache.nifi.websocket.WebSocketSessionInfo
getLocalAddress, getRemoteAddress, getSessionId, isSecure
-
Field Details
-
transitUri
-
-
Constructor Details
-
AbstractWebSocketSession
public AbstractWebSocketSession()
-
-
Method Details
-
setTransitUri
- Specified by:
setTransitUriin interfaceWebSocketSessionInfo
-
getTransitUri
- Specified by:
getTransitUriin interfaceWebSocketSessionInfo
-