org.apache.coyote.ajp
Class AjpAprProtocol.AjpConnectionHandler
java.lang.Object
org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
- All Implemented Interfaces:
- AbstractEndpoint.Handler, AprEndpoint.Handler
- Enclosing class:
- AjpAprProtocol
protected static class AjpAprProtocol.AjpConnectionHandler
- extends AbstractProtocol.AbstractConnectionHandler
- implements AprEndpoint.Handler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proto
protected AjpAprProtocol proto
connections
protected ConcurrentHashMap<SocketWrapper<Long>,AjpAprProcessor> connections
recycledProcessors
protected AbstractProtocol.RecycledProcessors<AjpAprProcessor> recycledProcessors
AjpAprProtocol.AjpConnectionHandler
public AjpAprProtocol.AjpConnectionHandler(AjpAprProtocol proto)
getProtocol
protected AbstractProtocol getProtocol()
- Specified by:
getProtocol
in class AbstractProtocol.AbstractConnectionHandler
getLog
protected Log getLog()
- Specified by:
getLog
in class AbstractProtocol.AbstractConnectionHandler
recycle
public void recycle()
- Description copied from interface:
AbstractEndpoint.Handler
- Recycle resources associated with the handler.
- Specified by:
recycle
in interface AbstractEndpoint.Handler
event
public AbstractEndpoint.Handler.SocketState event(SocketWrapper<Long> socket,
SocketStatus status)
- Specified by:
event
in interface AprEndpoint.Handler
process
public AbstractEndpoint.Handler.SocketState process(SocketWrapper<Long> socket)
- Specified by:
process
in interface AprEndpoint.Handler
asyncDispatch
public AbstractEndpoint.Handler.SocketState asyncDispatch(SocketWrapper<Long> socket,
SocketStatus status)
- Specified by:
asyncDispatch
in interface AprEndpoint.Handler
createProcessor
protected AjpAprProcessor createProcessor()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.