Uses of Interface
org.eclipse.jetty.websocket.core.util.DemandChain
Packages that use DemandChain
Package
Description
-
Uses of DemandChain in org.eclipse.jetty.websocket.core
Methods in org.eclipse.jetty.websocket.core with parameters of type DemandChain -
Uses of DemandChain in org.eclipse.jetty.websocket.core.internal
Classes in org.eclipse.jetty.websocket.core.internal that implement DemandChainModifier and TypeClassDescriptionclass
Fragment Extensionclass
class
Per Message Deflate Compression extension for WebSocket.Methods in org.eclipse.jetty.websocket.core.internal with parameters of type DemandChainModifier and TypeMethodDescriptionvoid
FragmentExtension.setNextDemand
(DemandChain nextDemand) void
PerMessageDeflateExtension.setNextDemand
(DemandChain nextDemand) -
Uses of DemandChain in org.eclipse.jetty.websocket.core.util
Classes in org.eclipse.jetty.websocket.core.util that implement DemandChainModifier 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.Methods in org.eclipse.jetty.websocket.core.util with parameters of type DemandChainModifier and TypeMethodDescriptiondefault void
DemandChain.setNextDemand
(DemandChain nextDemand) void
DemandingFlusher.setNextDemand
(DemandChain nextDemand)