Interface WebSocketSessionInfo

All Known Subinterfaces:
MessageSender, WebSocketSession
All Known Implementing Classes:
AbstractWebSocketSession

public interface WebSocketSessionInfo
This interface only expose session information.
  • Method Details

    • getSessionId

      String getSessionId()
    • getLocalAddress

      InetSocketAddress getLocalAddress()
    • getRemoteAddress

      InetSocketAddress getRemoteAddress()
    • isSecure

      boolean isSecure()
    • setTransitUri

      void setTransitUri(String transitUri)
    • getTransitUri

      String getTransitUri()