Package org.apache.coyote.http11.filters

Class Summary

BufferedInputFilter Input filter responsible for reading and buffering the request body, so that it does not interfere with client SSL handshake messages.
ChunkedInputFilter Chunked input filter.
ChunkedOutputFilter Chunked output filter.
GzipOutputFilter Gzip output filter.
GzipOutputFilter.FakeOutputStream
IdentityInputFilter Identity input filter.
IdentityOutputFilter Identity output filter.
VoidInputFilter Void input filter, which returns -1 when attempting a read.
VoidOutputFilter Void output filter, which silently swallows bytes written.

Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.