public class HttpConstants$
extends java.lang.Object
This object contains HTTP related constants that are used in various places. It is not intended to be used outside of the HTTP implementation.
| Modifier and Type | Field and Description |
|---|---|
static HttpConstants$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
HttpConstants$() |
| Modifier and Type | Method and Description |
|---|---|
byte |
CR_BYTE() |
byte |
DASH_BYTE() |
byte |
LF_BYTE() |
byte |
SPACE_BYTE() |
public static final HttpConstants$ MODULE$