public final class

MIME

extends Object
java.lang.Object
   ↳ org.apache.http.entity.mime.MIME

Summary

Constants
String CONTENT_DISPOSITION
String CONTENT_TRANSFER_ENC
String CONTENT_TYPE
String ENC_8BIT
String ENC_BINARY
Fields
public static final Charset DEFAULT_CHARSET The default character set to be used, i.e.
Public Constructors
MIME()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTENT_DISPOSITION

Constant Value: "Content-Disposition"

public static final String CONTENT_TRANSFER_ENC

Constant Value: "Content-Transfer-Encoding"

public static final String CONTENT_TYPE

Constant Value: "Content-Type"

public static final String ENC_8BIT

Constant Value: "8bit"

public static final String ENC_BINARY

Constant Value: "binary"

Fields

public static final Charset DEFAULT_CHARSET

The default character set to be used, i.e. "US-ASCII"

Public Constructors

public MIME ()