- 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 Summary
Modifier and TypeMethodDescriptionReturns the configuration parameters that govern the underlying I/O transport.Methods inherited from interface swim.io.FlowContext
flowControl, flowControl, flowControlMethods inherited from interface swim.io.TransportRef
close
-
Method Details
-
transportSettings
TransportSettings transportSettings()Returns the configuration parameters that govern the underlying I/O transport.
-