Interface PiggybackURLContext

All Known Implementing Classes:
AssetURLContext

public interface PiggybackURLContext
See PiggybackURLConnection for description and examples.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the specific protocol, constant for this implementation.
    Resolving path to a URL sub protocol and return it's open URLConnection
  • Method Details

    • getImplementedProtocol

      String getImplementedProtocol()
      Returns the specific protocol, constant for this implementation.
    • resolve

      URLConnection resolve(String path) throws IOException
      Resolving path to a URL sub protocol and return it's open URLConnection
      Throws:
      IOException