org.apache.http
Class Consts
java.lang.Object
org.apache.http.Consts
public final class Consts
- extends java.lang.Object
Commons constants.
- Since:
- 4.2
|
Field Summary |
static java.nio.charset.Charset |
ASCII
|
static int |
CR
|
static int |
HT
|
static java.nio.charset.Charset |
ISO_8859_1
|
static int |
LF
|
static int |
SP
|
static java.nio.charset.Charset |
UTF_8
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
UTF_8
public static final java.nio.charset.Charset UTF_8
ASCII
public static final java.nio.charset.Charset ASCII
ISO_8859_1
public static final java.nio.charset.Charset ISO_8859_1