Module swim.io
Package swim.io

Interface TransportContext

  • 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. 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 Detail

      • transportSettings

        TransportSettings transportSettings()
        Returns the configuration parameters that govern the underlying I/O transport.