Uses of Interface
org.eclipse.jetty.websocket.core.IncomingFrames
Packages that use IncomingFrames
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of IncomingFrames in org.eclipse.jetty.ee10.websocket.jakarta.common
Classes in org.eclipse.jetty.ee10.websocket.jakarta.common that implement IncomingFrames -
Uses of IncomingFrames in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement IncomingFrames -
Uses of IncomingFrames in org.eclipse.jetty.websocket.core
Subinterfaces of IncomingFrames in org.eclipse.jetty.websocket.coreModifier and TypeInterfaceDescriptioninterface
Represents the outgoing Frames.interface
Interface for WebSocket Extensions.interface
Handles incoming WebSocket frames for a given endpoint.Classes in org.eclipse.jetty.websocket.core that implement IncomingFramesModifier and TypeClassDescriptionclass
static class
class
Represents the stack of Extensions.class
The Core WebSocket Session.Methods in org.eclipse.jetty.websocket.core that return IncomingFramesModifier and TypeMethodDescriptionAbstractExtension.getNextIncoming()
ExtensionStack.getNextIncoming()
Methods in org.eclipse.jetty.websocket.core with parameters of type IncomingFramesModifier 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
Classes in org.eclipse.jetty.websocket.core.internal that implement IncomingFramesModifier 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
Constructors in org.eclipse.jetty.websocket.core.util with parameters of type IncomingFrames