Package org.apache.pekko.http.impl.util
Class HttpConstants$
java.lang.Object
org.apache.pekko.http.impl.util.HttpConstants$
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpConstants$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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()
-