package coding
- Alphabetic
- Public
- Protected
Type Members
Deprecated Type Members
- abstract class Compressor extends AnyRef
A stateful object representing ongoing compression.
A stateful object representing ongoing compression.
- Annotations
- @InternalApi() @deprecated
- Deprecated
(Since version Akka HTTP 10.2.0) Compressor is internal API and will be moved or removed in the future.
- class Deflate extends Coder with StreamDecoder
- Annotations
- @InternalApi() @deprecated
- Deprecated
(Since version Akka HTTP 10.2.0) Actual implementation of Deflate is internal API, use Coders.Deflate instead
- class DeflateCompressor extends Compressor
Internal API
Internal API
- Annotations
- @InternalApi() @deprecated
- Deprecated
(Since version Akka HTTP 10.2.0) DeflateCompressor is internal API and will be moved or removed in the future
- class Gzip extends Coder with StreamDecoder
- Annotations
- @InternalApi() @deprecated
- Deprecated
(Since version Akka HTTP 10.2.0) Actual implementation of Gzip is internal, use Coders.Gzip instead
- trait StreamDecoder extends Decoder
Internal API
Internal API
A decoder that is implemented in terms of a Stage
- Annotations
- @InternalApi() @deprecated
- Deprecated
(Since version Akka HTTP 10.2.0) StreamDecoder is internal API and will be moved or removed in the future
Value Members
Deprecated Value Members
- object Deflate extends Deflate
- Annotations
- @InternalApi() @deprecated
- Deprecated
(Since version Akka HTTP 10.2.0) Actual implementation of Deflate is internal API, use Coders.Deflate instead
- object Gzip extends Gzip
An encoder and decoder for the HTTP 'gzip' encoding.
An encoder and decoder for the HTTP 'gzip' encoding.
- Annotations
- @InternalApi() @deprecated
- Deprecated
(Since version Akka HTTP 10.2.0) Actual implementation of Gzip is internal API, use Coders.Gzip instead
- object NoCoding extends Coder with StreamDecoder
An encoder and decoder for the HTTP 'identity' encoding.
An encoder and decoder for the HTTP 'identity' encoding.
- Annotations
- @InternalApi() @deprecated
- Deprecated
(Since version Akka HTTP 10.2.0) Actual implementation of NoCoding is internal API, use Coders.NoCoding instead
- object NoCodingCompressor extends Compressor
Internal API
Internal API
- Annotations
- @InternalApi() @deprecated
- Deprecated
(Since version Akka HTTP 10.2.0) NoCodingCompressor is internal API and will be moved or removed in the future