Class

akka.http.scaladsl.coding

DeflateDecompressor

Related Doc: package coding

Permalink

class DeflateDecompressor extends DeflateDecompressorBase

Source
Deflate.scala
Linear Supertypes
DeflateDecompressorBase, ByteStringParser[ByteString], GraphStage[FlowShape[ByteString, ByteString]], GraphStageWithMaterializedValue[FlowShape[ByteString, ByteString], NotUsed], Graph[FlowShape[ByteString, ByteString], NotUsed], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeflateDecompressor
  2. DeflateDecompressorBase
  3. ByteStringParser
  4. GraphStage
  5. GraphStageWithMaterializedValue
  6. Graph
  7. AnyRef
  8. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeflateDecompressor(maxBytesPerChunk: Int = Decoder.MaxBytesPerChunkDefault)

    Permalink

Type Members

  1. abstract class DecompressorParsingLogic extends ParsingLogic

    Permalink
    Definition Classes
    DeflateDecompressorBase
  2. class ParsingLogic extends GraphStageLogic with InHandler

    Permalink
    Definition Classes
    ByteStringParser
  3. type Shape = FlowShape[ByteString, ByteString]

    Permalink
    Definition Classes
    Graph

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeflateDecompressor to any2stringadd[DeflateDecompressor] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DeflateDecompressor, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeflateDecompressor to ArrowAssoc[DeflateDecompressor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def addAttributes(attr: Attributes): Graph[FlowShape[ByteString, ByteString], NotUsed]

    Permalink
    Definition Classes
    Graph
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def async: Graph[FlowShape[ByteString, ByteString], NotUsed]

    Permalink
    Definition Classes
    Graph
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createLogic(attr: Attributes): DecompressorParsingLogic { def afterInflate: this.Inflate }

    Permalink
    Definition Classes
    DeflateDecompressor → GraphStage
  11. final def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)

    Permalink
    Definition Classes
    GraphStage → GraphStageWithMaterializedValue
  12. def ensuring(cond: (DeflateDecompressor) ⇒ Boolean, msg: ⇒ Any): DeflateDecompressor

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeflateDecompressor to Ensuring[DeflateDecompressor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (DeflateDecompressor) ⇒ Boolean): DeflateDecompressor

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeflateDecompressor to Ensuring[DeflateDecompressor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): DeflateDecompressor

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeflateDecompressor to Ensuring[DeflateDecompressor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): DeflateDecompressor

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeflateDecompressor to Ensuring[DeflateDecompressor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  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. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeflateDecompressor to StringFormat[DeflateDecompressor] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def initialAttributes: Attributes

    Permalink
    Definition Classes
    ByteStringParser → GraphStageWithMaterializedValue
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final lazy val module: Module

    Permalink
    Definition Classes
    GraphStageWithMaterializedValue → Graph
  25. def named(name: String): Graph[FlowShape[ByteString, ByteString], NotUsed]

    Permalink
    Definition Classes
    Graph
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. final val shape: FlowShape[ByteString, ByteString]

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

    Permalink
    Definition Classes
    AnyRef
  31. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeflateDecompressor to CollectionsHaveToParArray[DeflateDecompressor, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (DeflateDecompressor) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  32. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def withAttributes(attr: Attributes): Graph[FlowShape[ByteString, ByteString], NotUsed]

    Permalink
    Definition Classes
    GraphStageWithMaterializedValue → Graph
  37. def [B](y: B): (DeflateDecompressor, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeflateDecompressor to ArrowAssoc[DeflateDecompressor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from DeflateDecompressorBase

Inherited from ByteStringParser[ByteString]

Inherited from GraphStage[FlowShape[ByteString, ByteString]]

Inherited from GraphStageWithMaterializedValue[FlowShape[ByteString, ByteString], NotUsed]

Inherited from Graph[FlowShape[ByteString, ByteString], NotUsed]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from DeflateDecompressor to CollectionsHaveToParArray[DeflateDecompressor, T]

Inherited by implicit conversion any2stringadd from DeflateDecompressor to any2stringadd[DeflateDecompressor]

Inherited by implicit conversion StringFormat from DeflateDecompressor to StringFormat[DeflateDecompressor]

Inherited by implicit conversion Ensuring from DeflateDecompressor to Ensuring[DeflateDecompressor]

Inherited by implicit conversion ArrowAssoc from DeflateDecompressor to ArrowAssoc[DeflateDecompressor]

Ungrouped