Package org.apache.hc.core5.http
Class Chars
- java.lang.Object
-
- org.apache.hc.core5.http.Chars
-
public final class Chars extends java.lang.Object
Commons chars used by HTTP/1.1 protocol.- Since:
- 5.0
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Chars()
-
-
-
Field Detail
-
CR
public static final int CR
- See Also:
- Constant Field Values
-
LF
public static final int LF
- See Also:
- Constant Field Values
-
SP
public static final int SP
- See Also:
- Constant Field Values
-
HT
public static final int HT
- See Also:
- Constant Field Values
-
DEL
public static final int DEL
- See Also:
- Constant Field Values
-
-