Uses of Interface
org.simpleframework.transport.TransportProcessor
-
Packages that use TransportProcessor Package Description org.simpleframework.transport -
-
Uses of TransportProcessor in org.simpleframework.transport
Constructors in org.simpleframework.transport with parameters of type TransportProcessor Constructor Description 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.
-