| Package | Description |
|---|---|
| org.apache.coyote | |
| org.apache.coyote.http11 |
| Modifier and Type | Field and Description |
|---|---|
static ActionCode |
ActionCode.ACTION_ACK |
static ActionCode |
ActionCode.ACTION_CLIENT_FLUSH
A flush() operation originated by the client ( i.e.
|
static ActionCode |
ActionCode.ACTION_CLOSE |
static ActionCode |
ActionCode.ACTION_COMMIT |
static ActionCode |
ActionCode.ACTION_CUSTOM |
static ActionCode |
ActionCode.ACTION_NEW_REQUEST
Chain for request creation.
|
static ActionCode |
ActionCode.ACTION_POST_REQUEST
Hook called after request, but before recycling.
|
static ActionCode |
ActionCode.ACTION_REQ_HOST_ADDR_ATTRIBUTE
Callback for lazy evaluation - extract the SSL-related attributes.
|
static ActionCode |
ActionCode.ACTION_REQ_HOST_ATTRIBUTE
Callback for lazy evaluation - extract the remote host name.
|
static ActionCode |
ActionCode.ACTION_REQ_LOCAL_ADDR_ATTRIBUTE
Callback for lazy evaluation - local address.
|
static ActionCode |
ActionCode.ACTION_REQ_LOCAL_NAME_ATTRIBUTE
Callback for lazy evaluation - local address.
|
static ActionCode |
ActionCode.ACTION_REQ_LOCALPORT_ATTRIBUTE
Callback for lazy evaluation - socket local port.
|
static ActionCode |
ActionCode.ACTION_REQ_REMOTEPORT_ATTRIBUTE
Callback for lazy evaluation - socket remote port.
|
static ActionCode |
ActionCode.ACTION_REQ_SET_BODY_REPLAY
Callback for setting FORM auth body replay
|
static ActionCode |
ActionCode.ACTION_REQ_SSL_ATTRIBUTE
Callback for lazy evaluation - extract the SSL-related attributes.
|
static ActionCode |
ActionCode.ACTION_REQ_SSL_CERTIFICATE
Callback for lazy evaluation - extract the SSL-certificate
(including forcing a re-handshake if necessary)
|
static ActionCode |
ActionCode.ACTION_RESET |
static ActionCode |
ActionCode.ACTION_START |
static ActionCode |
ActionCode.ACTION_STOP |
static ActionCode |
ActionCode.ACTION_WEBAPP |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionHook.action(ActionCode actionCode,
Object param)
Send an action to the connector.
|
void |
Request.action(ActionCode actionCode,
Object param) |
void |
Response.action(ActionCode actionCode,
Object param) |
| Modifier and Type | Method and Description |
|---|---|
void |
Http11Processor.action(ActionCode actionCode,
Object param)
Send an action to the connector.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.