|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionCode | |
---|---|
com.sun.grizzly.http | |
com.sun.grizzly.ssl | |
com.sun.grizzly.tcp |
Uses of ActionCode in com.sun.grizzly.http |
---|
Methods in com.sun.grizzly.http with parameters of type ActionCode | |
---|---|
void |
DefaultProcessorTask.action(ActionCode actionCode,
Object param)
Send an action to the connector. |
Uses of ActionCode in com.sun.grizzly.ssl |
---|
Methods in com.sun.grizzly.ssl with parameters of type ActionCode | |
---|---|
void |
SSLDefaultProcessorTask.action(ActionCode actionCode,
Object param)
Send an action to the connector. |
Uses of ActionCode in com.sun.grizzly.tcp |
---|
Fields in com.sun.grizzly.tcp 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 com.sun.grizzly.tcp with parameters of type ActionCode | |
---|---|
void |
Response.action(ActionCode actionCode,
Object param)
|
void |
Request.action(ActionCode actionCode,
Object param)
|
void |
ActionHook.action(ActionCode actionCode,
Object param)
Send an action to the connector. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |