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

Quick Search    Search Deep

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


Package Samples:

org.apache.coyote.http11.filters

Classes:

BufferedInputFilter: Input filter responsible for reading and buffering the request body, so that it does not interfere with client SSL handshake messages.
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.
IdentityOutputFilter: Identity output filter.
ChunkedOutputFilter: Chunked output filter.
IdentityInputFilter: Identity input filter.
ChunkedInputFilter: Chunked input filter.
GzipOutputFilter: Gzip output filter.

Home | Contact Us | Privacy Policy | Terms of Service