Uses of Interface
org.eclipse.jetty.websocket.core.CoreSession
Packages that use CoreSession
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
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 TypeMethodDescriptionvoidJakartaWebSocketFrameHandler.onOpen(CoreSession coreSession, Callback callback) Constructors in org.eclipse.jetty.ee10.websocket.jakarta.common with parameters of type CoreSessionModifierConstructorDescriptionprotectedJakartaWebSocketAsyncRemote(JakartaWebSocketSession session, CoreSession coreSession) protectedJakartaWebSocketBasicRemote(JakartaWebSocketSession session, CoreSession coreSession) protectedJakartaWebSocketRemoteEndpoint(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.ee8.websocket.common
Methods in org.eclipse.jetty.ee8.websocket.common that return CoreSessionMethods in org.eclipse.jetty.ee8.websocket.common with parameters of type CoreSessionModifier and TypeMethodDescriptionvoidJettyWebSocketFrameHandler.onOpen(CoreSession coreSession, Callback callback) Constructors in org.eclipse.jetty.ee8.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.ee8.websocket.javax.common
Methods in org.eclipse.jetty.ee8.websocket.javax.common that return CoreSessionMethods in org.eclipse.jetty.ee8.websocket.javax.common with parameters of type CoreSessionModifier and TypeMethodDescriptionvoidJavaxWebSocketFrameHandler.onOpen(CoreSession coreSession, Callback callback) Constructors in org.eclipse.jetty.ee8.websocket.javax.common with parameters of type CoreSessionModifierConstructorDescriptionprotectedJavaxWebSocketAsyncRemote(JavaxWebSocketSession session, CoreSession coreSession) protectedJavaxWebSocketBasicRemote(JavaxWebSocketSession session, CoreSession coreSession) protectedJavaxWebSocketRemoteEndpoint(JavaxWebSocketSession session, CoreSession coreSession) JavaxWebSocketSession(JavaxWebSocketContainer container, CoreSession coreSession, JavaxWebSocketFrameHandler frameHandler, javax.websocket.EndpointConfig endpointConfig) -
Uses of CoreSession in org.eclipse.jetty.ee8.websocket.javax.common.messages
Constructors in org.eclipse.jetty.ee8.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) -
Uses of CoreSession in org.eclipse.jetty.ee9.websocket.common
Methods in org.eclipse.jetty.ee9.websocket.common that return CoreSessionMethods in org.eclipse.jetty.ee9.websocket.common with parameters of type CoreSessionModifier and TypeMethodDescriptionvoidJettyWebSocketFrameHandler.onOpen(CoreSession coreSession, Callback callback) Constructors in org.eclipse.jetty.ee9.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.ee9.websocket.jakarta.common
Methods in org.eclipse.jetty.ee9.websocket.jakarta.common that return CoreSessionMethods in org.eclipse.jetty.ee9.websocket.jakarta.common with parameters of type CoreSessionModifier and TypeMethodDescriptionvoidJakartaWebSocketFrameHandler.onOpen(CoreSession coreSession, Callback callback) Constructors in org.eclipse.jetty.ee9.websocket.jakarta.common with parameters of type CoreSessionModifierConstructorDescriptionprotectedJakartaWebSocketAsyncRemote(JakartaWebSocketSession session, CoreSession coreSession) protectedJakartaWebSocketBasicRemote(JakartaWebSocketSession session, CoreSession coreSession) protectedJakartaWebSocketRemoteEndpoint(JakartaWebSocketSession session, CoreSession coreSession) JakartaWebSocketSession(JakartaWebSocketContainer container, CoreSession coreSession, JakartaWebSocketFrameHandler frameHandler, jakarta.websocket.EndpointConfig endpointConfig) -
Uses of CoreSession in org.eclipse.jetty.ee9.websocket.jakarta.common.messages
Constructors in org.eclipse.jetty.ee9.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 TypeMethodDescriptionvoidJettyWebSocketFrameHandler.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.core
Classes in org.eclipse.jetty.websocket.core that implement CoreSessionModifier and TypeClassDescriptionstatic classclassThe 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 TypeMethodDescriptionvoidExtensionStack.initialize(IncomingFrames incoming, OutgoingFrames outgoing, CoreSession coreSession) voidFrameHandler.onOpen(CoreSession coreSession, Callback callback) Invoked when the WebSocket connection is opened.voidAbstractExtension.setCoreSession(CoreSession coreSession) voidExtension.setCoreSession(CoreSession coreSession) Set theCoreSessionfor 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.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.protectedByteBufferMessageSink(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 voidFrameValidation.assertValidFrame(Frame frame, CoreSession coreSession) static voidFrameValidation.assertValidIncoming(Frame frame, CoreSession coreSession) static voidFrameValidation.assertValidOutgoing(Frame frame, CoreSession coreSession)