Apache Tomcat 7.0.16

org.apache.coyote
Class AbstractProtocol.AbstractConnectionHandler

java.lang.Object
  extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
AbstractEndpoint.Handler.SocketState
 
Field Summary
protected  RequestGroupInfo global
           
protected  AtomicLong registerCount
           
 
Constructor Summary
protected AbstractProtocol.AbstractConnectionHandler()
           
 
Method Summary
 Object getGlobal()
          Obtain the GlobalRequestProcessor associated with the handler.
protected abstract  Log getLog()
           
protected abstract  AbstractProtocol getProtocol()
           
protected  void register(AbstractProcessor processor)
           
protected  void unregister(AbstractProcessor processor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
recycle
 

Field Detail

global

protected RequestGroupInfo global

registerCount

protected AtomicLong registerCount
Constructor Detail

AbstractProtocol.AbstractConnectionHandler

protected AbstractProtocol.AbstractConnectionHandler()
Method Detail

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)

Apache Tomcat 7.0.16

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.