Class | Description |
---|---|
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.
|
SavedRequestInputFilter |
Input filter responsible for replaying the request body when restoring the
saved request after FORM authentication.
|
VoidInputFilter |
Void input filter, which returns -1 when attempting a read.
|
VoidOutputFilter |
Void output filter, which silently swallows bytes written.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.