Uses of Interface
org.simpleframework.transport.reactor.Reactor
-
Packages that use Reactor Package Description org.simpleframework.transport org.simpleframework.transport.reactor -
-
Uses of Reactor in org.simpleframework.transport
Constructors in org.simpleframework.transport with parameters of type Reactor Constructor Description SocketTransport(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 Reactor Modifier and Type Class Description classExecutorReactorTheExecutorReactoris used to schedule operation for execution using anExecutorimplementation.classSynchronousReactorTheSynchronousReactorobject is used to execute the ready operations of within a single synchronous thread.
-