Class

akka.http.scaladsl.coding

DeflateDecompressorBase

Related Doc: package coding

Permalink

abstract class DeflateDecompressorBase extends ByteStringParser[ByteString]

Source
Deflate.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeflateDecompressorBase
  2. ByteStringParser
  3. GraphStage
  4. GraphStageWithMaterializedValue
  5. Graph
  6. AnyRef
  7. 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 DeflateDecompressorBase(maxBytesPerChunk: Int = Decoder.MaxBytesPerChunkDefault)

    Permalink

Type Members

  1. abstract class DecompressorParsingLogic extends ParsingLogic

    Permalink
  2. class ParsingLogic extends GraphStageLogic with InHandler with OutHandler

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

    Permalink
    Definition Classes
    Graph

Abstract Value Members

  1. abstract def createLogic(inheritedAttributes: Attributes): GraphStageLogic

    Permalink
    Definition Classes
    GraphStage
    Annotations
    @throws( classOf[java.lang.Exception] )

Concrete 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 DeflateDecompressorBase to any2stringadd[DeflateDecompressorBase] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DeflateDecompressorBase, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeflateDecompressorBase to ArrowAssoc[DeflateDecompressorBase] 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. final def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeflateDecompressorBase to Ensuring[DeflateDecompressorBase] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeflateDecompressorBase to CollectionsHaveToParArray[DeflateDecompressorBase, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (DeflateDecompressorBase) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  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. final def withAttributes(attr: Attributes): Graph[FlowShape[ByteString, ByteString], NotUsed]

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

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

Inherited from ByteStringParser[ByteString]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

Ungrouped