Package akka.http.scaladsl.coding
Interface StreamDecoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,akka.NotUsed>
decoderFlow()
Deprecated.int
maxBytesPerChunk()
Deprecated.scala.Function0<akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,akka.util.ByteString>>>
newDecompressorStage(int maxBytesPerChunk)
Deprecated.Decoder
withMaxBytesPerChunk(int newMaxBytesPerChunk)
Deprecated.-
Methods inherited from interface akka.http.scaladsl.coding.Decoder
decode, decodeData, decodeMessage, encoding
-
-
-
-
Method Detail
-
decoderFlow
akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,akka.NotUsed> decoderFlow()
Deprecated.- Specified by:
decoderFlow
in interfaceDecoder
-
maxBytesPerChunk
int maxBytesPerChunk()
Deprecated.- Specified by:
maxBytesPerChunk
in interfaceDecoder
-
newDecompressorStage
scala.Function0<akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,akka.util.ByteString>>> newDecompressorStage(int maxBytesPerChunk)
Deprecated.
-
withMaxBytesPerChunk
Decoder withMaxBytesPerChunk(int newMaxBytesPerChunk)
Deprecated.- Specified by:
withMaxBytesPerChunk
in interfaceDecoder
-
-