-
- 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. AServiceContextis implicitly bound to aService, providing theServicewith the ability to modify itsFlowControlstate, and to unbind the network listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SocketSettingssocketSettings()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.ServiceRef
localAddress, unbind
-
-
-
-
Method Detail
-
socketSettings
SocketSettings socketSettings()
Returns the configuration parameters that govern the underlying network listener.
-
-