public abstract class DeflateDecompressorBase extends ByteStringParser<ByteString>
Modifier and Type | Class and Description |
---|---|
class |
DeflateDecompressorBase.DecompressorParsingLogic |
ByteStringParser.ByteReader, ByteStringParser.FinishedParser$, ByteStringParser.ParseResult<T>, ByteStringParser.ParseResult$, ByteStringParser.ParseStep<T>, ByteStringParser.ParsingException, ByteStringParser.ParsingLogic
Constructor and Description |
---|
DeflateDecompressorBase(int maxBytesPerChunk) |
Modifier and Type | Method and Description |
---|---|
static Graph<S,M> |
addAttributes(Attributes attr) |
static Graph<S,M> |
async() |
abstract static GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
static scala.Tuple2<GraphStageLogic,NotUsed> |
createLogicAndMaterializedValue(Attributes inheritedAttributes) |
static Attributes |
initialAttributes() |
static StreamLayout.Module |
module() |
static Graph<S,M> |
named(java.lang.String name) |
static FlowShape<ByteString,T> |
shape() |
static Graph<S,M> |
withAttributes(Attributes attr) |
CompactionThreshold, initialAttributes, NeedMoreData, shape
createLogic, createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAttributes, async, named
public static Graph<S,M> named(java.lang.String name)
public static Graph<S,M> async()
public static Graph<S,M> addAttributes(Attributes attr)
public static final StreamLayout.Module module()
public static final Graph<S,M> withAttributes(Attributes attr)
public static final scala.Tuple2<GraphStageLogic,NotUsed> createLogicAndMaterializedValue(Attributes inheritedAttributes)
public abstract static GraphStageLogic createLogic(Attributes inheritedAttributes) throws java.lang.Exception
java.lang.Exception
public static Attributes initialAttributes()
public static final FlowShape<ByteString,T> shape()