Uses of Class
org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
-
Uses of JakartaWebSocketSession in org.eclipse.jetty.ee10.websocket.jakarta.common
Modifier and TypeFieldDescriptionprotected final JakartaWebSocketSession
JakartaWebSocketRemoteEndpoint.session
Modifier and TypeMethodDescriptionstatic MessageSink
JakartaWebSocketFrameHandlerFactory.createMessageSink
(JakartaWebSocketSession session, JakartaWebSocketMessageMetadata msgMetadata) default void
JakartaWebSocketSessionListener.onJakartaWebSocketSessionClosed
(JakartaWebSocketSession session) void
SessionTracker.onJakartaWebSocketSessionClosed
(JakartaWebSocketSession session) default void
JakartaWebSocketSessionListener.onJakartaWebSocketSessionCreated
(JakartaWebSocketSession session) default void
JakartaWebSocketSessionListener.onJakartaWebSocketSessionOpened
(JakartaWebSocketSession session) void
SessionTracker.onJakartaWebSocketSessionOpened
(JakartaWebSocketSession session) static MethodHandle
JakartaWebSocketFrameHandlerFactory.wrapNonVoidReturnType
(MethodHandle handle, JakartaWebSocketSession session) ModifierConstructorDescriptionprotected
JakartaWebSocketAsyncRemote
(JakartaWebSocketSession session, CoreSession coreSession) protected
JakartaWebSocketBasicRemote
(JakartaWebSocketSession session, CoreSession coreSession) protected
JakartaWebSocketRemoteEndpoint
(JakartaWebSocketSession session, CoreSession coreSession)