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 SummaryFieldsModifier and TypeFieldDescriptionstatic final HttpConstants$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
HttpConstants$public HttpConstants$()
 
- 
- 
Method Details- 
CR_BYTEpublic final byte CR_BYTE()
- 
LF_BYTEpublic final byte LF_BYTE()
- 
SPACE_BYTEpublic final byte SPACE_BYTE()
- 
DASH_BYTEpublic final byte DASH_BYTE()
 
-