Module swim.io
Package swim.io

Interface ServiceContext

  • All Superinterfaces:
    FlowContext, ServiceRef

    public interface ServiceContext
    extends ServiceRef, FlowContext
    Network listener context that manages asynchronous I/O operations for a non-blocking NIO server socket channel. A ServiceContext is implicitly bound to a Service, providing the Service with the ability to modify its FlowControl state, and to unbind the network listener.
    • Method Detail

      • socketSettings

        SocketSettings socketSettings()
        Returns the configuration parameters that govern the underlying network listener.