Class 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.
    • Field Detail

      • MODULE$

        public static final NoCoding$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • NoCoding$

        public NoCoding$()
        Deprecated.