javax.management.MBeanRegistration, ProtocolHandlerpublic class AjpAprProtocol extends AbstractAjpProtocol<java.lang.Long>
AbstractProtocol.AsyncTimeout, AbstractProtocol.ConnectionHandler<S>, AbstractProtocol.RecycledProcessorssmadapter, domain, mserver, oname, processorCache, rgOname| Constructor | Description |
|---|---|
AjpAprProtocol() |
| Modifier and Type | Method | Description |
|---|---|---|
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 |
getPollTime() |
|
boolean |
isAprRequired() |
Requires APR/native library
|
void |
setPollTime(int pollTime) |
addSslHostConfig, addUpgradeProtocol, createProcessor, createUpgradeProcessor, findSslHostConfigs, findUpgradeProtocols, getAjpFlush, getEndpoint, getNegotiatedProtocol, getPacketSize, getProtocolName, getRequiredSecret, getTomcatAuthentication, getTomcatAuthorization, getUpgradeProtocol, setAjpFlush, setPacketSize, setRequiredSecret, setTomcatAuthentication, setTomcatAuthorizationaddWaitingProcessor, destroy, getAcceptCount, getAcceptorThreadCount, getAcceptorThreadPriority, getAdapter, getAddress, getAsyncTimeout, getClientCertProvider, getConnectionCount, getConnectionLinger, getConnectionTimeout, getDomain, getExecutor, getHandler, getKeepAliveTimeout, getLocalPort, getMaxConnections, getMaxHeaderCount, getMaxThreads, getMinSpareThreads, getName, getNameIndex, getObjectName, getPort, getProcessorCache, getProperty, getTcpNoDelay, getThreadPriority, init, isPaused, isSendfileSupported, pause, postDeregister, postRegister, preDeregister, preRegister, removeWaitingProcessor, resume, setAcceptCount, setAcceptorThreadCount, setAcceptorThreadPriority, setAdapter, setAddress, setClientCertProvider, setConnectionLinger, setConnectionTimeout, setExecutor, setHandler, setKeepAliveTimeout, setMaxConnections, setMaxHeaderCount, setMaxThreads, setMinSpareThreads, setPort, setProcessorCache, setProperty, setTcpNoDelay, setThreadPriority, start, stopprotected Log getLog()
AbstractProtocolgetLog in class AbstractProtocol<java.lang.Long>public boolean isAprRequired()
ProtocolHandlerisAprRequired in interface ProtocolHandlerisAprRequired in class AbstractProtocol<java.lang.Long>true if this Protocol Handler requires the
APR/native library, otherwise falsepublic int getPollTime()
public void setPollTime(int pollTime)
protected java.lang.String getNamePrefix()
AbstractProtocolgetNamePrefix in class AbstractProtocol<java.lang.Long>Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.