-
- All Superinterfaces:
FlowContext
,TransportRef
public interface TransportContext extends TransportRef
I/O transport context that manages asynchronous I/O operations for a non-blocking NIO channel. ATransportContext
is implicitly bound to aTransport
, providing theTransport
with the ability to modify itsFlowControl
state, and to close the transport.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransportSettings
transportSettings()
Returns the configuration parameters that govern the underlying I/O transport.-
Methods inherited from interface swim.io.FlowContext
flowControl, flowControl, flowControl
-
Methods inherited from interface swim.io.TransportRef
close
-
-
-
-
Method Detail
-
transportSettings
TransportSettings transportSettings()
Returns the configuration parameters that govern the underlying I/O transport.
-
-