Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » coyote » http11 » [javadoc | source]
org.apache.coyote.http11
static class: Http11AprProtocol.Http11ConnectionHandler [javadoc | source]
java.lang.Object
   org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler

All Implemented Interfaces:
    org.apache.tomcat.util.net.AprEndpoint.Handler

Field Summary
protected  Http11AprProtocol proto     
protected  AtomicLong registerCount     
protected  RequestGroupInfo global     
protected  ConcurrentHashMap connections     
protected  ConcurrentLinkedQueue recycledProcessors     
Constructor:
 Http11ConnectionHandler(Http11AprProtocol proto) 
Method from org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler Summary:
createProcessor,   event,   process,   register,   unregister
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler Detail:
 protected Http11AprProcessor createProcessor() 
 public SocketState event(long socket,
    SocketStatus status) 
 public SocketState process(long socket) 
 protected  void register(Http11AprProcessor processor) 
 protected  void unregister(Http11AprProcessor processor)