org.apache.coyote
public final class ActionCode extends Object
See Also: ProtocolHandler ActionHook
Field Summary | |
---|---|
static ActionCode | ACTION_ACK |
static ActionCode | ACTION_AVAILABLE
Callback for getting the amount of available bytes |
static ActionCode | ACTION_CLIENT_FLUSH
A flush() operation originated by the client ( i.e. a flush() on
the servlet output stream or writer, called by a servlet ).
|
static ActionCode | ACTION_CLOSE |
static ActionCode | ACTION_COMET_BEGIN
Callback for begin Comet processing |
static ActionCode | ACTION_COMET_CLOSE
Callback for an asynchronous close of the Comet event |
static ActionCode | ACTION_COMET_END
Callback for end Comet processing |
static ActionCode | ACTION_COMET_SETTIMEOUT
Callback for setting the timeout asynchronously |
static ActionCode | ACTION_COMMIT |
static ActionCode | ACTION_CUSTOM |
static ActionCode | ACTION_NEW_REQUEST Chain for request creation. |
static ActionCode | ACTION_POST_REQUEST Hook called after request, but before recycling. |
static ActionCode | ACTION_REQ_HOST_ADDR_ATTRIBUTE
Callback for lazy evaluation - extract the remote host infos (address, name, port) and local address. |
static ActionCode | ACTION_REQ_HOST_ATTRIBUTE
Callback for lazy evaluation - extract the remote host address. |
static ActionCode | ACTION_REQ_LOCALPORT_ATTRIBUTE
Callback for lazy evaluation - socket local port.
|
static ActionCode | ACTION_REQ_LOCAL_ADDR_ATTRIBUTE
Callback for lazy evaluation - local address.
|
static ActionCode | ACTION_REQ_LOCAL_NAME_ATTRIBUTE
Callback for lazy evaluation - local address.
|
static ActionCode | ACTION_REQ_REMOTEPORT_ATTRIBUTE
Callback for lazy evaluation - socket remote port.
|
static ActionCode | ACTION_REQ_SET_BODY_REPLAY
Callback for setting FORM auth body replay |
static ActionCode | ACTION_REQ_SSL_ATTRIBUTE
Callback for lazy evaluation - extract the SSL-related attributes. |
static ActionCode | ACTION_REQ_SSL_CERTIFICATE
Callback for lazy evaluation - extract the SSL-certificate
(including forcing a re-handshake if necessary) |
static ActionCode | ACTION_RESET |
static ActionCode | ACTION_START |
static ActionCode | ACTION_STOP |
static ActionCode | ACTION_WEBAPP |
Method Summary | |
---|---|
int | getCode() Action id, useable in switches and table indexes |