Uses of Class
org.eclipse.jetty.websocket.core.WebSocketCoreSession
Package
Description
-
Uses of WebSocketCoreSession in org.eclipse.jetty.websocket.core
ModifierConstructorDescriptionWebSocketConnection
(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. -
Uses of WebSocketCoreSession in org.eclipse.jetty.websocket.core.server.internal
Modifier and TypeMethodDescriptionprotected WebSocketCoreSession
AbstractHandshaker.newWebSocketCoreSession
(Request request, FrameHandler handler, Negotiated negotiated, WebSocketComponents components) Modifier and TypeMethodDescriptionprotected abstract WebSocketConnection
AbstractHandshaker.createWebSocketConnection
(Request baseRequest, WebSocketCoreSession coreSession) protected WebSocketConnection
RFC6455Handshaker.createWebSocketConnection
(Request baseRequest, WebSocketCoreSession coreSession) protected WebSocketConnection
RFC8441Handshaker.createWebSocketConnection
(Request request, WebSocketCoreSession coreSession) protected WebSocketConnection
AbstractHandshaker.newWebSocketConnection
(EndPoint endPoint, Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, WebSocketCoreSession coreSession)