org.apache.coyote
Class AbstractProtocol.AbstractConnectionHandler
java.lang.Object
org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
- All Implemented Interfaces:
- AbstractEndpoint.Handler
- Direct Known Subclasses:
- AjpAprProtocol.AjpConnectionHandler, AjpNioProtocol.AjpConnectionHandler, AjpProtocol.AjpConnectionHandler, Http11AprProtocol.Http11ConnectionHandler, Http11NioProtocol.Http11ConnectionHandler, Http11Protocol.Http11ConnectionHandler
- Enclosing class:
- AbstractProtocol
protected abstract static class AbstractProtocol.AbstractConnectionHandler
- extends Object
- implements AbstractEndpoint.Handler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
global
protected RequestGroupInfo global
registerCount
protected AtomicLong registerCount
AbstractProtocol.AbstractConnectionHandler
protected AbstractProtocol.AbstractConnectionHandler()
getProtocol
protected abstract AbstractProtocol getProtocol()
getLog
protected abstract Log getLog()
getGlobal
public Object getGlobal()
- Description copied from interface:
AbstractEndpoint.Handler
- Obtain the GlobalRequestProcessor associated with the handler.
- Specified by:
getGlobal
in interface AbstractEndpoint.Handler
register
protected void register(AbstractProcessor processor)
unregister
protected void unregister(AbstractProcessor processor)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.