Interface Decoder

    • Method Detail

      • decodeMessage

        akka.http.scaladsl.coding.Decoder.message decodeMessage​(HttpMessage message)
      • decodeData

        <T> T decodeData​(T t,
                         DataMapper<T> mapper)
      • maxBytesPerChunk

        int maxBytesPerChunk()
      • withMaxBytesPerChunk

        Decoder withMaxBytesPerChunk​(int maxBytesPerChunk)
      • decoderFlow

        akka.stream.scaladsl.Flow<akka.util.ByteString,​akka.util.ByteString,​akka.NotUsed> decoderFlow()
      • decode

        scala.concurrent.Future<akka.util.ByteString> decode​(akka.util.ByteString input,
                                                             akka.stream.Materializer mat)