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> T
decodeData
(T t, DataMapper<T> mapper) Deprecated.<T> T
encodeData
(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, wait
Methods inherited from interface org.apache.pekko.http.scaladsl.coding.Decoder
decode, decodeMessage
Methods inherited from interface org.apache.pekko.http.scaladsl.coding.Encoder
encode, encodeAsync, encodeMessage, encoderFlow, singleUseEncoderFlow
Methods 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:
encodeData
in interfaceEncoder
-
decodeData
Deprecated.- Specified by:
decodeData
in interfaceDecoder
-
messageFilter
Deprecated.- Specified by:
messageFilter
in interfaceEncoder
-
newCompressor
Deprecated.- Specified by:
newCompressor
in 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:
newDecompressorStage
in interfaceStreamDecoder
-