Uses of Interface
org.eclipse.jetty.websocket.core.util.DemandChain
Packages that use DemandChain
-
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.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) Set the nextDemandChain
instance towards the transport side of theDemandChain
pipeline.void
WebSocketDemander.setNextDemand
(DemandChain nextDemand)