public class AjpAprProtocol extends AbstractAjpProtocol<Long>
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | AjpAprProtocol.AjpConnectionHandler | 
AbstractAjpProtocol.AbstractAjpConnectionHandler<S,P extends AbstractAjpProcessor<S>>AbstractProtocol.AbstractConnectionHandler<S,P extends Processor<S>>, AbstractProtocol.RecycledProcessors<P extends Processor<S>,S>ajpFlush, packetSize, requiredSecret, sm, tomcatAuthenticationadapter, clientCertProvider, domain, endpoint, mserver, oname, processorCache, rgOname, tpOname| Constructor and Description | 
|---|
| AjpAprProtocol() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AbstractEndpoint.Handler | getHandler()Obtain the handler associated with the underlying Endpoint | 
| protected Log | getLog()Concrete implementations need to provide access to their logger to be
 used by the abstract classes. | 
| protected String | getNamePrefix()Obtain the prefix to be used when construction a name for this protocol
 handler. | 
| int | getPollerSize() | 
| int | getPollTime() | 
| boolean | isAprRequired()Requires APR/native library | 
| void | setPollerSize(int pollerSize) | 
| void | setPollTime(int pollTime) | 
getAjpFlush, getAllowedRequestAttributesPattern, getAllowedRequestAttributesPatternPattern, getPacketSize, getProtocolName, getRequiredSecret, getSecret, getSecretRequired, getTomcatAuthentication, getTomcatAuthorization, setAjpFlush, setAllowedRequestAttributesPattern, setPacketSize, setRequiredSecret, setSecret, setSecretRequired, setTomcatAuthentication, setTomcatAuthorization, startdestroy, getAdapter, getAddress, getBacklog, getClientCertProvider, getConnectionCount, getConnectionTimeout, getDomain, getExecutor, getKeepAliveTimeout, getLocalPort, getMaxConnections, getMaxCookieCount, getMaxHeaderCount, getMaxThreads, getMinSpareThreads, getName, getNameIndex, getObjectName, getPort, getProcessorCache, getProperty, getSoLinger, getSoTimeout, getTcpNoDelay, getThreadPriority, init, pause, postDeregister, postRegister, preDeregister, preRegister, resume, setAdapter, setAddress, setBacklog, setClientCertProvider, setConnectionTimeout, setExecutor, setKeepAliveTimeout, setMaxConnections, setMaxCookieCount, setMaxHeaderCount, setMaxThreads, setMinSpareThreads, setPort, setProcessorCache, setProperty, setSoLinger, setSoTimeout, setTcpNoDelay, setThreadPriority, stopprotected Log getLog()
AbstractProtocolgetLog in class AbstractProtocol<Long>protected AbstractEndpoint.Handler getHandler()
AbstractProtocolgetHandler in class AbstractProtocol<Long>public boolean isAprRequired()
ProtocolHandlerisAprRequired in interface ProtocolHandlerisAprRequired in class AbstractProtocol<Long>true if this Protocol Handler requires the
         APR/native library, otherwise falsepublic int getPollTime()
public void setPollTime(int pollTime)
public void setPollerSize(int pollerSize)
public int getPollerSize()
protected String getNamePrefix()
AbstractProtocolgetNamePrefix in class AbstractProtocol<Long>Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.