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.
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 ? 2000-2003 Apache Software Foundation. All Rights Reserved.