Uses of Interface
org.simpleframework.transport.reactor.Reactor
Packages that use Reactor
Package
Description
-
Uses of Reactor in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as Reactor -
Uses of Reactor in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as ReactorModifier and TypeFieldDescriptionprivate final ReactorFrameCollector.reactorThis is the reactor used to schedule this operation for reads.private final ReactorServiceDispatcher.reactorThis is used to notify of read events on the TCP channel.private final ReactorSessionBuilder.reactorThis is the reactor used to register for I/O notifications.Constructors in org.simpleframework.http.socket.service with parameters of type ReactorModifierConstructorDescriptionFrameCollector(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 ReactorModifier and TypeFieldDescriptionprivate ReactorFlushScheduler.reactorThis is the reactor to used to execute the operation.private final ReactorHandshake.reactorThis is the reactor used to register for I/O notifications.private final ReactorOperationFactory.reactorThis is the reactor used to register for I/O notifications.protected final ReactorPhase.reactorThis is the reactor that is used to schedule execution.private final ReactorServerCleaner.reactorThis is the internal write reactor that is terminated.private final ReactorTransportSocketProcessor.reactorThis is the processor used to process transport objects.Constructors in org.simpleframework.transport with parameters of type ReactorModifierConstructorDescriptionCommitter(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, 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 -
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.