Class GzipDecompressor
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,org.apache.pekko.NotUsed>
 
org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,T>>
 
org.apache.pekko.stream.impl.io.ByteStringParser<org.apache.pekko.util.ByteString>
org.apache.pekko.http.scaladsl.coding.DeflateDecompressorBase
org.apache.pekko.http.scaladsl.coding.GzipDecompressor
- All Implemented Interfaces:
- org.apache.pekko.stream.Graph<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,- org.apache.pekko.util.ByteString>, - org.apache.pekko.NotUsed> 
Internal API
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.pekko.http.scaladsl.coding.DeflateDecompressorBaseDeflateDecompressorBase.InflateNested classes/interfaces inherited from class org.apache.pekko.stream.impl.io.ByteStringParserorg.apache.pekko.stream.impl.io.ByteStringParser.ByteReader, org.apache.pekko.stream.impl.io.ByteStringParser.FinishedParser$, org.apache.pekko.stream.impl.io.ByteStringParser.ParseResult<T extends Object>, org.apache.pekko.stream.impl.io.ByteStringParser.ParseResult$, org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<T extends Object>, org.apache.pekko.stream.impl.io.ByteStringParser.ParsingException, org.apache.pekko.stream.impl.io.ByteStringParser.ParsingLogicNested classes/interfaces inherited from interface org.apache.pekko.stream.Graphorg.apache.pekko.stream.Graph.GraphMapMatVal<S extends org.apache.pekko.stream.Shape,M extends Object> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.stream.impl.io.ByteStringParser<org.apache.pekko.util.ByteString>.org.apache.pekko.stream.impl.io.ByteStringParser.ParsingLogiccreateLogic(org.apache.pekko.stream.Attributes attr) static org.apache.pekko.util.ByteStringHeader()INTERNAL APIMethods inherited from class org.apache.pekko.stream.impl.io.ByteStringParserCompactionThreshold, initialAttributes, NeedMoreData, org$apache$pekko$stream$impl$io$ByteStringParser$$bytesIn, org$apache$pekko$stream$impl$io$ByteStringParser$$objOut, shapeMethods inherited from class org.apache.pekko.stream.stage.GraphStagecreateLogicAndMaterializedValueMethods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValueaddAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, named, traversalBuilder, withAttributes
- 
Constructor Details- 
GzipDecompressorpublic GzipDecompressor(int maxBytesPerChunk) 
 
- 
- 
Method Details- 
Headerpublic static org.apache.pekko.util.ByteString Header()INTERNAL API
- 
createLogicpublic org.apache.pekko.stream.impl.io.ByteStringParser<org.apache.pekko.util.ByteString>.org.apache.pekko.stream.impl.io.ByteStringParser.ParsingLogic createLogic(org.apache.pekko.stream.Attributes attr) - Specified by:
- createLogicin class- org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,- org.apache.pekko.util.ByteString>> 
 
 
-