Class NoCoding
java.lang.Object
org.apache.pekko.http.scaladsl.coding.NoCoding
Deprecated.
Actual implementation of NoCoding is internal API, use Coders.NoCoding instead. Since Akka HTTP 10.2.0.
An encoder and decoder for the HTTP 'identity' encoding.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic scala.concurrent.Future<org.apache.pekko.util.ByteString>decode(org.apache.pekko.util.ByteString input, org.apache.pekko.stream.Materializer mat) Deprecated.static <T> TdecodeData(T t, DataMapper<T> mapper) Deprecated.static org.apache.pekko.http.scaladsl.coding.Decoder.messagedecodeMessage(HttpMessage message) Deprecated.static org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, org.apache.pekko.NotUsed> Deprecated.static org.apache.pekko.util.ByteStringencode(org.apache.pekko.util.ByteString input) Deprecated.static scala.concurrent.Future<org.apache.pekko.util.ByteString>encodeAsync(org.apache.pekko.util.ByteString input, org.apache.pekko.stream.Materializer mat) Deprecated.static <T> TencodeData(T t, DataMapper<T> mapper) Deprecated.static org.apache.pekko.http.scaladsl.coding.Encoder.messageencodeMessage(HttpMessage message) Deprecated.static org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, org.apache.pekko.NotUsed> Deprecated.static HttpEncodingencoding()Deprecated.static intDeprecated.static scala.Function1<HttpMessage,Object> Deprecated.static NoCodingCompressor$Deprecated.static 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.static DecoderwithMaxBytesPerChunk(int newMaxBytesPerChunk) Deprecated.
- 
Constructor Details- 
NoCodingpublic NoCoding()Deprecated.
 
- 
- 
Method Details- 
encodingDeprecated.
- 
encodeDataDeprecated.
- 
decodeDataDeprecated.
- 
messageFilterDeprecated.
- 
newCompressorDeprecated.
- 
newDecompressorStagepublic static 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.
- 
encodeMessagepublic static org.apache.pekko.http.scaladsl.coding.Encoder.message encodeMessage(HttpMessage message) Deprecated.
- 
encoderFlowpublic static org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, encoderFlow()org.apache.pekko.NotUsed> Deprecated.
- 
encodepublic static org.apache.pekko.util.ByteString encode(org.apache.pekko.util.ByteString input) Deprecated.
- 
encodeAsyncpublic static scala.concurrent.Future<org.apache.pekko.util.ByteString> encodeAsync(org.apache.pekko.util.ByteString input, org.apache.pekko.stream.Materializer mat) Deprecated.
- 
decodeMessagepublic static org.apache.pekko.http.scaladsl.coding.Decoder.message decodeMessage(HttpMessage message) Deprecated.
- 
decodepublic static scala.concurrent.Future<org.apache.pekko.util.ByteString> decode(org.apache.pekko.util.ByteString input, org.apache.pekko.stream.Materializer mat) Deprecated.
- 
maxBytesPerChunkpublic static int maxBytesPerChunk()Deprecated.
- 
withMaxBytesPerChunkDeprecated.
- 
decoderFlowpublic static org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, decoderFlow()org.apache.pekko.NotUsed> Deprecated.
 
-