Uses of Class
org.eclipse.jetty.websocket.common.WebSocketSession
-
Packages that use WebSocketSession Package Description org.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only] -
-
Uses of WebSocketSession in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return WebSocketSession Modifier and Type Method Description WebSocketSession
JettyWebSocketFrameHandler. getSession()
Methods in org.eclipse.jetty.websocket.common with parameters of type WebSocketSession Modifier and Type Method Description static MessageSink
JettyWebSocketFrameHandlerFactory. createMessageSink(java.lang.invoke.MethodHandle msgHandle, java.lang.Class<? extends MessageSink> sinkClass, java.util.concurrent.Executor executor, WebSocketSession session)
-