Interface Summary | |
---|---|
InputFilter | Input filter interface. |
OutputFilter | Output filter. |
Class Summary | |
---|---|
Constants | Constants. |
Http11AprProcessor | Processes HTTP requests. |
Http11AprProtocol | Abstract the protocol implementation, including threading, etc. |
Http11NioProcessor | Processes HTTP requests. |
Http11NioProtocol | Abstract the protocol implementation, including threading, etc. |
Http11Processor | Processes HTTP requests. |
Http11Protocol | Abstract the protocol implementation, including threading, etc. |
Http11Protocol.Http11ConnectionHandler | |
InternalAprInputBuffer | Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding. |
InternalAprInputBuffer.SocketInputBuffer | This class is an input buffer which will read its data from an input stream. |
InternalAprOutputBuffer | Output buffer. |
InternalAprOutputBuffer.SocketOutputBuffer | This class is an output buffer which will write data to an output stream. |
InternalInputBuffer | Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding. |
InternalInputBuffer.InputStreamInputBuffer | This class is an input buffer which will read its data from an input stream. |
InternalNioInputBuffer | Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding. |
InternalNioInputBuffer.HeaderParseData | |
InternalNioInputBuffer.SocketInputBuffer | This class is an input buffer which will read its data from an input stream. |
InternalNioOutputBuffer | Output buffer. |
InternalNioOutputBuffer.SocketOutputBuffer | This class is an output buffer which will write data to an output stream. |
InternalOutputBuffer | Output buffer. |
InternalOutputBuffer.OutputStreamOutputBuffer | This class is an output buffer which will write data to an output stream. |