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<Long> |
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, isAvailable, process, recycle, register, unregister
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isAvailable, process
getGlobal, recycle
protected AjpAprProtocol proto
public AjpAprProtocol.AjpConnectionHandler(AjpAprProtocol proto)
protected AbstractProtocol<Long> 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-2021 Apache Software Foundation. All Rights Reserved.