-
- 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. ATransportContextis implicitly bound to aTransport, providing theTransportwith the ability to modify itsFlowControlstate, and to close the transport.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransportSettingstransportSettings()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.
-
-