org.apache.coyote.ajp
Class AjpProtocol.AjpConnectionHandler

java.lang.Object
  extended by org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
All Implemented Interfaces:
JIoEndpoint.Handler
Enclosing class:
AjpProtocol

protected static class AjpProtocol.AjpConnectionHandler
extends java.lang.Object
implements JIoEndpoint.Handler


Field Summary
protected static int count
           
protected  RequestGroupInfo global
           
protected  java.lang.ThreadLocal<AjpProcessor> localProcessor
           
protected  AjpProtocol proto
           
 
Constructor Summary
AjpProtocol.AjpConnectionHandler(AjpProtocol proto)
           
 
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

proto

protected AjpProtocol proto

count

protected static int count

global

protected RequestGroupInfo global

localProcessor

protected java.lang.ThreadLocal<AjpProcessor> localProcessor
Constructor Detail

AjpProtocol.AjpConnectionHandler

public AjpProtocol.AjpConnectionHandler(AjpProtocol proto)
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.