@Deprecated
public interface ContentCodecBuilder
ContentCodec.| Modifier and Type | Method and Description |
|---|---|
ContentCodec |
build()
Deprecated.
Build and return an instance of the
ContentCodec with the configuration of the builder. |
ContentCodecBuilder |
setMaxAllowedPayloadSize(int maxAllowedPayloadSize)
Deprecated.
Sets the maximum allowed decompressed payload size that the codec can process.
|
ContentCodecBuilder setMaxAllowedPayloadSize(int maxAllowedPayloadSize)
maxAllowedPayloadSize - the maximum allowed payload sizethisContentCodec build()
ContentCodec with the configuration of the builder.ContentCodec with the configuration of the builder