Class DeflateDecompressorBase

java.lang.Object
akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,T>>
akka.stream.impl.io.ByteStringParser<akka.util.ByteString>
akka.http.scaladsl.coding.DeflateDecompressorBase
All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<akka.util.ByteString,akka.util.ByteString>,akka.NotUsed>
Direct Known Subclasses:
DeflateDecompressor, GzipDecompressor

public abstract class DeflateDecompressorBase extends akka.stream.impl.io.ByteStringParser<akka.util.ByteString>
Internal API
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
     

    Nested classes/interfaces inherited from class akka.stream.impl.io.ByteStringParser

    akka.stream.impl.io.ByteStringParser.ByteReader, akka.stream.impl.io.ByteStringParser.FinishedParser$, akka.stream.impl.io.ByteStringParser.ParseResult<T extends Object>, akka.stream.impl.io.ByteStringParser.ParseResult$, akka.stream.impl.io.ByteStringParser.ParseStep<T extends Object>, akka.stream.impl.io.ByteStringParser.ParsingException, akka.stream.impl.io.ByteStringParser.ParsingLogic

    Nested classes/interfaces inherited from interface akka.stream.Graph

    akka.stream.Graph.GraphMapMatVal<S extends akka.stream.Shape,M extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
    DeflateDecompressorBase(int maxBytesPerChunk)
     
  • Method Summary

    Methods inherited from class akka.stream.impl.io.ByteStringParser

    akka$stream$impl$io$ByteStringParser$$bytesIn, akka$stream$impl$io$ByteStringParser$$objOut, CompactionThreshold, initialAttributes, NeedMoreData, shape

    Methods inherited from class akka.stream.stage.GraphStage

    createLogic, createLogicAndMaterializedValue

    Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue

    addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, named, traversalBuilder, withAttributes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeflateDecompressorBase

      public DeflateDecompressorBase(int maxBytesPerChunk)