| 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.
|
| VoidInputFilter |
Void input filter, which returns -1 when attempting a read.
|
| VoidOutputFilter |
Void output filter, which silently swallows bytes written.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.