Uses of Interface
org.eclipse.jetty.websocket.api.Session
Packages that use 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)