Uses of Class
org.eclipse.jetty.websocket.common.WebSocketSession
Packages that use WebSocketSession
Package
Description
Jetty WebSocket Client API
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Event Driver for WebSocket Object
Jetty WebSocket Common : I/O Implementation
Jetty WebSocket Common : Message Handling
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 -
Uses of WebSocketSession in org.eclipse.jetty.websocket.common
Fields in org.eclipse.jetty.websocket.common with type parameters of type WebSocketSessionMethods in org.eclipse.jetty.websocket.common that return WebSocketSessionModifier and TypeMethodDescriptionSessionFactory.createSession
(URI requestURI, EventDriver websocket, LogicalConnection connection) WebSocketSessionFactory.createSession
(URI requestURI, EventDriver websocket, LogicalConnection connection) WebSocketSession.getWebSocketSession()
Methods in org.eclipse.jetty.websocket.common that return types with arguments of type WebSocketSessionMethods in org.eclipse.jetty.websocket.common with parameters of type WebSocketSessionModifier and TypeMethodDescriptionvoid
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 WebSocketSessionMethods in org.eclipse.jetty.websocket.common.events that return WebSocketSessionMethods in org.eclipse.jetty.websocket.common.events with parameters of type WebSocketSessionModifier and TypeMethodDescriptionvoid
AbstractEventDriver.openSession
(WebSocketSession session) void
EventDriver.openSession
(WebSocketSession session) -
Uses of WebSocketSession in org.eclipse.jetty.websocket.common.io
Fields in org.eclipse.jetty.websocket.common.io declared as WebSocketSessionMethods in org.eclipse.jetty.websocket.common.io with parameters of type WebSocketSessionModifier and TypeMethodDescriptionvoid
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 WebSocketSessionModifierConstructorDescriptionMessageOutputStream
(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 WebSocketSessionModifier and TypeMethodDescriptionWebSocketSessionScope.getWebSocketSession()
ActiveWebSocketSession
associated with this scope. -
Uses of WebSocketSession in org.eclipse.jetty.websocket.jsr356
Subclasses of WebSocketSession in org.eclipse.jetty.websocket.jsr356Methods in org.eclipse.jetty.websocket.jsr356 that return WebSocketSessionModifier and TypeMethodDescriptionJsrSessionFactory.createSession
(URI requestURI, EventDriver websocket, LogicalConnection connection) Methods in org.eclipse.jetty.websocket.jsr356 with parameters of type WebSocketSessionModifier and TypeMethodDescriptionvoid
ClientContainer.JsrSessionListenerBridge.onSessionClosed
(WebSocketSession session) void
ClientContainer.JsrSessionListenerBridge.onSessionOpened
(WebSocketSession session) -
Uses of WebSocketSession in org.eclipse.jetty.websocket.jsr356.endpoints
Methods in org.eclipse.jetty.websocket.jsr356.endpoints with parameters of type WebSocketSessionModifier and TypeMethodDescriptionfinal void
AbstractJsrEventDriver.openSession
(WebSocketSession session) -
Uses of WebSocketSession in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server that return WebSocketSessionModifier and TypeMethodDescriptionprivate WebSocketSession
WebSocketServerFactory.createSession
(URI requestURI, EventDriver websocket, LogicalConnection connection) Methods in org.eclipse.jetty.websocket.server that return types with arguments of type WebSocketSession