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 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.
-