Uses of Interface
org.simpleframework.transport.reactor.Reactor
-
-
Uses of Reactor in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as Reactor Modifier and Type Field Description private ReactorContainerController. reactorThis is the reactor used to schedule the collectors. -
Uses of Reactor in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as Reactor Modifier and Type Field Description private ReactorFrameCollector. reactorThis is the reactor used to schedule this operation for reads.private ReactorServiceDispatcher. reactorThis is used to notify of read events on the TCP channel.private ReactorSessionBuilder. reactorThis is the reactor used to register for I/O notifications.Constructors in org.simpleframework.http.socket.service with parameters of type Reactor Constructor Description FrameCollector(FrameEncoder encoder, Session session, Request request, Reactor reactor)Constructor for theFrameCollectorobject.FrameConnection(Request request, Response response, Reactor reactor)Constructor for theFrameConnectionobject.SessionBuilder(Scheduler scheduler, Reactor reactor, long ping)Constructor for theSessionBuilderobject. -
Uses of Reactor in org.simpleframework.transport
Fields in org.simpleframework.transport declared as Reactor Modifier and Type Field Description private ReactorFlushScheduler. reactorThis is the reactor to used to execute the operation.private ReactorHandshake. reactorThis is the reactor used to register for I/O notifications.private ReactorOperationFactory. reactorThis is the reactor used to register for I/O notifications.protected ReactorPhase. reactorThis is the reactor that is used to schedule execution.private ReactorServerCleaner. reactorThis is the internal write reactor that is terminated.private ReactorTransportSocketProcessor. reactorThis is the processor used to process transport objects.Constructors in org.simpleframework.transport with parameters of type Reactor Constructor Description Committer(Negotiation state, Reactor reactor, Trace trace)Constructor for theCommittertask.Consumer(Negotiation state, Reactor reactor, Trace trace)Constructor for theConsumertask.FlushScheduler(Socket socket, Reactor reactor, Operation task, java.lang.Object lock)Constructor for theFlushSchedulerobject.Handshake(TransportProcessor processor, Transport transport, Reactor reactor)Constructor for theHandshakeobject.Handshake(TransportProcessor processor, Transport transport, Reactor reactor, boolean client)Constructor for theHandshakeobject.Handshake(TransportProcessor processor, Transport transport, Reactor reactor, int size)Constructor for theHandshakeobject.Handshake(TransportProcessor processor, Transport transport, Reactor reactor, int size, boolean client)Constructor for theHandshakeobject.OperationFactory(TransportProcessor processor, Reactor reactor, int buffer)Constructor for theOperationFactoryobject.OperationFactory(TransportProcessor processor, Reactor reactor, int buffer, int threshold)Constructor for theOperationFactoryobject.OperationFactory(TransportProcessor processor, Reactor reactor, int buffer, int threshold, boolean client)Constructor for theOperationFactoryobject.Phase(Negotiation state, Reactor reactor, Trace trace, int require)Constructor for thePhaseobject.Producer(Negotiation state, Reactor reactor, Trace trace)Constructor for theProducertask.ServerCleaner(TransportProcessor processor, ConcurrentExecutor executor, Reactor reactor)Constructor for theServerCleanerobject.SocketBufferWriter(Socket socket, Reactor reactor, int buffer, int threshold)Constructor for theSocketBufferWriterobject.SocketFlusher(SocketBuffer buffer, Socket socket, Reactor reactor)Constructor for theSocketFlusherobject.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.connect
Fields in org.simpleframework.transport.connect declared as Reactor Modifier and Type Field Description private ReactorSocketListener. reactorThis is the reactor used to notify the acceptor of sockets. -
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.
-