Enumerated class containing the adapter event codes.
ACTION_ACK
public static final ActionCode ACTION_ACK
ACTION_CLIENT_FLUSH
public static final ActionCode ACTION_CLIENT_FLUSH
A flush() operation originated by the client ( i.e. a flush() on
the servlet output stream or writer, called by a servlet ).
ACTION_CLOSE
public static final ActionCode ACTION_CLOSE
ACTION_COMMIT
public static final ActionCode ACTION_COMMIT
ACTION_CUSTOM
public static final ActionCode ACTION_CUSTOM
ACTION_NEW_REQUEST
public static final ActionCode ACTION_NEW_REQUEST
Chain for request creation. Called each time a new request is created
( requests are recycled ).
ACTION_POST_REQUEST
public static final ActionCode ACTION_POST_REQUEST
Hook called after request, but before recycling. Can be used
for logging, to update counters, custom cleanup - the request
is still visible
ACTION_REQ_HOST_ADDR_ATTRIBUTE
public static final ActionCode ACTION_REQ_HOST_ADDR_ATTRIBUTE
Callback for lazy evaluation - extract the remote host infos (address, name, port) and local address.
ACTION_REQ_HOST_ATTRIBUTE
public static final ActionCode ACTION_REQ_HOST_ATTRIBUTE
Callback for lazy evaluation - extract the remote host address.
ACTION_REQ_LOCALPORT_ATTRIBUTE
public static final ActionCode ACTION_REQ_LOCALPORT_ATTRIBUTE
Callback for lazy evaluation - socket local port.
ACTION_REQ_LOCAL_ADDR_ATTRIBUTE
public static final ActionCode ACTION_REQ_LOCAL_ADDR_ATTRIBUTE
Callback for lazy evaluation - local address.
ACTION_REQ_LOCAL_NAME_ATTRIBUTE
public static final ActionCode ACTION_REQ_LOCAL_NAME_ATTRIBUTE
Callback for lazy evaluation - local address.
ACTION_REQ_REMOTEPORT_ATTRIBUTE
public static final ActionCode ACTION_REQ_REMOTEPORT_ATTRIBUTE
Callback for lazy evaluation - socket remote port.
ACTION_REQ_SSL_ATTRIBUTE
public static final ActionCode ACTION_REQ_SSL_ATTRIBUTE
Callback for lazy evaluation - extract the SSL-related attributes.
ACTION_REQ_SSL_CERTIFICATE
public static final ActionCode ACTION_REQ_SSL_CERTIFICATE
Callback for lazy evaluation - extract the SSL-certificate
(including forcing a re-handshake if necessary)
ACTION_RESET
public static final ActionCode ACTION_RESET
ACTION_START
public static final ActionCode ACTION_START
ACTION_STOP
public static final ActionCode ACTION_STOP
ACTION_WEBAPP
public static final ActionCode ACTION_WEBAPP