Uses of Interface
org.apache.coyote.ActionHook

Packages that use ActionHook
org.apache.coyote   
org.apache.coyote.http11   
 

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-2011 Oracle Corporation. All Rights Reserved.