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 TypeMethodDescriptionvoidWebSocketAdapter.onWebSocketConnect(Session sess) default voidWebSocketConnectionListener.onWebSocketConnect(Session session) A WebSocketSessionhas connected successfully and is ready to be used.default voidWebSocketSessionListener.onWebSocketSessionClosed(Session session) default voidWebSocketSessionListener.onWebSocketSessionCreated(Session session) default voidWebSocketSessionListener.onWebSocketSessionOpened(Session session)