public class AjpAprProtocol extends AbstractAjpProtocol<java.lang.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>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 java.lang.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) | 
getPacketSize, getProtocolName, getTomcatAuthentication, getTomcatAuthorization, setPacketSize, setRequiredSecret, setTomcatAuthentication, setTomcatAuthorizationdestroy, getAdapter, getAddress, getBacklog, getClientCertProvider, getConnectionCount, getConnectionTimeout, getDomain, getExecutor, getKeepAliveTimeout, getLocalPort, getMaxConnections, 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, setMaxHeaderCount, setMaxThreads, setMinSpareThreads, setPort, setProcessorCache, setProperty, setSoLinger, setSoTimeout, setTcpNoDelay, setThreadPriority, start, stopprotected Log getLog()
AbstractProtocolgetLog in class AbstractProtocol<java.lang.Long>protected AbstractEndpoint.Handler getHandler()
AbstractProtocolgetHandler in class AbstractProtocol<java.lang.Long>public boolean isAprRequired()
ProtocolHandlerisAprRequired in interface ProtocolHandlerisAprRequired in class AbstractProtocol<java.lang.Long>public int getPollTime()
public void setPollTime(int pollTime)
public void setPollerSize(int pollerSize)
public int getPollerSize()
protected java.lang.String getNamePrefix()
AbstractProtocolgetNamePrefix in class AbstractProtocol<java.lang.Long>Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.