Uses of Interface
org.eclipse.jetty.websocket.core.CoreSession
Packages that use CoreSession
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of CoreSession in org.eclipse.jetty.ee10.websocket.jakarta.common
Methods in org.eclipse.jetty.ee10.websocket.jakarta.common that return CoreSessionMethods in org.eclipse.jetty.ee10.websocket.jakarta.common with parameters of type CoreSessionModifier and TypeMethodDescriptionvoid
JakartaWebSocketFrameHandler.onOpen
(CoreSession coreSession, Callback callback) Constructors in org.eclipse.jetty.ee10.websocket.jakarta.common with parameters of type CoreSessionModifierConstructorDescriptionprotected
JakartaWebSocketAsyncRemote
(JakartaWebSocketSession session, CoreSession coreSession) protected
JakartaWebSocketBasicRemote
(JakartaWebSocketSession session, CoreSession coreSession) protected
JakartaWebSocketRemoteEndpoint
(JakartaWebSocketSession session, CoreSession coreSession) JakartaWebSocketSession
(JakartaWebSocketContainer container, CoreSession coreSession, JakartaWebSocketFrameHandler frameHandler, jakarta.websocket.EndpointConfig endpointConfig) -
Uses of CoreSession in org.eclipse.jetty.ee10.websocket.jakarta.common.messages
Constructors in org.eclipse.jetty.ee10.websocket.jakarta.common.messages with parameters of type CoreSessionModifierConstructorDescriptionAbstractDecodedMessageSink
(CoreSession coreSession, MethodHandle methodHandle) Basic
(CoreSession coreSession, MethodHandle methodHandle, List<RegisteredDecoder> decoders) DecodedBinaryMessageSink
(CoreSession session, MethodHandle methodHandle, List<RegisteredDecoder> decoders) DecodedBinaryStreamMessageSink
(CoreSession session, MethodHandle methodHandle, List<RegisteredDecoder> decoders) DecodedTextMessageSink
(CoreSession session, MethodHandle methodHandle, List<RegisteredDecoder> decoders) DecodedTextStreamMessageSink
(CoreSession session, MethodHandle methodHandle, List<RegisteredDecoder> decoders) Stream
(CoreSession coreSession, MethodHandle methodHandle, List<RegisteredDecoder> decoders) -
Uses of CoreSession in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return CoreSessionMethods in org.eclipse.jetty.websocket.common with parameters of type CoreSessionModifier and TypeMethodDescriptionvoid
JettyWebSocketFrameHandler.onOpen
(CoreSession coreSession, Callback callback) Constructors in org.eclipse.jetty.websocket.common with parameters of type CoreSessionModifierConstructorDescriptionWebSocketSession
(WebSocketContainer container, CoreSession coreSession, JettyWebSocketFrameHandler frameHandler) -
Uses of CoreSession in org.eclipse.jetty.websocket.common.internal
Constructors in org.eclipse.jetty.websocket.common.internal with parameters of type CoreSessionModifierConstructorDescriptionByteBufferMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand) PartialByteBufferMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand) -
Uses of CoreSession in org.eclipse.jetty.websocket.core
Classes in org.eclipse.jetty.websocket.core that implement CoreSessionModifier and TypeClassDescriptionstatic class
class
The Core WebSocket Session.Methods in org.eclipse.jetty.websocket.core that return CoreSessionMethods in org.eclipse.jetty.websocket.core with parameters of type CoreSessionModifier and TypeMethodDescriptionvoid
ExtensionStack.initialize
(IncomingFrames incoming, OutgoingFrames outgoing, CoreSession coreSession) void
FrameHandler.onOpen
(CoreSession coreSession, Callback callback) Invoked when the WebSocket connection is opened.void
AbstractExtension.setCoreSession
(CoreSession coreSession) void
Extension.setCoreSession
(CoreSession coreSession) Set theCoreSession
for this Extension.. -
Uses of CoreSession in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client that return types with arguments of type CoreSessionModifier and TypeMethodDescriptionWebSocketCoreClient.connect
(CoreClientUpgradeRequest request) WebSocketCoreClient.connect
(FrameHandler frameHandler, URI wsUri) CoreClientUpgradeRequest.sendAsync()
-
Uses of CoreSession in org.eclipse.jetty.websocket.core.internal
Methods in org.eclipse.jetty.websocket.core.internal that return CoreSessionMethods in org.eclipse.jetty.websocket.core.internal with parameters of type CoreSessionModifier and TypeMethodDescriptionvoid
MessageHandler.onOpen
(CoreSession coreSession, Callback callback) -
Uses of CoreSession in org.eclipse.jetty.websocket.core.messages
Methods in org.eclipse.jetty.websocket.core.messages that return CoreSessionModifier and TypeMethodDescriptionAbstractMessageSink.getCoreSession()
Get the WebSocket session.Constructors in org.eclipse.jetty.websocket.core.messages with parameters of type CoreSessionModifierConstructorDescriptionAbstractMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand) Creates a newMessageSink
.ByteArrayMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand) Creates a newByteArrayMessageSink
.ByteBufferMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand) Creates a newByteBufferMessageSink
.protected
ByteBufferMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand, boolean validateSignature) DispatchedMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand) InputStreamMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand) MessageInputStream
(CoreSession session) MessageOutputStream
(CoreSession coreSession, ByteBufferPool bufferPool) MessageReader
(CoreSession coreSession) MessageWriter
(CoreSession coreSession, ByteBufferPool bufferPool) PartialByteArrayMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand) Creates a newPartialByteArrayMessageSink
.PartialByteBufferMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand) Creates a newPartialByteBufferMessageSink
.PartialStringMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand) Creates a newPartialStringMessageSink
.ReaderMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand) StringMessageSink
(CoreSession session, MethodHandle methodHandle, boolean autoDemand) Creates a newStringMessageSink
. -
Uses of CoreSession in org.eclipse.jetty.websocket.core.util
Methods in org.eclipse.jetty.websocket.core.util with parameters of type CoreSessionModifier and TypeMethodDescriptionstatic void
FrameValidation.assertValidFrame
(Frame frame, CoreSession coreSession) static void
FrameValidation.assertValidIncoming
(Frame frame, CoreSession coreSession) static void
FrameValidation.assertValidOutgoing
(Frame frame, CoreSession coreSession)