public final class MIME extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_DISPOSITION |
static String |
CONTENT_TRANSFER_ENC |
static String |
CONTENT_TYPE |
static Charset |
DEFAULT_CHARSET
The default character set to be used, i.e.
|
static String |
ENC_8BIT |
static String |
ENC_BINARY |
static Charset |
UTF8_CHARSET
UTF-8 is used for RFC6532
|
Constructor and Description |
---|
MIME() |
public static final String CONTENT_TYPE
public static final String CONTENT_TRANSFER_ENC
public static final String CONTENT_DISPOSITION
public static final String ENC_8BIT
public static final String ENC_BINARY
public static final Charset DEFAULT_CHARSET
public static final Charset UTF8_CHARSET
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.