Interface DemandChain
- All Known Implementing Classes:
 WebSocketDemander
public interface DemandChain
This is extended by an 
Extension so it can intercept demand calls.
Demand is called by the application and the call is forwarded through the ExtensionStack
for every Extension which implements this interface.- 
Method Summary
Modifier and TypeMethodDescriptionvoiddemand()default voidsetNextDemand(DemandChain nextDemand) Set the nextDemandChaininstance towards the transport side of theDemandChainpipeline. 
- 
Method Details
- 
demand
void demand() - 
setNextDemand
Set the nextDemandChaininstance towards the transport side of theDemandChainpipeline.- Parameters:
 nextDemand- the next link in the demand chain.
 
 -