org.apache.coyote.ajp
Class AjpAprProtocol.AjpConnectionHandler
java.lang.Object
org.apache.coyote.AbstractProtocol.AbstractConnectionHandler<S,P>
org.apache.coyote.ajp.AbstractAjpProtocol.AbstractAjpConnectionHandler<Long,AjpAprProcessor>
org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
- All Implemented Interfaces:
- AbstractEndpoint.Handler, AprEndpoint.Handler
- Enclosing class:
- AjpAprProtocol
protected static class AjpAprProtocol.AjpConnectionHandler
- extends AbstractAjpProtocol.AbstractAjpConnectionHandler<Long,AjpAprProcessor>
- implements AprEndpoint.Handler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proto
protected AjpAprProtocol proto
AjpAprProtocol.AjpConnectionHandler
public AjpAprProtocol.AjpConnectionHandler(AjpAprProtocol proto)
getProtocol
protected AbstractProtocol getProtocol()
- Specified by:
getProtocol
in class AbstractProtocol.AbstractConnectionHandler<Long,AjpAprProcessor>
getLog
protected Log getLog()
- Specified by:
getLog
in class AbstractProtocol.AbstractConnectionHandler<Long,AjpAprProcessor>
release
public void release(SocketWrapper<Long> socket,
Processor<Long> processor,
boolean isSocketClosing,
boolean addToPoller)
- Expected to be used by the handler once the processor is no longer
required.
- Specified by:
release
in class AbstractProtocol.AbstractConnectionHandler<Long,AjpAprProcessor>
createProcessor
protected AjpAprProcessor createProcessor()
- Specified by:
createProcessor
in class AbstractProtocol.AbstractConnectionHandler<Long,AjpAprProcessor>
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.