Package | Description |
---|---|
java.net | |
org.apache.harmony.luni.internal.net.www |
Modifier and Type | Method and Description |
---|---|
static FileNameMap |
URLConnection.getFileNameMap()
Gets the table which is used by all
URLConnection instances to
determine the MIME-type according to a file extension. |
Modifier and Type | Method and Description |
---|---|
static void |
URLConnection.setFileNameMap(FileNameMap map)
Sets the internal map which is used by all
URLConnection
instances to determine the MIME-type according to a filename extension. |
Modifier and Type | Class and Description |
---|---|
class |
MimeTable
Instances of this class map file extensions to MIME content types based on a
default MIME table.
|