| Class | Description | 
|---|---|
| AbstractAjpProcessor<S> | Base class for AJP Processor implementations. | 
| AbstractAjpProtocol<S> | The is the base implementation for the AJP protocol handlers. | 
| AbstractAjpProtocol.AbstractAjpConnectionHandler<S,P extends AbstractAjpProcessor<S>> | |
| AjpAprProcessor | Processes AJP requests. | 
| AjpAprProtocol | Abstract the protocol implementation, including threading, etc. | 
| AjpAprProtocol.AjpConnectionHandler | |
| AjpMessage | A single packet for communication between the web server and the
 container. | 
| AjpNioProcessor | Processes AJP requests using NIO. | 
| AjpNioProtocol | Abstract the protocol implementation, including threading, etc. | 
| AjpNioProtocol.AjpConnectionHandler | |
| AjpProcessor | Processes AJP requests. | 
| AjpProtocol | Abstract the protocol implementation, including threading, etc. | 
| AjpProtocol.AjpConnectionHandler | |
| Constants | Constants. | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.