Package | Description |
---|---|
winstone.cmdline | |
winstone.tools |
Modifier and Type | Field and Description |
---|---|
static Option.OInt |
Option._KEEP_ALIVE_TIMEOUT
Number of milliseconds for the HTTP keep-alive to hang around until the next request is sent.
|
static Option.OInt |
Option._PORT |
static Option.OInt |
Option.AJP13_PORT |
static Option.OInt |
Option.CONTROL_PORT |
static Option.OInt |
Option.HANDLER_COUNT_MAX
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
Leave this number of request handler threads in the pool even when they are idle.
|
static Option.OInt |
Option.HANDLER_COUNT_STARTUP
Currently unused.
|
static Option.OInt |
Option.HTTP_PORT |
static Option.OInt |
Option.HTTPS_PORT |
static Option.OInt |
Option.MAX_PARAM_COUNT |
Modifier and Type | Method and Description |
---|---|
static Option.OInt |
Option.integer(java.lang.String name) |
static Option.OInt |
Option.integer(java.lang.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 © 2013. All Rights Reserved.