org.apache.coyote.ajp
Class AbstractAjpProtocol
java.lang.Object
org.apache.coyote.AbstractProtocolHandler
org.apache.coyote.ajp.AbstractAjpProtocol
- All Implemented Interfaces:
- MBeanRegistration, ProtocolHandler
- Direct Known Subclasses:
- AjpAprProtocol, AjpProtocol
public abstract class AbstractAjpProtocol
- extends AbstractProtocolHandler
Methods inherited from class org.apache.coyote.AbstractProtocolHandler |
destroy, getAdapter, getAddress, getBacklog, getConnectionTimeout, getDomain, getExecutor, getHandler, getKeepAliveTimeout, getLog, getMaxConnections, getMaxThreads, getMinSpareThreads, getName, getNamePrefix, getObjectName, getPort, getProcessorCache, getProperty, getSoLinger, getSoTimeout, getTcpNoDelay, getThreadPriority, init, pause, postDeregister, postRegister, preDeregister, preRegister, resume, setAdapter, setAddress, setBacklog, setConnectionTimeout, setExecutor, setKeepAliveTimeout, setMaxConnections, setMaxThreads, setMinSpareThreads, setPort, setProcessorCache, setProperty, setSoLinger, setSoTimeout, setTcpNoDelay, setThreadPriority, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sm
protected static final StringManager sm
- The string manager for this package.
tomcatAuthentication
protected boolean tomcatAuthentication
- Should authentication be done in the native webserver layer,
or in the Servlet container ?
requiredSecret
protected String requiredSecret
- Required secret.
packetSize
protected int packetSize
- AJP packet size.
AbstractAjpProtocol
public AbstractAjpProtocol()
getTomcatAuthentication
public boolean getTomcatAuthentication()
setTomcatAuthentication
public void setTomcatAuthentication(boolean tomcatAuthentication)
setRequiredSecret
public void setRequiredSecret(String requiredSecret)
getPacketSize
public int getPacketSize()
setPacketSize
public void setPacketSize(int packetSize)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.