org.apache.jk.common
public class HandlerRequest extends JkHandler
| Field Summary | |
|---|---|
| static int | HOSTBUFFER |
| Constructor Summary | |
|---|---|
| HandlerRequest() | |
| Method Summary | |
|---|---|
| boolean | getDelayInitialRead()
Get the flag to tell if we delay the initial body read |
| boolean | getRegisterRequests()
Get the flag to tell if we JMX register requests. |
| boolean | getShutdownEnabled() |
| void | init() |
| int | invoke(Msg msg, MsgContext ep) |
| boolean | isTomcatAuthentication() |
| void | setAjpidDir(String path) |
| void | setDecodedUri(boolean b) |
| void | setDelayInitialRead(boolean dir)
Set the flag to delay the initial body read |
| void | setRegisterRequests(boolean srr)
Set the flag to tell if we JMX register requests. |
| void | setSecret(String s) |
| void | setShutdownEnabled(boolean se) |
| void | setTomcatAuthentication(boolean newTomcatAuthentication) |
| void | setUseSecret(boolean b) |