|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.tcp.ActionCode
public final class ActionCode
Enumerated class containing the adapter event codes. Actions represent callbacks from the servlet container to the coyote connector. Actions are implemented by ProtocolHandler, using the ActionHook interface.
ProtocolHandler
,
ActionHook
Field Summary | |
---|---|
static ActionCode |
ACTION_ACK
|
static ActionCode |
ACTION_CLIENT_FLUSH
A flush() operation originated by the client ( i.e. |
static ActionCode |
ACTION_CLOSE
|
static ActionCode |
ACTION_COMMIT
|
static ActionCode |
ACTION_CUSTOM
|
static ActionCode |
ACTION_DISCARD_UPSTREAM_WRITE
|
static ActionCode |
ACTION_FINISH_RESPONSE
|
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 SSL-related attributes. |
static ActionCode |
ACTION_REQ_HOST_ATTRIBUTE
Callback for lazy evaluation - extract the remote host name. |
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_LOCALPORT_ATTRIBUTE
Callback for lazy evaluation - socket local port. |
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
|
static ActionCode |
CANCEL_SUSPENDED_RESPONSE
Callback used to reset suspended connection. |
static ActionCode |
RESET_SUSPEND_TIMEOUT
Callback to reset the Response suspended timeout. |
Method Summary | |
---|---|
int |
getCode()
Action id, usable in switches and table indexes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ActionCode ACTION_ACK
public static final ActionCode ACTION_CLOSE
public static final ActionCode ACTION_COMMIT
public static final ActionCode ACTION_CLIENT_FLUSH
public static final ActionCode ACTION_CUSTOM
public static final ActionCode ACTION_RESET
public static final ActionCode ACTION_START
public static final ActionCode ACTION_STOP
public static final ActionCode ACTION_WEBAPP
public static final ActionCode ACTION_POST_REQUEST
public static final ActionCode ACTION_REQ_HOST_ATTRIBUTE
public static final ActionCode ACTION_REQ_HOST_ADDR_ATTRIBUTE
public static final ActionCode ACTION_REQ_SSL_ATTRIBUTE
public static final ActionCode ACTION_NEW_REQUEST
public static final ActionCode ACTION_REQ_SSL_CERTIFICATE
public static final ActionCode ACTION_REQ_REMOTEPORT_ATTRIBUTE
public static final ActionCode ACTION_REQ_LOCALPORT_ATTRIBUTE
public static final ActionCode ACTION_REQ_LOCAL_ADDR_ATTRIBUTE
public static final ActionCode ACTION_REQ_LOCAL_NAME_ATTRIBUTE
public static final ActionCode ACTION_REQ_SET_BODY_REPLAY
public static final ActionCode CANCEL_SUSPENDED_RESPONSE
public static final ActionCode RESET_SUSPEND_TIMEOUT
Response
suspended timeout.
public static ActionCode ACTION_FINISH_RESPONSE
public static ActionCode ACTION_DISCARD_UPSTREAM_WRITE
Method Detail |
---|
public int getCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |