Uses of Interface
org.simpleframework.transport.TransportProcessor
Packages that use TransportProcessor
-
Uses of TransportProcessor in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement TransportProcessorModifier and TypeClassDescriptionclass
TheContainerProcessor
object is used to create channels which can be used to consume and process requests.Fields in org.simpleframework.http.core declared as TransportProcessorModifier and TypeFieldDescriptionprivate final TransportProcessor
ContainerSocketProcessor.processor
This is the transporter used to process the connections. -
Uses of TransportProcessor in org.simpleframework.transport
Fields in org.simpleframework.transport declared as TransportProcessorModifier and TypeFieldDescriptionprivate final TransportProcessor
Handshake.processor
This is the processor used to process the secure transport.private final TransportProcessor
OperationFactory.processor
This is the processor used to process the created transport.private final TransportProcessor
ServerCleaner.processor
This is the internal processor that is to be terminated.private final TransportProcessor
TransportDispatcher.processor
This is the processor used to transfer the transport to.Constructors in org.simpleframework.transport with parameters of type TransportProcessorModifierConstructorDescriptionHandshake
(TransportProcessor processor, Transport transport, Reactor reactor) Constructor for theHandshake
object.Handshake
(TransportProcessor processor, Transport transport, Reactor reactor, boolean client) Constructor for theHandshake
object.Handshake
(TransportProcessor processor, Transport transport, Reactor reactor, int size) Constructor for theHandshake
object.Handshake
(TransportProcessor processor, Transport transport, Reactor reactor, int size, boolean client) Constructor for theHandshake
object.OperationFactory
(TransportProcessor processor, Reactor reactor, int buffer) Constructor for theOperationFactory
object.OperationFactory
(TransportProcessor processor, Reactor reactor, int buffer, int threshold) Constructor for theOperationFactory
object.OperationFactory
(TransportProcessor processor, Reactor reactor, int buffer, int threshold, boolean client) Constructor for theOperationFactory
object.ServerCleaner
(TransportProcessor processor, ConcurrentExecutor executor, Reactor reactor) Constructor for theServerCleaner
object.TransportDispatcher
(TransportProcessor processor, Transport transport) Constructor for theTransportDispatcher
object.TransportSocketProcessor
(TransportProcessor processor) Constructor for theTransportSocketProcessor
object.TransportSocketProcessor
(TransportProcessor processor, int threads) Constructor for theTransportSocketProcessor
object.TransportSocketProcessor
(TransportProcessor processor, int threads, int buffer) Constructor for theTransportSocketProcessor
object.TransportSocketProcessor
(TransportProcessor processor, int threads, int buffer, int threshold) Constructor for theTransportSocketProcessor
object.TransportSocketProcessor
(TransportProcessor processor, int threads, int buffer, int threshold, boolean client) Constructor for theTransportSocketProcessor
object.