| Package | Description |
|---|---|
| winstone.cmdline | |
| winstone.tools |
| Modifier and Type | Field and Description |
|---|---|
static Option.OInt |
Option.AJP13_PORT |
static Option.OInt |
Option.CONTROL_PORT |
static Option.OInt |
Option.HANDLER_COUNT_MAX
Deprecated.
NOT USED
How many requests do we handle concurrently?
If the system gets really loaded, too many concurrent threads will create vicious cycles
and make everyone slow (or worst case choke every request by OOME), so better to err
on the conservative side (and have inbound connections wait in the queue)
|
static Option.OInt |
Option.HANDLER_COUNT_MAX_IDLE
Deprecated.
NOT USED
Leave this number of request handler threads in the pool even when they are idle.
Other threads are destroyed when they are idle to free up resources.
|
static Option.OInt |
Option.HTTP_KEEP_ALIVE_TIMEOUT |
static Option.OInt |
Option.HTTP_PORT |
static Option.OInt |
Option.HTTP2_PORT |
static Option.OInt |
Option.HTTPS_KEEP_ALIVE_TIMEOUT |
static Option.OInt |
Option.HTTPS_PORT |
static Option.OInt |
Option.JETTY_ACCEPTORS |
static Option.OInt |
Option.JETTY_SELECTORS |
static Option.OInt |
Option.MAX_PARAM_COUNT |
static Option.OInt |
Option.QTP_MAXTHREADS |
static Option.OInt |
Option.REQUEST_FORM_CONTENT_SIZE |
static Option.OInt |
Option.REQUEST_HEADER_SIZE |
static Option.OInt |
Option.SESSION_EVICTION |
static Option.OInt |
Option.SESSION_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static Option.OInt |
Option.integer(String name) |
static Option.OInt |
Option.integer(String name,
int defaultValue) |
| Modifier and Type | Field and Description |
|---|---|
static Option.OInt |
WinstoneControl.CONTROL_PORT |
static Option.OInt |
WinstoneControl.DEBUG |
static Option.OInt |
WinstoneControl.PORT |
Copyright © 2004–2020. All rights reserved.