Uses of Class
org.eclipse.jetty.websocket.common.WebSocketSession
-
Packages that use WebSocketSession Package Description org.eclipse.jetty.websocket.client Jetty WebSocket Client APIorg.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.events Jetty WebSocket Common : Event Driver for WebSocket Objectorg.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementationorg.eclipse.jetty.websocket.common.message Jetty WebSocket Common : Message Handlingorg.eclipse.jetty.websocket.common.scopes org.eclipse.jetty.websocket.jsr356 org.eclipse.jetty.websocket.jsr356.endpoints org.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
-
Uses of WebSocketSession in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client that return types with arguments of type WebSocketSession Modifier and Type Method Description java.util.Set<WebSocketSession>
WebSocketClient. getOpenSessions()
-
Uses of WebSocketSession in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return WebSocketSession Modifier and Type Method Description WebSocketSession
SessionFactory. createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
WebSocketSession
WebSocketSessionFactory. createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
WebSocketSession
WebSocketSession. getWebSocketSession()
Methods in org.eclipse.jetty.websocket.common that return types with arguments of type WebSocketSession Modifier and Type Method Description java.util.Set<WebSocketSession>
SessionTracker. getSessions()
Methods in org.eclipse.jetty.websocket.common with parameters of type WebSocketSession Modifier and Type Method Description void
SessionTracker. onSessionClosed(WebSocketSession session)
default void
WebSocketSessionListener. onSessionClosed(WebSocketSession session)
void
SessionTracker. onSessionCreated(WebSocketSession session)
default void
WebSocketSessionListener. onSessionCreated(WebSocketSession session)
default void
WebSocketSessionListener. onSessionOpened(WebSocketSession session)
void
LogicalConnection. setSession(WebSocketSession session)
Associate the Active Session with the connection. -
Uses of WebSocketSession in org.eclipse.jetty.websocket.common.events
Fields in org.eclipse.jetty.websocket.common.events declared as WebSocketSession Modifier and Type Field Description protected WebSocketSession
AbstractEventDriver. session
Methods in org.eclipse.jetty.websocket.common.events that return WebSocketSession Modifier and Type Method Description WebSocketSession
AbstractEventDriver. getSession()
WebSocketSession
EventDriver. getSession()
Methods in org.eclipse.jetty.websocket.common.events with parameters of type WebSocketSession Modifier and Type Method Description void
AbstractEventDriver. openSession(WebSocketSession session)
void
EventDriver. openSession(WebSocketSession session)
-
Uses of WebSocketSession in org.eclipse.jetty.websocket.common.io
Methods in org.eclipse.jetty.websocket.common.io with parameters of type WebSocketSession Modifier and Type Method Description void
AbstractWebSocketConnection. setSession(WebSocketSession session)
-
Uses of WebSocketSession in org.eclipse.jetty.websocket.common.message
Constructors in org.eclipse.jetty.websocket.common.message with parameters of type WebSocketSession Constructor Description MessageOutputStream(WebSocketSession session)
MessageWriter(WebSocketSession session)
-
Uses of WebSocketSession in org.eclipse.jetty.websocket.common.scopes
Methods in org.eclipse.jetty.websocket.common.scopes that return WebSocketSession Modifier and Type Method Description WebSocketSession
WebSocketSessionScope. getWebSocketSession()
ActiveWebSocketSession
associated with this scope. -
Uses of WebSocketSession in org.eclipse.jetty.websocket.jsr356
Subclasses of WebSocketSession in org.eclipse.jetty.websocket.jsr356 Modifier and Type Class Description class
JsrSession
Session for the JSR.Methods in org.eclipse.jetty.websocket.jsr356 that return WebSocketSession Modifier and Type Method Description WebSocketSession
JsrSessionFactory. createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
-
Uses of WebSocketSession in org.eclipse.jetty.websocket.jsr356.endpoints
Methods in org.eclipse.jetty.websocket.jsr356.endpoints with parameters of type WebSocketSession Modifier and Type Method Description void
AbstractJsrEventDriver. openSession(WebSocketSession session)
-
Uses of WebSocketSession in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server that return types with arguments of type WebSocketSession Modifier and Type Method Description java.util.Collection<WebSocketSession>
WebSocketServerFactory. getOpenSessions()
-