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 TypeClassDescriptionclassThis flusher can be used to mutated and fragmentFrames and forwarded them on towards the application using theIncomingFramesprovided in the constructor.Methods in org.eclipse.jetty.websocket.core.util with parameters of type DemandChainModifier and TypeMethodDescriptiondefault voidDemandChain.setNextDemand(DemandChain nextDemand) voidDemandingFlusher.setNextDemand(DemandChain nextDemand)