|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tomcat.core.BaseInterceptor
org.apache.tomcat.modules.server.PoolTcpConnector
org.apache.tomcat.modules.server.Ajp13Interceptor
Field Summary |
Fields inherited from class org.apache.tomcat.modules.server.PoolTcpConnector |
attributes, ep, secure, socketFactory, socketFactoryName, sslImplementation, sslImplementationName |
Fields inherited from class org.apache.tomcat.core.BaseInterceptor |
cm, ct, ctx, debug, DECLINED, loghelper, OK |
Constructor Summary | |
Ajp13Interceptor()
|
Method Summary | |
protected boolean |
doShutdown(Ajp13 con,
java.net.InetAddress serverAddr,
java.net.InetAddress clientAddr)
|
void |
engineInit(ContextManager cm)
Called when the ContextManger is started |
void |
engineState(ContextManager cm,
int state)
Notifies the module that the server changed it's state. |
java.lang.Object[] |
init()
Called before the call to processConnection. |
boolean |
isTomcatAuthentication()
|
protected void |
localInit()
|
void |
processConnection(TcpConnection connection,
java.lang.Object[] thData)
Assert: connection!=null Assert: connection.getSocket() != null Assert: thData != null and is the result of calling init() Assert: thData is preserved per Thread. |
void |
setAjpidFile(java.lang.String path)
Specify ajpid file used when shutting down tomcat |
void |
setAuthenticateConnection(boolean b)
Specify if Ajp13 requests must be authenticated |
void |
setDecodedUri(boolean b)
|
void |
setSecret(java.lang.String s)
Set the 'secret'. |
void |
setServer(java.lang.Object contextM)
Add informations about the a "controler" object specific to the server. |
void |
setShutdownEnable(boolean b)
Enable shutdown command. |
void |
setShutDownEnable(boolean b)
Legacy version |
void |
setTomcatAuthentication(boolean newTomcatAuthentication)
|
void |
setUseSecret(boolean b)
Enable the use of a secret. |
Methods inherited from class org.apache.tomcat.modules.server.PoolTcpConnector |
engineShutdown, engineStart, getAddress, getEndpoint, getPort, isAttributeSet, isClientauthSet, isKeypassSet, isKeystoreSet, isSameAddress, isSecure, setAddress, setAttribute, setBacklog, setClientauth, setHostName, setKeypass, setKeystore, setMaxSpareThreads, setMaxThreads, setMinSpareThreads, setPools, setPort, setSecure, setServerSoTimeout, setSocketFactory, setSoLinger, setSoTimeout, setSSLImplementation, setTcpNoDelay |
Methods inherited from class org.apache.tomcat.core.BaseInterceptor |
addContainer, addContext, addHandler, addInterceptor, addSecurityConstraint, afterBody, authenticate, authorize, beforeBody, beforeCommit, contextInit, contextMap, contextShutdown, contextState, copyContext, engineStop, findSession, getContext, getContextManager, getDebug, getInfo, getLog, getNote, getNote, handleError, log, log, log, log, postInitCheck, postReadRequest, postRequest, postService, postServletDestroy, postServletInit, preInitCheck, preService, preServletDestroy, preServletInit, registerHooks, reload, removeContainer, removeContext, removeHandler, removeInterceptor, requestMap, sessionState, setContext, setContextManager, setDebug, setInfo, setNote, setNote |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.tomcat.util.net.TcpConnectionHandler |
setAttribute |
Constructor Detail |
public Ajp13Interceptor()
Method Detail |
public void setShutdownEnable(boolean b)
public void setShutDownEnable(boolean b)
public void setUseSecret(boolean b)
public void setSecret(java.lang.String s)
public void setAjpidFile(java.lang.String path)
public void setAuthenticateConnection(boolean b)
public void setDecodedUri(boolean b)
protected void localInit() throws java.lang.Exception
localInit
in class PoolTcpConnector
java.lang.Exception
public void engineInit(ContextManager cm) throws TomcatException
PoolTcpConnector
engineInit
in class PoolTcpConnector
TomcatException
public void engineState(ContextManager cm, int state) throws TomcatException
BaseInterceptor
engineState
in class BaseInterceptor
TomcatException
public java.lang.Object[] init()
TcpConnectionHandler
init
in interface TcpConnectionHandler
public void processConnection(TcpConnection connection, java.lang.Object[] thData)
TcpConnectionHandler
processConnection
in interface TcpConnectionHandler
public void setServer(java.lang.Object contextM)
TcpConnectionHandler
setServer
in interface TcpConnectionHandler
protected boolean doShutdown(Ajp13 con, java.net.InetAddress serverAddr, java.net.InetAddress clientAddr)
public boolean isTomcatAuthentication()
public void setTomcatAuthentication(boolean newTomcatAuthentication)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |