Package akka.http.scaladsl.coding
Class NoCoding$
- java.lang.Object
-
- akka.http.scaladsl.coding.NoCoding$
-
- All Implemented Interfaces:
Coder
,Decoder
,Encoder
,StreamDecoder
public class NoCoding$ extends java.lang.Object implements Coder, StreamDecoder
Deprecated.Actual implementation of NoCoding is internal API, use Coders.NoCoding instead. Since 10.2.0.An encoder and decoder for the HTTP 'identity' encoding.
-
-
Constructor Summary
Constructors Constructor Description NoCoding$()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T> T
decodeData(T t, DataMapper<T> mapper)
Deprecated.<T> T
encodeData(T t, DataMapper<T> mapper)
Deprecated.HttpEncoding
encoding()
Deprecated.scala.Function1<HttpMessage,java.lang.Object>
messageFilter()
Deprecated.NoCodingCompressor$
newCompressor()
Deprecated.scala.Function0<akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,akka.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 akka.http.scaladsl.coding.Decoder
decode, decodeMessage
-
Methods inherited from interface akka.http.scaladsl.coding.Encoder
encode, encodeAsync, encodeMessage, encoderFlow, newEncodeTransformer, singleUseEncoderFlow
-
Methods inherited from interface akka.http.scaladsl.coding.StreamDecoder
decoderFlow, maxBytesPerChunk, withMaxBytesPerChunk
-
-
-
-
Field Detail
-
MODULE$
public static final NoCoding$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
encoding
public HttpEncoding encoding()
Deprecated.
-
encodeData
public <T> T encodeData(T t, DataMapper<T> mapper)
Deprecated.- Specified by:
encodeData
in interfaceEncoder
-
decodeData
public <T> T decodeData(T t, DataMapper<T> mapper)
Deprecated.- Specified by:
decodeData
in interfaceDecoder
-
messageFilter
public scala.Function1<HttpMessage,java.lang.Object> messageFilter()
Deprecated.- Specified by:
messageFilter
in interfaceEncoder
-
newCompressor
public NoCodingCompressor$ newCompressor()
Deprecated.- Specified by:
newCompressor
in interfaceEncoder
-
newDecompressorStage
public scala.Function0<akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,akka.util.ByteString>>> newDecompressorStage(int maxBytesPerChunk)
Deprecated.- Specified by:
newDecompressorStage
in interfaceStreamDecoder
-
-