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 theSocketTransport
object.SocketTransport(Socket socket, Reactor reactor, int buffer)
Constructor for theSocketTransport
object.SocketTransport(Socket socket, Reactor reactor, int buffer, int threshold)
Constructor for theSocketTransport
object. -
Uses of Reactor in org.simpleframework.transport.reactor
Classes in org.simpleframework.transport.reactor that implement Reactor Modifier and Type Class Description class
ExecutorReactor
TheExecutorReactor
is used to schedule operation for execution using anExecutor
implementation.class
SynchronousReactor
TheSynchronousReactor
object is used to execute the ready operations of within a single synchronous thread.
-