Uses of Class
org.eclipse.jetty.websocket.core.internal.WebSocketCoreSession
Packages that use WebSocketCoreSession
Package
Description
-
Uses of WebSocketCoreSession in org.eclipse.jetty.websocket.core.internal
Methods in org.eclipse.jetty.websocket.core.internal with parameters of type WebSocketCoreSessionModifier and TypeMethodDescriptionvoid
ExtensionStack.initialize
(IncomingFrames incoming, OutgoingFrames outgoing, WebSocketCoreSession coreSession) Constructors in org.eclipse.jetty.websocket.core.internal with parameters of type WebSocketCoreSessionModifierConstructorDescriptionWebSocketConnection
(EndPoint endp, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession) Create a WSConnection.WebSocketConnection
(EndPoint endp, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, RetainableByteBufferPool retainableByteBufferPool, 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
(javax.servlet.http.HttpServletRequest 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 baseRequest, WebSocketCoreSession coreSession) protected WebSocketConnection
AbstractHandshaker.newWebSocketConnection
(EndPoint endPoint, Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession)