Class MIME
- java.lang.Object
-
- com.foxinmy.weixin4j.http.apache.mime.MIME
-
public final class MIME extends Object
- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_DISPOSITION
static String
CONTENT_TRANSFER_ENC
static String
CONTENT_TYPE
static Charset
DEFAULT_CHARSET
static String
ENC_8BIT
static String
ENC_BINARY
static Charset
UTF8_CHARSET
-
Constructor Summary
Constructors Constructor Description MIME()
-
-
-
Field Detail
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
CONTENT_TRANSFER_ENC
public static final String CONTENT_TRANSFER_ENC
- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION
public static final String CONTENT_DISPOSITION
- See Also:
- Constant Field Values
-
ENC_8BIT
public static final String ENC_8BIT
- See Also:
- Constant Field Values
-
ENC_BINARY
public static final String ENC_BINARY
- See Also:
- Constant Field Values
-
DEFAULT_CHARSET
public static final Charset DEFAULT_CHARSET
-
UTF8_CHARSET
public static final Charset UTF8_CHARSET
-
-