Uses of Interface
org.eclipse.jetty.websocket.api.Session
Packages that use Session
Package
Description
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of Session in org.eclipse.jetty.docs.programming
Methods in org.eclipse.jetty.docs.programming with parameters of type SessionModifier and TypeMethodDescriptionvoid
WebSocketDocs.AnnotatedEndPoint.onBinaryMessage
(Session session, ByteBuffer payload, Callback callback) void
WebSocketDocs.PartialAnnotatedEndpoint.onBinaryMessage
(Session session, ByteBuffer partialPayload, boolean fin, Callback callback) void
void
void
void
void
void
WebSocketDocs.AnnotatedEndPoint.onTextMessage
(Session session, String message) void
WebSocketDocs.PartialAnnotatedEndpoint.onTextMessage
(Session session, String partialText, boolean fin) void
WebSocketDocs.AutoDemandListenerEndPoint.onWebSocketOpen
(Session session) void
WebSocketDocs.ConfigureEndpoint.onWebSocketOpen
(Session session) void
WebSocketDocs.ExplicitDemandListenerEndPoint.onWebSocketOpen
(Session session) void
WebSocketDocs.ListenerEndPoint.onWebSocketOpen
(Session session) void
WebSocketDocs.RoundTripListenerEndpoint.onWebSocketOpen
(Session session) void
WebSocketDocs.StreamingListenerEndpoint.onWebSocketOpen
(Session session) void
WebSocketDocs.WrongAutoDemandListenerEndPoint.onWebSocketOpen
(Session session) -
Uses of Session in org.eclipse.jetty.ee10.websocket.server
Methods in org.eclipse.jetty.ee10.websocket.server that return types with arguments of type Session -
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
Session.Listener.Abstract.onWebSocketOpen
(Session session) default void
Session.Listener.onWebSocketOpen
(Session session) A WebSocketSession
has opened 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