Uses of Interface
org.eclipse.jetty.websocket.core.IncomingFrames
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of IncomingFrames in org.eclipse.jetty.websocket.common
-
Uses of IncomingFrames in org.eclipse.jetty.websocket.core
Modifier and TypeInterfaceDescriptioninterface
Interface for WebSocket Extensions.interface
Interface for local WebSocket Endpoint Frame handling.Modifier and TypeMethodDescriptionvoid
AbstractExtension.setNextIncomingFrames
(IncomingFrames nextIncoming) void
Extension.setNextIncomingFrames
(IncomingFrames nextIncoming) Set the nextIncomingFrames
to call in the chain. -
Uses of IncomingFrames in org.eclipse.jetty.websocket.core.internal
Modifier and TypeClassDescriptionclass
Represents the stack of Extensions.class
Fragment Extensionclass
class
class
A utility implementation of FrameHandler that defragments text frames into a String message before callingMessageHandler.onText(String, Callback)
.class
Per Message Deflate Compression extension for WebSocket.class
class
The Core WebSocket Session.Modifier and TypeMethodDescriptionvoid
ExtensionStack.initialize
(IncomingFrames incoming, OutgoingFrames outgoing, WebSocketCoreSession coreSession) -
Uses of IncomingFrames in org.eclipse.jetty.websocket.javax.common