public abstract class AbstractAjpProtocol<S> extends AbstractProtocol<S>
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | AbstractAjpProtocol.AbstractAjpConnectionHandler<S,P extends AbstractAjpProcessor<S>> | 
AbstractProtocol.AbstractConnectionHandler<S,P extends Processor<S>>, AbstractProtocol.RecycledProcessors<P extends Processor<S>,S>| Modifier and Type | Field and Description | 
|---|---|
| protected int | packetSizeAJP packet size. | 
| protected java.lang.String | requiredSecretRequired secret. | 
| protected static StringManager | smThe string manager for this package. | 
| protected boolean | tomcatAuthenticationShould authentication be done in the native web server layer,
or in the Servlet container ? | 
adapter, clientCertProvider, domain, endpoint, mserver, oname, processorCache, rgOname, tpOname| Constructor and Description | 
|---|
| AbstractAjpProtocol() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getPacketSize() | 
| protected java.lang.String | getProtocolName()Obtain the name of the protocol, (Http, Ajp, etc.). | 
| boolean | getTomcatAuthentication() | 
| boolean | getTomcatAuthorization() | 
| void | setPacketSize(int packetSize) | 
| void | setRequiredSecret(java.lang.String requiredSecret) | 
| void | setTomcatAuthentication(boolean tomcatAuthentication) | 
| void | setTomcatAuthorization(boolean tomcatAuthorization) | 
destroy, getAdapter, getAddress, getBacklog, getClientCertProvider, getConnectionCount, getConnectionTimeout, getDomain, getExecutor, getHandler, getKeepAliveTimeout, getLocalPort, getLog, getMaxConnections, getMaxHeaderCount, getMaxThreads, getMinSpareThreads, getName, getNameIndex, getNamePrefix, getObjectName, getPort, getProcessorCache, getProperty, getSoLinger, getSoTimeout, getTcpNoDelay, getThreadPriority, init, isAprRequired, pause, postDeregister, postRegister, preDeregister, preRegister, resume, setAdapter, setAddress, setBacklog, setClientCertProvider, setConnectionTimeout, setExecutor, setKeepAliveTimeout, setMaxConnections, setMaxHeaderCount, setMaxThreads, setMinSpareThreads, setPort, setProcessorCache, setProperty, setSoLinger, setSoTimeout, setTcpNoDelay, setThreadPriority, start, stopprotected static final StringManager sm
protected boolean tomcatAuthentication
protected java.lang.String requiredSecret
protected int packetSize
protected java.lang.String getProtocolName()
AbstractProtocolgetProtocolName in class AbstractProtocol<S>public boolean getTomcatAuthentication()
public void setTomcatAuthentication(boolean tomcatAuthentication)
public boolean getTomcatAuthorization()
public void setTomcatAuthorization(boolean tomcatAuthorization)
public void setRequiredSecret(java.lang.String requiredSecret)
public int getPacketSize()
public void setPacketSize(int packetSize)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.