org.apache.coyote.http11
Class Http11Protocol.Http11ConnectionHandler

java.lang.Object
  extended by org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
All Implemented Interfaces:
JIoEndpoint.Handler
Enclosing class:
Http11Protocol

protected static class Http11Protocol.Http11ConnectionHandler
extends java.lang.Object
implements JIoEndpoint.Handler


Field Summary
protected static int count
           
protected  RequestGroupInfo global
           
protected  java.lang.ThreadLocal<Http11Processor> localProcessor
           
protected  Http11Protocol protocol
           
 
Method Summary
 boolean process(java.net.Socket socket)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocol

protected Http11Protocol protocol

count

protected static int count

global

protected RequestGroupInfo global

localProcessor

protected java.lang.ThreadLocal<Http11Processor> localProcessor
Method Detail

process

public boolean process(java.net.Socket socket)
Specified by:
process in interface JIoEndpoint.Handler


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