|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionCode | |
|---|---|
| com.sun.enterprise.web.connector.grizzly | |
| com.sun.enterprise.web.connector.grizzly.ssl | |
| org.apache.coyote | |
| org.apache.coyote.http11 | |
| Uses of ActionCode in com.sun.enterprise.web.connector.grizzly |
|---|
| Methods in com.sun.enterprise.web.connector.grizzly with parameters of type ActionCode | |
|---|---|
void |
DefaultProcessorTask.action(ActionCode actionCode,
Object param)
Send an action to the connector. |
| Uses of ActionCode in com.sun.enterprise.web.connector.grizzly.ssl |
|---|
| Methods in com.sun.enterprise.web.connector.grizzly.ssl with parameters of type ActionCode | |
|---|---|
void |
SSLProcessorTask.action(ActionCode actionCode,
Object param)
Send an action to the connector. |
| Uses of ActionCode in org.apache.coyote |
|---|
| Fields in org.apache.coyote declared as ActionCode | |
|---|---|
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
|
| Methods in org.apache.coyote with parameters of type ActionCode | |
|---|---|
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)
|
| Uses of ActionCode in org.apache.coyote.http11 |
|---|
| Methods in org.apache.coyote.http11 with parameters of type ActionCode | |
|---|---|
void |
Http11Processor.action(ActionCode actionCode,
Object param)
Send an action to the connector. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||