Module swim.io
Package swim.io

Interface IpServiceContext

  • All Superinterfaces:
    FlowContext, IpServiceRef

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

      • ipSettings

        IpSettings ipSettings()
        Returns the configuration parameters that govern the underlying network listener.