Uses of Interface
org.apache.coyote.ActionHook

Packages that use ActionHook
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.blocking   
com.sun.enterprise.web.connector.grizzly.ssl   
org.apache.coyote   
org.apache.coyote.http11   
 

Uses of ActionHook in com.sun.enterprise.web.connector.grizzly
 

Classes in com.sun.enterprise.web.connector.grizzly that implement ActionHook
 class DefaultProcessorTask
          Process HTTP request.
 

Uses of ActionHook in com.sun.enterprise.web.connector.grizzly.blocking
 

Classes in com.sun.enterprise.web.connector.grizzly.blocking that implement ActionHook
 class ProcessorBlockingTask
          Process HTTP request.
 

Uses of ActionHook in com.sun.enterprise.web.connector.grizzly.ssl
 

Classes in com.sun.enterprise.web.connector.grizzly.ssl that implement ActionHook
 class SSLAsyncProcessorTask
          Simple ProcessorTask that configure the outputBuffer using an instance of SSLOutputBuffer.
 class SSLProcessorTask
          Simple ProcessorTask that configure the outputBuffer using an instance of SSLOutputBuffer.
 

Uses of ActionHook in org.apache.coyote
 

Fields in org.apache.coyote declared as ActionHook
 ActionHook Response.hook
          Action hook.
 

Methods in org.apache.coyote that return ActionHook
 ActionHook Response.getHook()
           
 

Methods in org.apache.coyote with parameters of type ActionHook
 void Response.setHook(ActionHook hook)
           
 

Uses of ActionHook in org.apache.coyote.http11
 

Classes in org.apache.coyote.http11 that implement ActionHook
 class Http11Processor
          Processes HTTP requests.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.