Uses of Package
org.simpleframework.transport.reactor
Packages that use org.simpleframework.transport.reactor
Package
Description
-
Classes in org.simpleframework.transport.reactor used by org.simpleframework.http.core
-
Classes in org.simpleframework.transport.reactor used by org.simpleframework.http.socket.service
-
Classes in org.simpleframework.transport.reactor used by org.simpleframework.transport
-
Classes in org.simpleframework.transport.reactor used by org.simpleframework.transport.connect
-
Classes in org.simpleframework.transport.reactor used by org.simpleframework.transport.reactorClassDescriptionThe
Actionobject is used to represent an action that the distributor is to process.TheActionSelectorobject is used to perform socket based selection with the help of theActionSetobject.TheActionSetobject represents a set of actions that are associated with a particular selection key.TheLatchis used to provide a simple latch that will allow a thread to block until it is signaled that it is ready.TheOperationinterface is used to describe a task that can be executed when the associated channel is ready for some operation.TheDistributorobject is used to execute operations that have an interested I/O event ready.TheReactorinterface is used to describe an object that is used to schedule asynchronous I/O operations.TheReactorEventenumeration is used for tracing the operations that occur within the reactor.