|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JettyWebConnector
A Jetty-specific extension to the standard Geronimo web connector interface.
Method Summary | |
---|---|
String |
getDefaultScheme()
|
int |
getIdlethreads()
|
int |
getLowThreads()
|
int |
getLowThreadsMaxIdleTimeMs()
|
int |
getMaxIdleTimeMs()
|
int |
getMinThreads()
Gets the minimum number of threads used to service connections from this connector. |
int |
getThreads()
|
void |
setLowThreads(int lowThreads)
|
void |
setLowThreadsMaxIdleTimeMs(int max)
|
void |
setMaxIdleTimeMs(int max)
|
void |
setMinThreads(int threads)
Sets the minimum number of threads used to service connections from this connector. |
Methods inherited from interface org.apache.geronimo.management.geronimo.WebConnector |
---|
getAcceptQueueSize, getBufferSizeBytes, getConnectUrl, getLingerMillis, getMaxThreads, getRedirectPort, isTcpNoDelay, setAcceptQueueSize, setBufferSizeBytes, setLingerMillis, setMaxThreads, setRedirectPort, setTcpNoDelay |
Methods inherited from interface org.apache.geronimo.management.geronimo.NetworkConnector |
---|
getHost, getListenAddress, getPort, getProtocol, setHost, setPort |
Method Detail |
---|
int getMinThreads()
void setMinThreads(int threads)
int getThreads()
int getIdlethreads()
String getDefaultScheme()
void setMaxIdleTimeMs(int max)
int getMaxIdleTimeMs()
void setLowThreadsMaxIdleTimeMs(int max)
int getLowThreadsMaxIdleTimeMs()
void setLowThreads(int lowThreads)
int getLowThreads()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |