Class HttpConstants$

java.lang.Object
org.apache.pekko.http.impl.util.HttpConstants$

public class HttpConstants$ extends Object
INTERNAL API

This object contains HTTP related constants that are used in various places. It is not intended to be used outside of the HTTP implementation.

  • Field Details

    • MODULE$

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

    • HttpConstants$

      public HttpConstants$()
  • Method Details

    • CR_BYTE

      public final byte CR_BYTE()
    • LF_BYTE

      public final byte LF_BYTE()
    • SPACE_BYTE

      public final byte SPACE_BYTE()
    • DASH_BYTE

      public final byte DASH_BYTE()