Class URLConnection


  • public class URLConnection
    extends URLConnection
    The class URLConnection is implementing connection between an URL and a Java resource. Instances of this class can be used to read from the resource referenced by the resource URL. Write is allowed depending on where resource is located.

    Supported header fields are the same as the real resource URL (basicaly, file or jar protocols).

    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