Uses of Class
org.eclipse.jetty.websocket.core.WebSocketCoreSession
Packages that use WebSocketCoreSession
-
Uses of WebSocketCoreSession in org.eclipse.jetty.websocket.core
Constructors in org.eclipse.jetty.websocket.core with parameters of type WebSocketCoreSessionModifierConstructorDescriptionWebSocketConnection
(EndPoint endp, Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, WebSocketCoreSession coreSession) Create a WSConnection.WebSocketConnection
(EndPoint endp, Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, WebSocketCoreSession coreSession, Random randomMask) Create a WSConnection.