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.intmaxBytesPerChunk()Deprecated.scala.Function0<akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,akka.util.ByteString>>>newDecompressorStage(int maxBytesPerChunk)Deprecated.DecoderwithMaxBytesPerChunk(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:
decoderFlowin interfaceDecoder
-
maxBytesPerChunk
int maxBytesPerChunk()
Deprecated.- Specified by:
maxBytesPerChunkin 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:
withMaxBytesPerChunkin interfaceDecoder
-
-