io.servicetalk.encoding.netty.ContentCodings@Deprecated
public final class ContentCodings
extends Object
| Modifier and Type | Method and Description |
|---|---|
static ContentCodecBuilder |
deflate()
Deprecated.
Returns a DEFLATE based
ContentCodecBuilder that allows building
a customizable ContentCodec. |
static ContentCodec |
deflateDefault()
Deprecated.
Returns the default DEFLATE based
ContentCodec. |
static ContentCodecBuilder |
gzip()
Deprecated.
Returns a GZIP based
ContentCodecBuilder that allows building
a customizable ContentCodec. |
static ContentCodec |
gzipDefault()
Deprecated.
Returns the default GZIP
ContentCodec. |
static ContentCodec |
identity()
Deprecated.
Returns the default, always supported 'identity'
ContentCodec. |
public static ContentCodec identity()
ContentCodec.ContentCodecpublic static ContentCodec gzipDefault()
ContentCodec.ContentCodecpublic static ContentCodecBuilder gzip()
ContentCodecBuilder that allows building
a customizable ContentCodec.ContentCodecBuilder that allows building
a customizable GZIP ContentCodecpublic static ContentCodec deflateDefault()
ContentCodec.ContentCodecpublic static ContentCodecBuilder deflate()
ContentCodecBuilder that allows building
a customizable ContentCodec.ContentCodecBuilder that allows building
a customizable DEFLATE ContentCodec