Package org.eclipse.jetty.websocket.core.internal
-
Interface Summary Interface Description DemandChain This is extended by anExtension
so it can intercept demand calls. -
Class Summary Class Description DemandingFlusher This flusher can be used to mutated and fragmentFrame
s and forwarded them on towards the application using theIncomingFrames
provided in the constructor.ExtensionStack Represents the stack of Extensions.FragmentExtension Fragment ExtensionFragmentingFlusher Used to split large data frames into multiple frames below the maxFrameSize.FrameCaptureExtension FrameEntry FrameFlusher FrameSequence Generator Generating a frame in WebSocket land.IdentityExtension MessageHandler A utility implementation of FrameHandler that defragments text frames into a String message before callingMessageHandler.onText(String, Callback)
.Negotiated NullAppendable Parser Parsing of a frames in WebSocket land.PerMessageDeflateExtension Per Message Deflate Compression extension for WebSocket.TransformingFlusher This is used to iteratively transform or process a frame into one or more other frames.ValidationExtension WebSocketConnection Provides the implementation ofConnection
that is suitable for WebSocketWebSocketCore WebSocketCoreSession The Core WebSocket Session.WebSocketSessionState Atomic Connection State