-
- 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. AnIpServiceContext
is implicitly bound to anIpService
, providing theIpService
with the ability to modify itsFlowControl
state, and to unbind the network listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpSettings
ipSettings()
Returns the configuration parameters that govern the underlying network listener.-
Methods inherited from interface swim.io.FlowContext
flowControl, flowControl, flowControl
-
Methods inherited from interface swim.io.IpServiceRef
localAddress, unbind
-
-
-
-
Method Detail
-
ipSettings
IpSettings ipSettings()
Returns the configuration parameters that govern the underlying network listener.
-
-