Uses of Interface
org.eclipse.jetty.websocket.api.Session
Packages that use Session
Package
Description
Jetty WebSocket API
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of Session in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return SessionMethods in org.eclipse.jetty.websocket.api that return types with arguments of type SessionModifier and TypeMethodDescriptionWebSocketContainer.getOpenSessions()
Get the collection of open Sessions being tracked by this containerMethods in org.eclipse.jetty.websocket.api with parameters of type SessionModifier and TypeMethodDescriptionvoid
WebSocketAdapter.onWebSocketConnect
(Session sess) default void
WebSocketConnectionListener.onWebSocketConnect
(Session session) A WebSocketSession
has connected successfully and is ready to be used.default void
WebSocketSessionListener.onWebSocketSessionClosed
(Session session) default void
WebSocketSessionListener.onWebSocketSessionCreated
(Session session) default void
WebSocketSessionListener.onWebSocketSessionOpened
(Session session) -
Uses of Session in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client that return types with arguments of type SessionModifier and TypeMethodDescriptionWebSocketClient.connect
(Object websocket, URI toUri, ClientUpgradeRequest request) Connect to remote websocket endpointWebSocketClient.connect
(Object websocket, URI toUri, ClientUpgradeRequest request, JettyUpgradeListener upgradeListener) Connect to remote websocket endpointWebSocketClient.getOpenSessions()
-
Uses of Session in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement SessionMethods in org.eclipse.jetty.websocket.common that return types with arguments of type SessionMethods in org.eclipse.jetty.websocket.common with parameters of type SessionModifier and TypeMethodDescriptionvoid
SessionTracker.onWebSocketSessionClosed
(Session session) void
SessionTracker.onWebSocketSessionOpened
(Session session) -
Uses of Session in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server that return types with arguments of type Session