Class NoCoding$

java.lang.Object
akka.http.scaladsl.coding.NoCoding$
All Implemented Interfaces:
Coder, Decoder, Encoder, StreamDecoder

public class NoCoding$ extends 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 Details

    • MODULE$

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

    • NoCoding$

      public NoCoding$()
      Deprecated.
  • Method Details