Home
last modified time | relevance | path

Searched refs:getHttpSessionId (Results 1 – 2 of 2) sorted by path

/unit/src/java/nginx/unit/websocket/
H A DWsSession.java809 public String getHttpSessionId() { in getHttpSessionId() method in WsSession
/unit/src/java/nginx/unit/websocket/server/
H A DWsServerContainer.java344 wsSession.getHttpSessionId() != null) { in registerSession()
346 wsSession.getHttpSessionId()); in registerSession()
359 wsSession.getHttpSessionId() != null) { in unregisterSession()
361 wsSession.getHttpSessionId()); in unregisterSession()