org.apache.http.entity.mime
Class MIME

java.lang.Object
  extended by org.apache.http.entity.mime.MIME

@Immutable
public final class MIME
extends Object

Since:
4.0

Field Summary
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
           
 
Constructor Summary
MIME()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

MIME

public MIME()


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.