Uses of Interface
org.eclipse.jetty.websocket.core.util.DemandChain
Package
Description
-
Uses of DemandChain in org.eclipse.jetty.websocket.core
-
Uses of DemandChain in org.eclipse.jetty.websocket.core.internal
Modifier and TypeClassDescriptionclass
Fragment Extensionclass
class
Per Message Deflate Compression extension for WebSocket.Modifier and TypeMethodDescriptionvoid
FragmentExtension.setNextDemand
(DemandChain nextDemand) void
PerMessageDeflateExtension.setNextDemand
(DemandChain nextDemand) -
Uses of DemandChain in org.eclipse.jetty.websocket.core.util
Modifier and TypeClassDescriptionclass
This flusher can be used to mutated and fragmentFrame
s and forwarded them on towards the application using theIncomingFrames
provided in the constructor.Modifier and TypeMethodDescriptiondefault void
DemandChain.setNextDemand
(DemandChain nextDemand) void
DemandingFlusher.setNextDemand
(DemandChain nextDemand)