- All Superinterfaces:
FlowContext,IpServiceRef
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 Summary
Modifier and TypeMethodDescriptionReturns the configuration parameters that govern the underlying network listener.Methods inherited from interface swim.io.FlowContext
flowControl, flowControl, flowControlMethods inherited from interface swim.io.IpServiceRef
localAddress, unbind
-
Method Details
-
ipSettings
IpSettings ipSettings()Returns the configuration parameters that govern the underlying network listener.
-