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 TypeMethodDescriptionvoidWebSocketDocs.AnnotatedEndPoint.onBinaryMessage(Session session, ByteBuffer payload, Callback callback) voidWebSocketDocs.PartialAnnotatedEndpoint.onBinaryMessage(Session session, ByteBuffer partialPayload, boolean fin, Callback callback) voidvoidvoidvoidvoidvoidWebSocketDocs.AnnotatedEndPoint.onTextMessage(Session session, String message) voidWebSocketDocs.PartialAnnotatedEndpoint.onTextMessage(Session session, String partialText, boolean fin) voidWebSocketDocs.AutoDemandListenerEndPoint.onWebSocketOpen(Session session) voidWebSocketDocs.ConfigureEndpoint.onWebSocketOpen(Session session) voidWebSocketDocs.ExplicitDemandListenerEndPoint.onWebSocketOpen(Session session) voidWebSocketDocs.ListenerEndPoint.onWebSocketOpen(Session session) voidWebSocketDocs.RoundTripListenerEndpoint.onWebSocketOpen(Session session) voidWebSocketDocs.StreamingListenerEndpoint.onWebSocketOpen(Session session) voidWebSocketDocs.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 TypeMethodDescriptionvoidSession.Listener.Abstract.onWebSocketOpen(Session session) default voidSession.Listener.onWebSocketOpen(Session session) A WebSocketSessionhas opened successfully and is ready to be used.default voidWebSocketSessionListener.onWebSocketSessionClosed(Session session) default voidWebSocketSessionListener.onWebSocketSessionCreated(Session session) default voidWebSocketSessionListener.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 TypeMethodDescriptionvoidSessionTracker.onWebSocketSessionClosed(Session session) voidSessionTracker.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