public class NoCoding$ extends java.lang.Object implements Coder, StreamDecoder
Modifier and Type | Field and Description |
---|---|
static NoCoding$ |
MODULE$
Deprecated.
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
NoCoding$()
Deprecated.
|
Modifier and Type | Method and 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<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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encode, encodeAsync, encodeMessage, encoderFlow, newEncodeTransformer, singleUseEncoderFlow
decoderFlow, maxBytesPerChunk, withMaxBytesPerChunk
decode, decodeMessage
public static final NoCoding$ MODULE$
public HttpEncoding encoding()
public <T> T encodeData(T t, DataMapper<T> mapper)
encodeData
in interface Encoder
public <T> T decodeData(T t, DataMapper<T> mapper)
decodeData
in interface Decoder
public scala.Function1<HttpMessage,java.lang.Object> messageFilter()
messageFilter
in interface Encoder
public NoCodingCompressor$ newCompressor()
newCompressor
in interface Encoder
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)
newDecompressorStage
in interface StreamDecoder