Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.coyote.http11.filters.* (9)

org.apache.coyote.http11: Javadoc index of package org.apache.coyote.http11.


Package Samples:

org.apache.coyote.http11.filters

Classes:

FileTester: File tester. This tester is initialized with an adapter (it will use the HTTP/1.1 processor), and will then accept an input file (which will contain the input data), and an output file, to which the result of the request(s) will be written.
Http11Protocol: Abstract the protocol implementation, including threading, etc. Processor is single threaded and specific to stream-based protocols, will not fit Jk protocols like JNI.
Http11AprProtocol: Abstract the protocol implementation, including threading, etc. Processor is single threaded and specific to stream-based protocols, will not fit Jk protocols like JNI.
Http11BaseProtocol: Abstract the protocol implementation, including threading, etc. Processor is single threaded and specific to stream-based protocols, will not fit Jk protocols like JNI.
BufferedInputFilter: Input filter responsible for reading and buffering the request body, so that it does not interfere with client SSL handshake messages.
RandomAdapter: Adapter which will return random responses using pipelining, which means it will never try to generate bogus responses.
SavedRequestInputFilter: Input filter responsible for replaying the request body when restoring the saved request after FORM authentication.
VoidOutputFilter: Void output filter, which silently swallows bytes written. Used with a 204 status (no content) or a HEAD request.
VoidInputFilter: Void input filter, which returns -1 when attempting a read. Used with a GET, HEAD, or a similar request.
InternalInputBuffer: Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalAprInputBuffer: Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
TestAdapter: Adapter which will generate content.
Http11Processor: Processes HTTP requests.
Http11AprProcessor: Processes HTTP requests.
InputFilter: Input filter interface.
IdentityOutputFilter: Identity output filter.
ChunkedOutputFilter: Chunked output filter.
IdentityInputFilter: Identity input filter.
ChunkedInputFilter: Chunked input filter.
GzipOutputFilter: Gzip output filter.
InternalOutputBuffer: Output buffer.

Home | Contact Us | Privacy Policy | Terms of Service