|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object BaseInterceptor org.apache.coyote.tomcat3.CoyoteInterceptor2
Standalone http. Connector properties:
Constructor Summary | |
CoyoteInterceptor2()
|
Method Summary | |
void |
engineInit(ContextManager cm)
Called when the ContextManger is started |
void |
engineShutdown(ContextManager cm)
|
void |
engineStart(ContextManager cm)
Called when the ContextManger is started |
java.lang.Object |
getInfo(Context ctx,
org.apache.tomcat.core.Request request,
int id,
java.lang.String key)
getInfo calls for SSL data |
static boolean |
isSSLAttribute(java.lang.String key)
Check if a string is a reserved SSL attribute key. |
int |
postRequest(org.apache.tomcat.core.Request request,
org.apache.tomcat.core.Response response)
|
int |
preService(org.apache.tomcat.core.Request request,
org.apache.tomcat.core.Response response)
Handle HTTP expectations. |
void |
setAttribute(java.lang.String prop,
java.lang.Object value)
|
int |
setInfo(Context ctx,
org.apache.tomcat.core.Request request,
int id,
java.lang.String key,
java.lang.String object)
|
void |
setProcessorClassName(java.lang.String pcn)
Set the class of the processor to use. |
void |
setProperty(java.lang.String prop,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CoyoteInterceptor2()
Method Detail |
public void setProcessorClassName(java.lang.String pcn)
public void setAttribute(java.lang.String prop, java.lang.Object value)
public void setProperty(java.lang.String prop, java.lang.String value)
public void engineInit(ContextManager cm) throws TomcatException
TomcatException
public void engineStart(ContextManager cm) throws TomcatException
TomcatException
public void engineShutdown(ContextManager cm) throws TomcatException
TomcatException
public int preService(org.apache.tomcat.core.Request request, org.apache.tomcat.core.Response response)
public int postRequest(org.apache.tomcat.core.Request request, org.apache.tomcat.core.Response response)
public java.lang.Object getInfo(Context ctx, org.apache.tomcat.core.Request request, int id, java.lang.String key)
public int setInfo(Context ctx, org.apache.tomcat.core.Request request, int id, java.lang.String key, java.lang.String object)
public static boolean isSSLAttribute(java.lang.String key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |