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.ee10.websocket.jakarta.common
-
Uses of IncomingFrames in org.eclipse.jetty.websocket.common
-
Uses of IncomingFrames in org.eclipse.jetty.websocket.core
Modifier and TypeInterfaceDescriptioninterface
Represents the outgoing Frames.interface
Interface for WebSocket Extensions.interface
Handles incoming WebSocket frames for a given endpoint.Modifier and TypeClassDescriptionclass
static class
class
Represents the stack of Extensions.class
The Core WebSocket Session.Modifier and TypeMethodDescriptionAbstractExtension.getNextIncoming()
ExtensionStack.getNextIncoming()
Modifier and TypeMethodDescriptionvoid
ExtensionStack.initialize
(IncomingFrames incoming, OutgoingFrames outgoing, CoreSession coreSession) void
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
Fragment Extensionclass
class
class
A utility implementation of FrameHandler that aggregates TEXT frames into a String message before callingMessageHandler.onText(String, Callback)
.class
Per Message Deflate Compression extension for WebSocket.class
-
Uses of IncomingFrames in org.eclipse.jetty.websocket.core.util