Interface | Description |
---|---|
InputFilter |
Input filter interface.
|
NpnHandler<S> |
Interface specific for protocols that negotiate at NPN level, like
SPDY.
|
OutputFilter |
Output filter.
|
Class | Description |
---|---|
AbstractHttp11JsseProtocol<S> | |
AbstractHttp11Processor<S> | |
AbstractHttp11Protocol<S> | |
AbstractInputBuffer<S> | |
AbstractNioInputBuffer<S> | |
AbstractNioInputBuffer.HeaderParseData | |
AbstractOutputBuffer<S> | |
Constants |
Constants.
|
Http11AprProcessor |
Processes HTTP requests.
|
Http11AprProtocol |
Abstract the protocol implementation, including threading, etc.
|
Http11AprProtocol.Http11ConnectionHandler | |
Http11Nio2Processor |
Processes HTTP requests.
|
Http11Nio2Protocol |
HTTP/1.1 protocol implementation using NIO2.
|
Http11Nio2Protocol.Http11ConnectionHandler | |
Http11NioProcessor |
Processes HTTP requests.
|
Http11NioProtocol |
Abstract the protocol implementation, including threading, etc.
|
Http11NioProtocol.Http11ConnectionHandler | |
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.
|
InternalAprOutputBuffer |
Output buffer.
|
InternalInputBuffer |
Implementation of InputBuffer which provides HTTP request header parsing as
well as transfer decoding.
|
InternalNio2InputBuffer |
Output buffer implementation for NIO2.
|
InternalNio2OutputBuffer |
Output buffer implementation for NIO2.
|
InternalNioInputBuffer |
Implementation of InputBuffer which provides HTTP request header parsing as
well as transfer decoding.
|
InternalNioOutputBuffer |
Output buffer.
|
InternalOutputBuffer |
Output buffer.
|
Exception | Description |
---|---|
HeadersTooLargeException |
Exception used to mark the specific error condition of the HTTP headers
exceeding the maximum permitted size.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.