Uses of Interface
jetbrains.buildServer.push.impl.WebSocketSession
-
Packages that use WebSocketSession Package Description jetbrains.buildServer.push.impl jetbrains.buildServer.push.impl.jsr356 -
-
Uses of WebSocketSession in jetbrains.buildServer.push.impl
Methods in jetbrains.buildServer.push.impl that return types with arguments of type WebSocketSession Modifier and Type Method Description Collection<WebSocketSession>ActiveWebSocketSessions. getForHttpSession(javax.servlet.http.HttpSession httpSession)Collection<WebSocketSession>ActiveWebSocketSessions. getSessions()Methods in jetbrains.buildServer.push.impl with parameters of type WebSocketSession Modifier and Type Method Description voidActiveWebSocketSessions. register(WebSocketSession webSocketSession)voidActiveWebSocketSessions. unregister(WebSocketSession webSocketSession) -
Uses of WebSocketSession in jetbrains.buildServer.push.impl.jsr356
Classes in jetbrains.buildServer.push.impl.jsr356 that implement WebSocketSession Modifier and Type Class Description classSubscriptionsWebSocketEndpointEndpoint instance is created per WebSocket connection SeeWebSocketHandshakeValidationFilter.WebSocketEndpointConfigurator
-