- All Superinterfaces:
- FlowContext,- TransportRef
I/O transport context that manages asynchronous I/O operations for a
 non-blocking NIO channel. A 
TransportContext is implicitly bound to
 a Transport, providing the Transport with the ability to
 modify its FlowControl state, and to close the transport.- 
Method SummaryModifier and TypeMethodDescriptionReturns the configuration parameters that govern the underlying I/O transport.Methods inherited from interface swim.io.FlowContextflowControl, flowControl, flowControlMethods inherited from interface swim.io.TransportRefclose
- 
Method Details- 
transportSettingsTransportSettings transportSettings()Returns the configuration parameters that govern the underlying I/O transport.
 
-