Package | Description |
---|---|
org.simpleframework.http.core | |
org.simpleframework.transport |
Modifier and Type | Class and Description |
---|---|
class |
ContainerTransportProcessor
The
ContainerProcessor object is used to create
channels which can be used to consume and process requests. |
Constructor and Description |
---|
TransportSocketProcessor(TransportProcessor processor)
Constructor for the
TransportSocketProcessor object. |
TransportSocketProcessor(TransportProcessor processor,
int threads)
Constructor for the
TransportSocketProcessor object. |
TransportSocketProcessor(TransportProcessor processor,
int threads,
int buffer)
Constructor for the
TransportSocketProcessor object. |
TransportSocketProcessor(TransportProcessor processor,
int threads,
int buffer,
int threshold)
Constructor for the
TransportSocketProcessor object. |
TransportSocketProcessor(TransportProcessor processor,
int threads,
int buffer,
int threshold,
boolean client)
Constructor for the
TransportSocketProcessor object. |
Copyright © 2021. All rights reserved.