org.apache.coyote.ajp
Class AjpNioProtocol.AjpConnectionHandler
java.lang.Object
org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
- All Implemented Interfaces:
- AbstractEndpoint.Handler, NioEndpoint.Handler
- Enclosing class:
- AjpNioProtocol
protected static class AjpNioProtocol.AjpConnectionHandler
- extends AbstractProtocol.AbstractConnectionHandler
- implements NioEndpoint.Handler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proto
protected AjpNioProtocol proto
connections
protected ConcurrentHashMap<NioChannel,AjpNioProcessor> connections
recycledProcessors
protected AbstractProtocol.RecycledProcessors<AjpNioProcessor> recycledProcessors
AjpNioProtocol.AjpConnectionHandler
public AjpNioProtocol.AjpConnectionHandler(AjpNioProtocol 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
getSslImplementation
public SSLImplementation getSslImplementation()
- Specified by:
getSslImplementation
in interface NioEndpoint.Handler
release
public void release(SocketChannel socket)
- Specified by:
release
in interface NioEndpoint.Handler
release
public void release(NioChannel socket)
- Use this only if the processor is not available, otherwise use
release(NioChannel, AjpNioProcessor)
.
- Specified by:
release
in interface NioEndpoint.Handler
release
public void release(NioChannel socket,
AjpNioProcessor processor)
event
public AbstractEndpoint.Handler.SocketState event(NioChannel socket,
SocketStatus status)
- Specified by:
event
in interface NioEndpoint.Handler
process
public AbstractEndpoint.Handler.SocketState process(NioChannel socket)
- Specified by:
process
in interface NioEndpoint.Handler
createProcessor
protected AjpNioProcessor createProcessor()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.