Uses of Interface
java.net.FileNameMap

Packages that use FileNameMap
Package Description
java.net  
  • Uses of FileNameMap in java.net

    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.