Interface Decoder
- All Known Subinterfaces:
- Coder,- StreamDecoder
public interface Decoder
- 
Method SummaryModifier and TypeMethodDescriptionscala.concurrent.Future<org.apache.pekko.util.ByteString>decode(org.apache.pekko.util.ByteString input, org.apache.pekko.stream.Materializer mat) <T> TdecodeData(T t, DataMapper<T> mapper) org.apache.pekko.http.scaladsl.coding.Decoder.messagedecodeMessage(HttpMessage message) org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, org.apache.pekko.NotUsed> encoding()intwithMaxBytesPerChunk(int maxBytesPerChunk) 
- 
Method Details- 
encodingHttpEncoding encoding()
- 
decodeMessage
- 
decodeData
- 
maxBytesPerChunkint maxBytesPerChunk()
- 
withMaxBytesPerChunk
- 
decoderFloworg.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, decoderFlow()org.apache.pekko.NotUsed> 
- 
decodescala.concurrent.Future<org.apache.pekko.util.ByteString> decode(org.apache.pekko.util.ByteString input, org.apache.pekko.stream.Materializer mat) 
 
-