Uses of Class
org.eclipse.jetty.websocket.core.WebSocketCoreSession
Packages that use WebSocketCoreSession
Package
Description
-
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. -
Uses of WebSocketCoreSession in org.eclipse.jetty.websocket.core.server.internal
Methods in org.eclipse.jetty.websocket.core.server.internal that return WebSocketCoreSessionModifier and TypeMethodDescriptionprotected WebSocketCoreSession
AbstractHandshaker.newWebSocketCoreSession
(Request request, FrameHandler handler, Negotiated negotiated, WebSocketComponents components) Methods in org.eclipse.jetty.websocket.core.server.internal with parameters of type WebSocketCoreSessionModifier 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)