Uses of Class
org.eclipse.jetty.websocket.common.WebSocketSession
-
-
Uses of WebSocketSession in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return WebSocketSession Modifier and Type Method Description WebSocketSessionJettyWebSocketFrameHandler. getSession()Methods in org.eclipse.jetty.websocket.common with parameters of type WebSocketSession Modifier and Type Method Description static org.eclipse.jetty.websocket.core.internal.messages.MessageSinkJettyWebSocketFrameHandlerFactory. createMessageSink(java.lang.invoke.MethodHandle msgHandle, java.lang.Class<? extends org.eclipse.jetty.websocket.core.internal.messages.MessageSink> sinkClass, java.util.concurrent.Executor executor, WebSocketSession session)
-