Package | Description |
---|---|
org.apache.coyote | |
org.apache.coyote.ajp | |
org.apache.coyote.http11 |
Modifier and Type | Field and Description |
---|---|
static ActionCode |
ActionCode.ACTION_ACK |
static ActionCode |
ActionCode.ACTION_AVAILABLE
Callback for getting the amount of available bytes
|
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_EVENT_BEGIN
Callback for begin event processing
|
static ActionCode |
ActionCode.ACTION_EVENT_END
Callback for begin event processing
|
static ActionCode |
ActionCode.ACTION_EVENT_READ_BEGIN
Ask for read callbacks
|
static ActionCode |
ActionCode.ACTION_EVENT_RESUME
Ask for a callback event
|
static ActionCode |
ActionCode.ACTION_EVENT_SUSPEND
Put this request to sleep (no read notifications)
|
static ActionCode |
ActionCode.ACTION_EVENT_TIMEOUT
Set a event connection timeout
|
static ActionCode |
ActionCode.ACTION_EVENT_WAKEUP
Ask for a callback event without reenabling read events
|
static ActionCode |
ActionCode.ACTION_EVENT_WRITE
Ask for a write callback
|
static ActionCode |
ActionCode.ACTION_EVENT_WRITE_BEGIN
Ask for a write callbacks
|
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 remote host infos (address, name, port) and local address.
|
static ActionCode |
ActionCode.ACTION_REQ_HOST_ATTRIBUTE
Callback for lazy evaluation - extract the remote host address.
|
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 |
static ActionCode |
ActionCode.UPGRADE
Ask for a protocol upgrade
|
Modifier and Type | Method and Description |
---|---|
void |
Request.action(ActionCode actionCode,
Object param) |
void |
ActionHook.action(ActionCode actionCode,
Object param)
Send an action to the connector.
|
void |
Response.action(ActionCode actionCode,
Object param) |
Modifier and Type | Method and Description |
---|---|
void |
AjpAprProcessor.action(ActionCode actionCode,
Object param)
Send an action to the connector.
|
void |
AjpProcessor.action(ActionCode actionCode,
Object param)
Send an action to the connector.
|
Modifier and Type | Method and Description |
---|---|
void |
Http11Processor.action(ActionCode actionCode,
Object param)
Send an action to the connector.
|
void |
Http11NioProcessor.action(ActionCode actionCode,
Object param) |
void |
Http11AprProcessor.action(ActionCode actionCode,
Object param)
Send an action to the connector.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.