Class URLConnection


  • public class URLConnection
    extends URLConnection
    The class URLConnection is implementing connection between an URL and a local file. Instances of this class can be used both to read from and to write to the resource referenced by the file URL.

    Supported header fields are:

    • content-type
    • content-length
    • last-modified
    Since:
    6.0
    Version:
    17.0 2020-01-04 14:41:35
    Author:
    Stéphane GALLAND, $Author: willaume$
    See Also:
    URLConnection
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    vmutils