org.apache.coyote.ajp
Class AjpAprProtocol
java.lang.Object
org.apache.coyote.AbstractProtocolHandler
org.apache.coyote.ajp.AbstractAjpProtocol
org.apache.coyote.ajp.AjpAprProtocol
- All Implemented Interfaces:
- MBeanRegistration, ProtocolHandler
public class AjpAprProtocol
- extends AbstractAjpProtocol
Abstract the protocol implementation, including threading, etc.
Processor is single threaded and specific to stream-based protocols,
will not fit Jk protocols like JNI.
- Author:
- Remy Maucherat, Costin Manolache
Methods inherited from class org.apache.coyote.AbstractProtocolHandler |
destroy, getAdapter, getAddress, getBacklog, getConnectionTimeout, getDomain, getExecutor, getKeepAliveTimeout, getMaxConnections, getMaxThreads, getMinSpareThreads, getName, 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 |
AjpAprProtocol
public AjpAprProtocol()
getLog
protected Log getLog()
- Description copied from class:
AbstractProtocolHandler
- Concrete implementations need to provide access to their logger to be
used by the abstract classes.
- Specified by:
getLog
in class AbstractProtocolHandler
getHandler
protected AbstractEndpoint.Handler getHandler()
- Description copied from class:
AbstractProtocolHandler
- Obtain the handler associated with the underlying Endpoint
- Specified by:
getHandler
in class AbstractProtocolHandler
getUseSendfile
public boolean getUseSendfile()
setUseSendfile
public void setUseSendfile(boolean useSendfile)
getPollTime
public int getPollTime()
setPollTime
public void setPollTime(int pollTime)
setPollerSize
public void setPollerSize(int pollerSize)
getPollerSize
public int getPollerSize()
getNamePrefix
protected String getNamePrefix()
- Description copied from class:
AbstractProtocolHandler
- Obtain the prefix to be used when construction a name for this protocol
handler. The name will be prefix-address-port.
- Specified by:
getNamePrefix
in class AbstractProtocolHandler
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.