Uses of Class
com.sun.grizzly.tcp.ActionCode

Packages that use ActionCode
com.sun.grizzly.http   
com.sun.grizzly.http.jk.core   
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 ProcessorTask.action(ActionCode actionCode, Object param)
          Send an action to the connector.
 

Uses of ActionCode in com.sun.grizzly.http.jk.core
 

Methods in com.sun.grizzly.http.jk.core with parameters of type ActionCode
 void MsgContext.action(ActionCode actionCode, Object param)
           
 

Uses of ActionCode in com.sun.grizzly.ssl
 

Methods in com.sun.grizzly.ssl with parameters of type ActionCode
 void SSLProcessorTask.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_DISCARD_UPSTREAM_WRITE
           
static ActionCode ActionCode.ACTION_FINISH_RESPONSE
           
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
           
static ActionCode ActionCode.CANCEL_SUSPENDED_RESPONSE
          Callback used to reset suspended connection.
static ActionCode ActionCode.RESET_SUSPEND_TIMEOUT
          Callback to reset the Response suspended timeout.
 

Methods in com.sun.grizzly.tcp with parameters of type ActionCode
 void Request.action(ActionCode actionCode, Object param)
           
 void Response.action(ActionCode actionCode, Object param)
           
 void ActionHook.action(ActionCode actionCode, Object param)
          Send an action to the connector.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.