Interface StreamDecoder

  • All Superinterfaces:
    Decoder
    All Known Implementing Classes:
    Deflate, Deflate$, Gzip, Gzip$, NoCoding$

    public interface StreamDecoder
    extends Decoder
    Deprecated.
    StreamDecoder is internal API and will be moved or removed in the future. Since 10.2.0.
    Internal API

    A decoder that is implemented in terms of a Stage

    • Method Detail

      • decoderFlow

        akka.stream.scaladsl.Flow<akka.util.ByteString,​akka.util.ByteString,​akka.NotUsed> decoderFlow()
        Deprecated.
        Specified by:
        decoderFlow in interface Decoder
      • newDecompressorStage

        scala.Function0<akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,​akka.util.ByteString>>> newDecompressorStage​(int maxBytesPerChunk)
        Deprecated.