- All Known Subinterfaces:
IpModemContext<I,,O> IpServiceContext,IpSocketContext,TransportContext,TransportRef
- All Known Implementing Classes:
AbstractIpModem,AbstractIpService,AbstractIpSocket,IpSocketModem
public interface FlowContext
Flow-controlled network channel context.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the currentFlowControlstate of the underlying network channel.voidflowControl(FlowControl flowControl) Enqueues an atomic replacement of the underlying network channel's flow control state with a newflowControl.flowControl(FlowModifier flowModifier) Enqueues an atomic modification to the underlying network channel's flow control state by applying aflowModifierdelta.
-
Method Details
-
flowControl
FlowControl flowControl()Returns the currentFlowControlstate of the underlying network channel. -
flowControl
Enqueues an atomic replacement of the underlying network channel's flow control state with a newflowControl. -
flowControl
Enqueues an atomic modification to the underlying network channel's flow control state by applying aflowModifierdelta.
-