Uses of Interface
org.simpleframework.transport.reactor.Reactor
Packages that use Reactor
-
Uses of Reactor in org.simpleframework.transport
Constructors in org.simpleframework.transport with parameters of type ReactorModifierConstructorDescriptionSocketTransport(Socket socket, Reactor reactor) Constructor for theSocketTransportobject.SocketTransport(Socket socket, Reactor reactor, int buffer) Constructor for theSocketTransportobject.SocketTransport(Socket socket, Reactor reactor, int buffer, int threshold) Constructor for theSocketTransportobject. -
Uses of Reactor in org.simpleframework.transport.reactor
Classes in org.simpleframework.transport.reactor that implement ReactorModifier and TypeClassDescriptionclassTheExecutorReactoris used to schedule operation for execution using anExecutorimplementation.classTheSynchronousReactorobject is used to execute the ready operations of within a single synchronous thread.