org.apache.coyote.ajp
protected static class AjpAprProtocol.AjpConnectionHandler extends java.lang.Object implements AprEndpoint.Handler
AprEndpoint.Handler.SocketState
Modifier and Type | Field and Description |
---|---|
protected RequestGroupInfo |
global |
protected AjpAprProtocol |
proto |
protected java.util.concurrent.ConcurrentLinkedQueue<AjpAprProcessor> |
recycledProcessors |
protected java.util.concurrent.atomic.AtomicLong |
registerCount |
Constructor and Description |
---|
AjpAprProtocol.AjpConnectionHandler(AjpAprProtocol proto) |
Modifier and Type | Method and Description |
---|---|
protected AjpAprProcessor |
createProcessor() |
AprEndpoint.Handler.SocketState |
event(long socket,
SocketStatus status) |
AprEndpoint.Handler.SocketState |
process(long socket) |
protected void |
register(AjpAprProcessor processor) |
protected void |
unregister(AjpAprProcessor processor) |
protected AjpAprProtocol proto
protected java.util.concurrent.atomic.AtomicLong registerCount
protected RequestGroupInfo global
protected java.util.concurrent.ConcurrentLinkedQueue<AjpAprProcessor> recycledProcessors
public AjpAprProtocol.AjpConnectionHandler(AjpAprProtocol proto)
public AprEndpoint.Handler.SocketState event(long socket, SocketStatus status)
event
in interface AprEndpoint.Handler
public AprEndpoint.Handler.SocketState process(long socket)
process
in interface AprEndpoint.Handler
protected AjpAprProcessor createProcessor()
protected void register(AjpAprProcessor processor)
protected void unregister(AjpAprProcessor processor)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.