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 TypeClassDescriptionclassTheContainerProcessorobject 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 TransportProcessorContainerSocketProcessor.processorThis 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 TransportProcessorHandshake.processorThis is the processor used to process the secure transport.private final TransportProcessorOperationFactory.processorThis is the processor used to process the created transport.private final TransportProcessorServerCleaner.processorThis is the internal processor that is to be terminated.private final TransportProcessorTransportDispatcher.processorThis 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 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.ServerCleaner(TransportProcessor processor, ConcurrentExecutor executor, Reactor reactor) Constructor for theServerCleanerobject.TransportDispatcher(TransportProcessor processor, Transport transport) Constructor for theTransportDispatcherobject.TransportSocketProcessor(TransportProcessor processor) Constructor for theTransportSocketProcessorobject.TransportSocketProcessor(TransportProcessor processor, int threads) Constructor for theTransportSocketProcessorobject.TransportSocketProcessor(TransportProcessor processor, int threads, int buffer) Constructor for theTransportSocketProcessorobject.TransportSocketProcessor(TransportProcessor processor, int threads, int buffer, int threshold) Constructor for theTransportSocketProcessorobject.TransportSocketProcessor(TransportProcessor processor, int threads, int buffer, int threshold, boolean client) Constructor for theTransportSocketProcessorobject.