com.jogamp.common.net
Interface PiggybackURLContext

All Known Implementing Classes:
AssetURLContext

public interface PiggybackURLContext

See PiggybackURLConnection for description and examples.


Method Summary
 String getImplementedProtocol()
          Returns the specific protocol, constant for this implementation.
 URLConnection resolve(String path)
          Resolving path to a URL sub protocol and return it's open URLConnection
 

Method Detail

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