Uses of Package
org.eclipse.jetty.websocket.core.internal
Packages that use org.eclipse.jetty.websocket.core.internal
Package
Description
-
Classes in org.eclipse.jetty.websocket.core.internal used by org.eclipse.jetty.websocket.core.internalClassDescriptionThis 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.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.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. -
Classes in org.eclipse.jetty.websocket.core.internal used by org.eclipse.jetty.websocket.core.server.internalClassDescriptionProvides the implementation of
Connection
that is suitable for WebSocketThe Core WebSocket Session.