Interface ParsedURLProtocolHandler

    • Method Detail

      • getProtocolHandled

        java.lang.String getProtocolHandled()
        Returns the protocol to be handled by this class. The protocol must _always_ be the part of the URL before the first ':'.
      • parseURL

        ParsedURLData parseURL​(java.lang.String urlStr)
        Parse an absolute url string.
      • parseURL

        ParsedURLData parseURL​(ParsedURL basepurl,
                               java.lang.String urlStr)
        Parse a relative url string of this protocol.