| Interface | Description |
|---|---|
| FileChunkedStrategy<T> |
A strategy applied by
NettyOutbound when sending a file
should be done using a ChunkedInput instead of zero-copy (typically when SSL
is used). |
| Class | Description |
|---|---|
| AbstractFileChunkedStrategy<T> |
A base abstract implementation of a
FileChunkedStrategy. |