Object/Class

akka.http.scaladsl.coding

Gzip

Related Docs: class Gzip | package coding

Permalink

object Gzip extends Gzip

An encoder and decoder for the HTTP 'gzip' encoding.

Source
Gzip.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Gzip
  2. Gzip
  3. StreamDecoder
  4. Coder
  5. Decoder
  6. Encoder
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(messageFilter: (HttpMessage) ⇒ Boolean): Gzip

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def decode(input: ByteString)(implicit mat: Materializer): Future[ByteString]

    Permalink
    Definition Classes
    Decoder
  8. def decodeData[T](t: T)(implicit mapper: DataMapper[T]): T

    Permalink
    Definition Classes
    Decoder
  9. def decodeMessage(message: HttpMessage): Self

    Permalink
    Definition Classes
    Decoder
  10. def decoderFlow: Flow[ByteString, ByteString, NotUsed]

    Permalink
    Definition Classes
    StreamDecoderDecoder
  11. def encode(input: ByteString): ByteString

    Permalink
    Definition Classes
    Encoder
  12. def encodeData[T](t: T)(implicit mapper: DataMapper[T]): T

    Permalink
    Definition Classes
    Encoder
  13. def encodeMessage(message: HttpMessage): Self

    Permalink
    Definition Classes
    Encoder
  14. def encoderFlow: Flow[ByteString, ByteString, NotUsed]

    Permalink
    Definition Classes
    Encoder
  15. val encoding: HttpEncoding

    Permalink
    Definition Classes
    GzipDecoderEncoder
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def maxBytesPerChunk: Int

    Permalink
    Definition Classes
    StreamDecoderDecoder
  23. val messageFilter: (HttpMessage) ⇒ Boolean

    Permalink
    Definition Classes
    GzipEncoder
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def newCompressor: GzipCompressor

    Permalink
    Definition Classes
    GzipEncoder
  26. def newDecompressorStage(maxBytesPerChunk: Int): () ⇒ GzipDecompressor

    Permalink
    Definition Classes
    GzipStreamDecoder
  27. def newEncodeTransformer(): GraphStage[FlowShape[ByteString, ByteString]]

    Permalink
    Definition Classes
    Encoder
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withMaxBytesPerChunk(newMaxBytesPerChunk: Int): Decoder

    Permalink
    Definition Classes
    StreamDecoderDecoder

Inherited from Gzip

Inherited from StreamDecoder

Inherited from Coder

Inherited from Decoder

Inherited from Encoder

Inherited from AnyRef

Inherited from Any

Ungrouped