org.apache.coyote.ajp
protected static class AjpAprProtocol.AjpConnectionHandler extends Object implements AprEndpoint.Handler
Field Summary | |
---|---|
protected RequestGroupInfo | global |
protected AjpAprProtocol | proto |
protected ConcurrentLinkedQueue<AjpAprProcessor> | recycledProcessors |
protected AtomicLong | registerCount |
Constructor Summary | |
---|---|
AjpConnectionHandler(AjpAprProtocol proto) |
Method Summary | |
---|---|
protected AjpAprProcessor | createProcessor() |
SocketState | event(long socket, SocketStatus status) |
SocketState | process(long socket) |
protected void | register(AjpAprProcessor processor) |
protected void | unregister(AjpAprProcessor processor) |