|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Processor | |
|---|---|
| org.simpleframework.http.core | |
| org.simpleframework.transport | |
| Uses of Processor in org.simpleframework.http.core |
|---|
| Classes in org.simpleframework.http.core that implement Processor | |
|---|---|
class |
ContainerProcessor
The ContainerProcessor object is used to create
channels which can be used to consume and process requests. |
| Uses of Processor in org.simpleframework.transport |
|---|
| Constructors in org.simpleframework.transport with parameters of type Processor | |
|---|---|
ProcessorServer(Processor processor)
Constructor for the ProcessorServer object. |
|
ProcessorServer(Processor processor,
int threads)
Constructor for the ProcessorServer object. |
|
ProcessorServer(Processor processor,
int threads,
int threshold)
Constructor for the ProcessorServer object. |
|
ProcessorServer(Processor processor,
int threads,
int threshold,
int buffer)
Constructor for the ProcessorServer object. |
|
ProcessorServer(Processor processor,
int threads,
int threshold,
int buffer,
int queue)
Constructor for the ProcessorServer object. |
|
ProcessorServer(Processor processor,
int threads,
int threshold,
int buffer,
int queue,
boolean client)
Constructor for the ProcessorServer object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||