Uses of Interface
org.eclipse.jetty.websocket.core.OutgoingFrames
Packages that use OutgoingFrames
Package
Description
-
Uses of OutgoingFrames in org.eclipse.jetty.ee10.websocket.jakarta.common
Classes in org.eclipse.jetty.ee10.websocket.jakarta.common that implement OutgoingFramesModifier and TypeClassDescriptionclass
class
class
-
Uses of OutgoingFrames in org.eclipse.jetty.websocket.core
Subinterfaces of OutgoingFrames in org.eclipse.jetty.websocket.coreModifier and TypeInterfaceDescriptioninterface
Represents the outgoing Frames.interface
Interface for WebSocket Extensions.Classes in org.eclipse.jetty.websocket.core that implement OutgoingFramesModifier and TypeClassDescriptionclass
static class
class
Represents the stack of Extensions.class
The Core WebSocket Session.Methods in org.eclipse.jetty.websocket.core that return OutgoingFramesModifier and TypeMethodDescriptionAbstractExtension.getNextOutgoing()
ExtensionStack.getNextOutgoing()
Methods in org.eclipse.jetty.websocket.core with parameters of type OutgoingFramesModifier and TypeMethodDescriptionvoid
ExtensionStack.initialize
(IncomingFrames incoming, OutgoingFrames outgoing, CoreSession coreSession) void
AbstractExtension.setNextOutgoingFrames
(OutgoingFrames nextOutgoing) void
Extension.setNextOutgoingFrames
(OutgoingFrames nextOutgoing) Set the nextOutgoingFrames
to call in the chain. -
Uses of OutgoingFrames in org.eclipse.jetty.websocket.core.internal
Classes in org.eclipse.jetty.websocket.core.internal that implement OutgoingFramesModifier and TypeClassDescriptionclass
Fragment Extensionclass
class
class
Per Message Deflate Compression extension for WebSocket.class