Package akka.stream.impl.io.compression
Class DeflateDecompressor
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<FlowShape<ByteString,T>>
-
- akka.stream.impl.io.ByteStringParser<ByteString>
-
- akka.stream.impl.io.compression.DeflateDecompressorBase
-
- akka.stream.impl.io.compression.DeflateDecompressor
-
- All Implemented Interfaces:
Graph<FlowShape<ByteString,ByteString>,NotUsed>
public class DeflateDecompressor extends DeflateDecompressorBase
INTERNAL API
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.stream.impl.io.compression.DeflateDecompressorBase
DeflateDecompressorBase.DecompressorParsingLogic
-
Nested classes/interfaces inherited from class akka.stream.impl.io.ByteStringParser
ByteStringParser.ByteReader, ByteStringParser.FinishedParser$, ByteStringParser.ParseResult<T>, ByteStringParser.ParseResult$, ByteStringParser.ParseStep<T>, ByteStringParser.ParsingException, ByteStringParser.ParsingLogic
-
-
Constructor Summary
Constructors Constructor Description DeflateDecompressor(int maxBytesPerChunk)
DeflateDecompressor(int maxBytesPerChunk, boolean nowrap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeflateDecompressorBase.DecompressorParsingLogic
createLogic(Attributes attr)
-
Methods inherited from class akka.stream.impl.io.ByteStringParser
CompactionThreshold, initialAttributes, NeedMoreData, shape
-
Methods inherited from class akka.stream.stage.GraphStage
createLogicAndMaterializedValue
-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, traversalBuilder, withAttributes
-
-
-
-
Method Detail
-
createLogic
public DeflateDecompressorBase.DecompressorParsingLogic createLogic(Attributes attr)
- Specified by:
createLogic
in classGraphStage<FlowShape<ByteString,ByteString>>
-
-