Interface StreamDecoder
- All Superinterfaces:
- Decoder
Deprecated.
StreamDecoder is internal API and will be moved or removed in the future. Since Akka HTTP 10.2.0.
Internal API
 
 A decoder that is implemented in terms of a Stage
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, org.apache.pekko.NotUsed> Deprecated.intDeprecated.scala.Function0<org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString>>> newDecompressorStage(int maxBytesPerChunk) Deprecated.withMaxBytesPerChunk(int newMaxBytesPerChunk) Deprecated.Methods inherited from interface org.apache.pekko.http.scaladsl.coding.Decoderdecode, decodeData, decodeMessage, encoding
- 
Method Details- 
decoderFloworg.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, decoderFlow()org.apache.pekko.NotUsed> Deprecated.- Specified by:
- decoderFlowin interface- Decoder
 
- 
maxBytesPerChunkint maxBytesPerChunk()Deprecated.- Specified by:
- maxBytesPerChunkin interface- Decoder
 
- 
newDecompressorStagescala.Function0<org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString>>> newDecompressorStage(int maxBytesPerChunk) Deprecated.
- 
withMaxBytesPerChunkDeprecated.- Specified by:
- withMaxBytesPerChunkin interface- Decoder
 
 
-