Package 

Class WsConnectContext

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String sessionId
      public final Session session
    • Method Summary

      Modifier and Type Method Description
      final String getSessionId()
      • Methods inherited from class io.javalin.websocket.WsConnectContext

        attribute, attribute, attributeMap, closeSession, closeSession, closeSession, cookie, cookieMap, equals, hashCode, header, headerMap, host, matchedPath, pathParam, pathParamAsClass, pathParamAsClass, pathParamMap, queryParam, queryParamAsClass, queryParamAsClass, queryParamMap, queryParams, queryString, send, send, send, sendPing, sendPing, sessionAttribute, sessionAttributeMap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WsConnectContext

        WsConnectContext(String sessionId, Session session)