Uses of Interface
org.eclipse.jetty.websocket.core.OutgoingFrames
Package
Description
-
Uses of OutgoingFrames in org.eclipse.jetty.websocket.core
Modifier and TypeInterfaceDescriptioninterface
Represents the outgoing Frames.interface
Interface for WebSocket Extensions.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Represents the stack of Extensions.class
Fragment Extensionclass
class
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 OutgoingFrames in org.eclipse.jetty.websocket.javax.common
Modifier and TypeClassDescriptionclass
class
class