-
Methods in java.net that return FileNameMap
| Modifier and Type |
Method |
Description |
static FileNameMap |
URLConnection.getFileNameMap() |
Returns the table which is used by all URLConnection instances to
determine the MIME-type according to a file extension.
|
Methods in java.net with parameters of type FileNameMap
| Modifier and Type |
Method |
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.
|