Uses of Interface
org.eclipse.jetty.websocket.api.Session
-
Packages that use Session Package Description org.eclipse.jetty.websocket.api Jetty WebSocket API -
-
Uses of Session in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return Session Modifier and Type Method Description SessionWebSocketAdapter. getSession()Methods in org.eclipse.jetty.websocket.api that return types with arguments of type Session Modifier and Type Method Description java.util.Collection<Session>WebSocketContainer. getOpenSessions()Get the collection of open Sessions being tracked by this containerMethods in org.eclipse.jetty.websocket.api with parameters of type Session Modifier and Type Method Description voidWebSocketAdapter. 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)
-