org.apache.coyote.ajp
Class AjpProtocol.AjpConnectionHandler
java.lang.Object
org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
- All Implemented Interfaces:
- JIoEndpoint.Handler
- Enclosing class:
- AjpProtocol
protected static class AjpProtocol.AjpConnectionHandler
- extends java.lang.Object
- implements JIoEndpoint.Handler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proto
protected AjpProtocol proto
registerCount
protected java.util.concurrent.atomic.AtomicLong registerCount
global
protected RequestGroupInfo global
recycledProcessors
protected java.util.concurrent.ConcurrentLinkedQueue<AjpProcessor> recycledProcessors
AjpProtocol.AjpConnectionHandler
public AjpProtocol.AjpConnectionHandler(AjpProtocol proto)
process
public boolean process(java.net.Socket socket)
- Specified by:
process
in interface JIoEndpoint.Handler
createProcessor
protected AjpProcessor createProcessor()
register
protected void register(AjpProcessor processor)
unregister
protected void unregister(AjpProcessor processor)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.