Uses of Interface
org.eclipse.jetty.websocket.core.OutgoingFrames
Packages that use OutgoingFrames
Package
Description
-
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 OutgoingFramesMethods in org.eclipse.jetty.websocket.core that return OutgoingFramesMethods in org.eclipse.jetty.websocket.core with parameters of type OutgoingFramesModifier 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
Classes in org.eclipse.jetty.websocket.core.internal that implement OutgoingFramesModifier 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.Methods in org.eclipse.jetty.websocket.core.internal that return OutgoingFramesMethods in org.eclipse.jetty.websocket.core.internal with parameters of type OutgoingFramesModifier and TypeMethodDescriptionvoid
ExtensionStack.initialize
(IncomingFrames incoming, OutgoingFrames outgoing, WebSocketCoreSession coreSession) -
Uses of OutgoingFrames in org.eclipse.jetty.websocket.javax.common
Classes in org.eclipse.jetty.websocket.javax.common that implement OutgoingFramesModifier and TypeClassDescriptionclass
class
class