| Interface | Description |
|---|---|
| PreparedDictionary |
Prepared dictionary data provider.
|
| Class | Description |
|---|---|
| BrotliEncoderChannel |
WritableByteChannel that wraps native brotli encoder.
|
| BrotliOutputStream |
Output stream that wraps native brotli encoder.
|
| Encoder |
Base class for OutputStream / Channel implementations.
|
| Encoder.Parameters |
Brotli encoder settings.
|
| EncoderJNI |
JNI wrapper for brotli encoder.
|
| EncoderJNI.Wrapper | |
| Encoders |
Multiple encoding methods using Netty Buffer
Make sure to add it as dependency before using this class
|
| PreparedDictionaryGenerator |
Java prepared (raw) dictionary producer.
|
| Enum | Description |
|---|---|
| Encoder.Mode |
...
See encode.h, typedef enum BrotliEncoderMode
|
Copyright © 2024. All rights reserved.