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.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 CoreSessionModifierConstructorDescriptionJettyWebSocketRemoteEndpoint
(CoreSession coreSession, BatchMode batchMode) WebSocketSession
(WebSocketContainer container, CoreSession coreSession, JettyWebSocketFrameHandler frameHandler) -
Uses of CoreSession in org.eclipse.jetty.websocket.core
Classes in org.eclipse.jetty.websocket.core that implement CoreSessionMethods in org.eclipse.jetty.websocket.core that return CoreSessionMethods in org.eclipse.jetty.websocket.core with parameters of type CoreSessionModifier and TypeMethodDescriptionvoid
FrameHandler.onOpen
(CoreSession coreSession, Callback callback) Async notification that Connection is being opened.void
AbstractExtension.setCoreSession
(CoreSession coreSession) void
Extension.setCoreSession
(CoreSession coreSession) -
Uses of CoreSession in org.eclipse.jetty.websocket.core.client
Fields in org.eclipse.jetty.websocket.core.client with type parameters of type CoreSessionModifier and TypeFieldDescriptionprotected final CompletableFuture<CoreSession>
CoreClientUpgradeRequest.futureCoreSession
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
Classes in org.eclipse.jetty.websocket.core.internal that implement CoreSessionMethods 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.internal.messages
Fields in org.eclipse.jetty.websocket.core.internal.messages declared as CoreSessionConstructors in org.eclipse.jetty.websocket.core.internal.messages with parameters of type CoreSessionModifierConstructorDescriptionAbstractMessageSink
(CoreSession session, MethodHandle methodHandle) ByteArrayMessageSink
(CoreSession session, MethodHandle methodHandle) ByteBufferMessageSink
(CoreSession session, MethodHandle methodHandle) DispatchedMessageSink
(CoreSession session, MethodHandle methodHandle) InputStreamMessageSink
(CoreSession session, MethodHandle methodHandle) MessageOutputStream
(CoreSession coreSession, ByteBufferPool bufferPool) MessageWriter
(CoreSession coreSession, ByteBufferPool bufferPool) PartialByteArrayMessageSink
(CoreSession session, MethodHandle methodHandle) PartialByteBufferMessageSink
(CoreSession session, MethodHandle methodHandle) PartialStringMessageSink
(CoreSession session, MethodHandle methodHandle) ReaderMessageSink
(CoreSession session, MethodHandle methodHandle) StringMessageSink
(CoreSession session, MethodHandle methodHandle) -
Uses of CoreSession in org.eclipse.jetty.websocket.core.internal.util
Methods in org.eclipse.jetty.websocket.core.internal.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) -
Uses of CoreSession in org.eclipse.jetty.websocket.javax.common
Methods in org.eclipse.jetty.websocket.javax.common that return CoreSessionMethods in org.eclipse.jetty.websocket.javax.common with parameters of type CoreSessionModifier and TypeMethodDescriptionvoid
JavaxWebSocketFrameHandler.onOpen
(CoreSession coreSession, Callback callback) Constructors in org.eclipse.jetty.websocket.javax.common with parameters of type CoreSessionModifierConstructorDescriptionprotected
JavaxWebSocketAsyncRemote
(JavaxWebSocketSession session, CoreSession coreSession) protected
JavaxWebSocketBasicRemote
(JavaxWebSocketSession session, CoreSession coreSession) protected
JavaxWebSocketRemoteEndpoint
(JavaxWebSocketSession session, CoreSession coreSession) JavaxWebSocketSession
(JavaxWebSocketContainer container, CoreSession coreSession, JavaxWebSocketFrameHandler frameHandler, javax.websocket.EndpointConfig endpointConfig) -
Uses of CoreSession in org.eclipse.jetty.websocket.javax.common.messages
Constructors in org.eclipse.jetty.websocket.javax.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)