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, tomcatAuthentication
adapter, 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, start
destroy, 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, stop
protected Log getLog()
AbstractProtocol
getLog
in class AbstractProtocol<Long>
protected AbstractEndpoint.Handler getHandler()
AbstractProtocol
getHandler
in class AbstractProtocol<Long>
public boolean isAprRequired()
ProtocolHandler
isAprRequired
in interface ProtocolHandler
isAprRequired
in class AbstractProtocol<Long>
true
if this Protocol Handler requires the
APR/native library, otherwise false
public int getPollTime()
public void setPollTime(int pollTime)
public void setPollerSize(int pollerSize)
public int getPollerSize()
protected String getNamePrefix()
AbstractProtocol
getNamePrefix
in class AbstractProtocol<Long>
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.