Packages

package coding

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Coder extends Encoder with Decoder

    Marker trait for A combined Encoder and Decoder

  2. sealed trait DataMapper[T] extends AnyRef

    An abstraction to transform data bytes of HttpMessages or HttpEntities

  3. trait Decoder extends AnyRef
  4. trait Encoder extends AnyRef

Deprecated Type Members

  1. abstract class Compressor extends AnyRef

    A stateful object representing ongoing compression.

    A stateful object representing ongoing compression.

    Annotations
    @InternalApi() @deprecated
    Deprecated

    (Since version 10.2.0) Compressor is internal API and will be moved or removed in the future.

  2. class Deflate extends Coder with StreamDecoder
    Annotations
    @InternalApi() @deprecated
    Deprecated

    (Since version 10.2.0) Actual implementation of Deflate is internal API, use Coders.Deflate instead

  3. class DeflateCompressor extends Compressor

    Internal API

    Internal API

    Annotations
    @InternalApi() @deprecated
    Deprecated

    (Since version 10.2.0) DeflateCompressor is internal API and will be moved or removed in the future

  4. class Gzip extends Coder with StreamDecoder
    Annotations
    @InternalApi() @deprecated
    Deprecated

    (Since version 10.2.0) Actual implementation of Gzip is internal, use Coders.Gzip instead

  5. trait StreamDecoder extends Decoder

    Internal API

    Internal API

    A decoder that is implemented in terms of a Stage

    Annotations
    @InternalApi() @deprecated
    Deprecated

    (Since version 10.2.0) StreamDecoder is internal API and will be moved or removed in the future

Value Members

  1. object Coders
    Annotations
    @nowarn()
  2. object DataMapper
  3. object Decoder
  4. object Encoder

Deprecated Value Members

  1. object Deflate extends Deflate
    Annotations
    @InternalApi() @deprecated
    Deprecated

    (Since version 10.2.0) Actual implementation of Deflate is internal API, use Coders.Deflate instead

  2. 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 10.2.0) Actual implementation of Gzip is internal API, use Coders.Gzip instead

  3. 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 10.2.0) Actual implementation of NoCoding is internal API, use Coders.NoCoding instead

  4. object NoCodingCompressor extends Compressor

    Internal API

    Internal API

    Annotations
    @InternalApi() @deprecated
    Deprecated

    (Since version 10.2.0) NoCodingCompressor is internal API and will be moved or removed in the future

Ungrouped