Operation
interface is used to describe a task that can be executed when the associated channel is ready for some operation. Typically the SelectableChannel
is used to register with a selector with a set of given interested operations when those operations can be performed this is executed.
@author Niall Gallagher
@see org.simpleframework.transport.reactor.Reactor
|
|
|
|