Uses of Package
org.simpleframework.transport.reactor
-
Classes in org.simpleframework.transport.reactor used by org.simpleframework.http.core Class Description Operation TheOperation
interface is used to describe a task that can be executed when the associated channel is ready for some operation.Reactor TheReactor
interface is used to describe an object that is used to schedule asynchronous I/O operations. -
Classes in org.simpleframework.transport.reactor used by org.simpleframework.http.socket.service Class Description Operation TheOperation
interface is used to describe a task that can be executed when the associated channel is ready for some operation.Reactor TheReactor
interface is used to describe an object that is used to schedule asynchronous I/O operations. -
Classes in org.simpleframework.transport.reactor used by org.simpleframework.transport Class Description Operation TheOperation
interface is used to describe a task that can be executed when the associated channel is ready for some operation.Reactor TheReactor
interface is used to describe an object that is used to schedule asynchronous I/O operations. -
Classes in org.simpleframework.transport.reactor used by org.simpleframework.transport.connect Class Description Operation TheOperation
interface is used to describe a task that can be executed when the associated channel is ready for some operation.Reactor TheReactor
interface is used to describe an object that is used to schedule asynchronous I/O operations. -
Classes in org.simpleframework.transport.reactor used by org.simpleframework.transport.reactor Class Description Action TheAction
object is used to represent an action that the distributor is to process.ActionSelector TheActionSelector
object is used to perform socket based selection with the help of theActionSet
object.ActionSet TheActionSet
object represents a set of actions that are associated with a particular selection key.Latch TheLatch
is used to provide a simple latch that will allow a thread to block until it is signaled that it is ready.Operation TheOperation
interface is used to describe a task that can be executed when the associated channel is ready for some operation.OperationDistributor TheDistributor
object is used to execute operations that have an interested I/O event ready.Reactor TheReactor
interface is used to describe an object that is used to schedule asynchronous I/O operations.ReactorEvent TheReactorEvent
enumeration is used for tracing the operations that occur within the reactor.