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.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
Interface for WebSocket Extensions.interface
Interface for local WebSocket Endpoint Frame handling.Classes in org.eclipse.jetty.websocket.core that implement IncomingFramesMethods in org.eclipse.jetty.websocket.core that return IncomingFramesMethods in org.eclipse.jetty.websocket.core with parameters of type IncomingFramesModifier 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
Classes in org.eclipse.jetty.websocket.core.internal that implement IncomingFramesModifier 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.Methods in org.eclipse.jetty.websocket.core.internal that return IncomingFramesMethods in org.eclipse.jetty.websocket.core.internal with parameters of type IncomingFramesModifier and TypeMethodDescriptionvoid
ExtensionStack.initialize
(IncomingFrames incoming, OutgoingFrames outgoing, WebSocketCoreSession coreSession) Constructors in org.eclipse.jetty.websocket.core.internal with parameters of type IncomingFrames -
Uses of IncomingFrames in org.eclipse.jetty.websocket.jakarta.common
Classes in org.eclipse.jetty.websocket.jakarta.common that implement IncomingFrames