Uses of Interface
org.eclipse.jetty.websocket.api.Session
Packages that use Session
Package
Description
Jetty WebSocket API
Jetty WebSocket Client API
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Message Handling
-
Uses of Session in org.eclipse.jetty.websocket.api
Fields in org.eclipse.jetty.websocket.api declared as SessionMethods in org.eclipse.jetty.websocket.api that return SessionMethods in org.eclipse.jetty.websocket.api with parameters of type SessionModifier and TypeMethodDescriptionvoidWebSocketAdapter.onWebSocketConnect(Session sess) voidWebSocketConnectionListener.onWebSocketConnect(Session session) A WebSocketSessionhas connected successfully and is ready to be used. -
Uses of Session in org.eclipse.jetty.websocket.client
Fields in org.eclipse.jetty.websocket.client with type parameters of type SessionModifier and TypeFieldDescriptionprivate final CompletableFuture<Session> WebSocketUpgradeRequest.futMethods 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, UpgradeListener upgradeListener) Connect to remote websocket endpointWebSocketUpgradeRequest.sendAsync() -
Uses of Session in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement SessionFields in org.eclipse.jetty.websocket.common with type parameters of type SessionMethod parameters in org.eclipse.jetty.websocket.common with type arguments of type SessionModifier and TypeMethodDescriptionvoidWebSocketSession.setFuture(CompletableFuture<Session> fut) -
Uses of Session in org.eclipse.jetty.websocket.common.events.annotated
Methods in org.eclipse.jetty.websocket.common.events.annotated with parameters of type Session -
Uses of Session in org.eclipse.jetty.websocket.common.message
Fields in org.eclipse.jetty.websocket.common.message declared as SessionConstructors in org.eclipse.jetty.websocket.common.message with parameters of type SessionModifierConstructorDescriptionMessageInputStream(Session session) MessageInputStream(Session session, int timeoutMs) MessageReader(Session session) -
Uses of Session in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 that implement Session