Uses of Package
org.simpleframework.transport.reactor
-
Classes in org.simpleframework.transport.reactor used by org.simpleframework.http.core Class Description Operation TheOperationinterface is used to describe a task that can be executed when the associated channel is ready for some operation.Reactor TheReactorinterface 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 TheOperationinterface is used to describe a task that can be executed when the associated channel is ready for some operation.Reactor TheReactorinterface 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 TheOperationinterface is used to describe a task that can be executed when the associated channel is ready for some operation.Reactor TheReactorinterface 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 TheOperationinterface is used to describe a task that can be executed when the associated channel is ready for some operation.Reactor TheReactorinterface 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 TheActionobject is used to represent an action that the distributor is to process.ActionSelector TheActionSelectorobject is used to perform socket based selection with the help of theActionSetobject.ActionSet TheActionSetobject represents a set of actions that are associated with a particular selection key.Latch TheLatchis used to provide a simple latch that will allow a thread to block until it is signaled that it is ready.Operation TheOperationinterface is used to describe a task that can be executed when the associated channel is ready for some operation.OperationDistributor TheDistributorobject is used to execute operations that have an interested I/O event ready.Reactor TheReactorinterface is used to describe an object that is used to schedule asynchronous I/O operations.ReactorEvent TheReactorEventenumeration is used for tracing the operations that occur within the reactor.