protected static class AjpAprProtocol.AjpConnectionHandler extends AbstractAjpProtocol.AbstractAjpConnectionHandler<Long,AjpAprProcessor> implements AprEndpoint.Handler
AbstractEndpoint.Handler.SocketState
Modifier and Type | Field and Description |
---|---|
protected AjpAprProtocol |
proto |
connections, global, recycledProcessors, registerCount
Constructor and Description |
---|
AjpAprProtocol.AjpConnectionHandler(AjpAprProtocol proto) |
Modifier and Type | Method and Description |
---|---|
protected AjpAprProcessor |
createProcessor() |
protected Log |
getLog() |
protected AbstractProtocol |
getProtocol() |
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.
|
createUpgradeProcessor, createUpgradeProcessor, initSsl, longPoll
getGlobal, process, recycle, register, unregister
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
process
getGlobal, recycle
protected AjpAprProtocol proto
public AjpAprProtocol.AjpConnectionHandler(AjpAprProtocol proto)
protected AbstractProtocol getProtocol()
getProtocol
in class AbstractProtocol.AbstractConnectionHandler<Long,AjpAprProcessor>
protected Log getLog()
getLog
in class AbstractProtocol.AbstractConnectionHandler<Long,AjpAprProcessor>
public void release(SocketWrapper<Long> socket, Processor<Long> processor, boolean isSocketClosing, boolean addToPoller)
release
in class AbstractProtocol.AbstractConnectionHandler<Long,AjpAprProcessor>
protected AjpAprProcessor createProcessor()
createProcessor
in class AbstractProtocol.AbstractConnectionHandler<Long,AjpAprProcessor>
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.