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, waitencode, encodeAsync, encodeMessage, encoderFlow, newEncodeTransformer, singleUseEncoderFlowdecoderFlow, maxBytesPerChunk, withMaxBytesPerChunkdecode, decodeMessagepublic static final NoCoding$ MODULE$
public HttpEncoding encoding()
public <T> T encodeData(T t,
                        DataMapper<T> mapper)
encodeData in interface Encoderpublic <T> T decodeData(T t,
                        DataMapper<T> mapper)
decodeData in interface Decoderpublic scala.Function1<HttpMessage,java.lang.Object> messageFilter()
messageFilter in interface Encoderpublic NoCodingCompressor$ newCompressor()
newCompressor in interface Encoderpublic 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