com.jdroid.java.http
Class MimeType

java.lang.Object
  extended by com.jdroid.java.http.MimeType

public class MimeType
extends Object


Field Summary
static String HTML
           
static String JSON
           
static String JSON_UTF8
           
static String PNG
           
static String TEXT
           
static String TORRENT
           
static String XML
           
 
Constructor Summary
MimeType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT

public static final String TEXT
See Also:
Constant Field Values

HTML

public static final String HTML
See Also:
Constant Field Values

PNG

public static final String PNG
See Also:
Constant Field Values

JSON

public static final String JSON
See Also:
Constant Field Values

XML

public static final String XML
See Also:
Constant Field Values

JSON_UTF8

public static final String JSON_UTF8
See Also:
Constant Field Values

TORRENT

public static final String TORRENT
See Also:
Constant Field Values
Constructor Detail

MimeType

public MimeType()


Copyright © 2014. All rights reserved.