Class NoCoding$
java.lang.Object
org.apache.pekko.http.scaladsl.coding.NoCoding$
- All Implemented Interfaces:
- Coder,- Decoder,- Encoder,- StreamDecoder
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.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T> TdecodeData(T t, DataMapper<T> mapper) Deprecated.<T> TencodeData(T t, DataMapper<T> mapper) Deprecated.encoding()Deprecated.scala.Function1<HttpMessage,Object> Deprecated.Deprecated.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.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.scaladsl.coding.Decoderdecode, decodeMessageMethods inherited from interface org.apache.pekko.http.scaladsl.coding.Encoderencode, encodeAsync, encodeMessage, encoderFlow, singleUseEncoderFlowMethods inherited from interface org.apache.pekko.http.scaladsl.coding.StreamDecoderdecoderFlow, maxBytesPerChunk, withMaxBytesPerChunk
- 
Field Details- 
MODULE$Deprecated.Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
NoCoding$public NoCoding$()Deprecated.
 
- 
- 
Method Details- 
encodingDeprecated.
- 
encodeDataDeprecated.- Specified by:
- encodeDatain interface- Encoder
 
- 
decodeDataDeprecated.- Specified by:
- decodeDatain interface- Decoder
 
- 
messageFilterDeprecated.- Specified by:
- messageFilterin interface- Encoder
 
- 
newCompressorDeprecated.- Specified by:
- newCompressorin interface- Encoder
 
- 
newDecompressorStagepublic 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.- Specified by:
- newDecompressorStagein interface- StreamDecoder
 
 
-