Uses of Interface
org.simpleframework.transport.reactor.Reactor

Packages that use Reactor
org.simpleframework.transport   
org.simpleframework.transport.reactor   
 

Uses of Reactor in org.simpleframework.transport
 

Constructors in org.simpleframework.transport with parameters of type Reactor
SocketTransport(Socket socket, Reactor reactor)
          Constructor for the SocketTransport object.
SocketTransport(Socket socket, Reactor reactor, int buffer)
          Constructor for the SocketTransport object.
SocketTransport(Socket socket, Reactor reactor, int buffer, int threshold)
          Constructor for the SocketTransport object.
 

Uses of Reactor in org.simpleframework.transport.reactor
 

Classes in org.simpleframework.transport.reactor that implement Reactor
 class ExecutorReactor
          The ExecutorReactor is used to schedule operation for execution using an Executor implementation.
 class SynchronousReactor
          The SynchronousReactor object is used to execute the ready operations of within a single synchronous thread.
 



Copyright © 2014. All Rights Reserved.