Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » coyote » tomcat3 » [javadoc | source]
org.apache.coyote.tomcat3
public class: CoyoteInterceptor2 [javadoc | source]
java.lang.Object
   org.apache.tomcat.core.BaseInterceptor
      org.apache.coyote.tomcat3.CoyoteInterceptor2
Standalone http. Connector properties: Properties passed to the net layer: Thread pool properties: Properties for HTTPS: Properties for HTTP:
Field Summary
public static final  String REDIRECT_PORT_ATTR     
 Tomcat3Adapter adapter     
 ProtocolHandler proto     
 int protocolNote     
 int redirectPort     
 Hashtable attributes     
Constructor:
 public CoyoteInterceptor2() 
Method from org.apache.coyote.tomcat3.CoyoteInterceptor2 Summary:
engineInit,   engineShutdown,   engineStart,   getInfo,   getRedirectPort,   isSSLAttribute,   postRequest,   preService,   setAttribute,   setInfo,   setProcessorClassName,   setProperty,   setRedirectPort
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.coyote.tomcat3.CoyoteInterceptor2 Detail:
 public  void engineInit(ContextManager cm) throws TomcatException 
    Called when the ContextManger is started
 public  void engineShutdown(ContextManager cm) throws TomcatException 
 public  void engineStart(ContextManager cm) throws TomcatException 
    Called when the ContextManger is started
 public Object getInfo(Context ctx,
    Request request,
    int id,
    String key) 
    getInfo calls for SSL data
 public int getRedirectPort() 
    Get the redirect port.
 public static boolean isSSLAttribute(String key) 
    Check if a string is a reserved SSL attribute key.
 public int postRequest(Request request,
    Response response) 
 public int preService(Request request,
    Response response) 
    Handle HTTP expectations.
 public  void setAttribute(String prop,
    Object value) 
 public int setInfo(Context ctx,
    Request request,
    int id,
    String key,
    String object) 
 public  void setProcessorClassName(String pcn) 
    Set the class of the processor to use.
 public  void setProperty(String prop,
    String value) 
 public  void setRedirectPort(int rp) 
    Set the redirect port.