| |
|
| java.lang.Object org.apache.jk.core.JkHandler org.apache.jk.common.HandlerRequest
HandlerRequest | public class HandlerRequest extends JkHandler (Code) | | Handle messages related with basic request information.
This object can handle the following incoming messages:
- "FORWARD_REQUEST" input message ( sent when a request is passed from the
web server )
- "RECEIVE_BODY_CHUNK" input ( sent by container to pass more body, in
response to GET_BODY_CHUNK )
It can handle the following outgoing messages:
- SEND_HEADERS. Pass the status code and headers.
- SEND_BODY_CHUNK. Send a chunk of body
- GET_BODY_CHUNK. Request a chunk of body data
- END_RESPONSE. Notify the end of a request processing.
author: Henri Gomez [hgomez@apache.org] author: Dan Milstein [danmil@shore.net] author: Keith Wannamaker [Keith@Wannamaker.org] author: Costin Manolache |
HOSTBUFFER | final public static int HOSTBUFFER(Code) | | |
HandlerRequest | public HandlerRequest()(Code) | | |
getDelayInitialRead | public boolean getDelayInitialRead()(Code) | | Get the flag to tell if we delay the initial body read
|
getRegisterRequests | public boolean getRegisterRequests()(Code) | | Get the flag to tell if we JMX register requests.
|
getShutdownEnabled | public boolean getShutdownEnabled()(Code) | | |
isTomcatAuthentication | public boolean isTomcatAuthentication()(Code) | | |
setDecodedUri | public void setDecodedUri(boolean b)(Code) | | |
setDelayInitialRead | public void setDelayInitialRead(boolean dir)(Code) | | Set the flag to delay the initial body read
|
setRegisterRequests | public void setRegisterRequests(boolean srr)(Code) | | Set the flag to tell if we JMX register requests.
|
setShutdownEnabled | public void setShutdownEnabled(boolean se)(Code) | | |
setTomcatAuthentication | public void setTomcatAuthentication(boolean newTomcatAuthentication)(Code) | | |
setUseSecret | public void setUseSecret(boolean b)(Code) | | |
|
|
|