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. -
Uses of TransportProcessor in org.simpleframework.transport
Constructors in org.simpleframework.transport with parameters of type TransportProcessorModifierConstructorDescriptionTransportSocketProcessor(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.