Package org.eclipse.jetty.websocket.core.internal
package org.eclipse.jetty.websocket.core.internal
-
ClassDescriptionThis is extended by an
Extension
so it can intercept demand calls.This flusher can be used to mutated and fragmentFrame
s and forwarded them on towards the application using theIncomingFrames
provided in the constructor.Represents the stack of Extensions.Fragment ExtensionUsed to split large data frames into multiple frames below the maxFrameSize.Generating a frame in WebSocket land.A utility implementation of FrameHandler that defragments text frames into a String message before callingMessageHandler.onText(String, Callback)
.Parsing of a frames in WebSocket land.Per Message Deflate Compression extension for WebSocket.This is used to iteratively transform or process a frame into one or more other frames.Provides the implementation ofConnection
that is suitable for WebSocketThe Core WebSocket Session.Atomic Connection State