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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.scaladsl.coding.Decoder
decode, decodeMessageMethods inherited from interface org.apache.pekko.http.scaladsl.coding.Encoder
encode, encodeAsync, encodeMessage, encoderFlow, singleUseEncoderFlowMethods inherited from interface org.apache.pekko.http.scaladsl.coding.StreamDecoder
decoderFlow, maxBytesPerChunk, withMaxBytesPerChunk
-
Field Details
-
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
NoCoding$
public NoCoding$()Deprecated.
-
-
Method Details
-
encoding
Deprecated. -
encodeData
Deprecated.- Specified by:
encodeDatain interfaceEncoder
-
decodeData
Deprecated.- Specified by:
decodeDatain interfaceDecoder
-
messageFilter
Deprecated.- Specified by:
messageFilterin interfaceEncoder
-
newCompressor
Deprecated.- Specified by:
newCompressorin interfaceEncoder
-
newDecompressorStage
public 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 interfaceStreamDecoder
-