Package com.jogamp.common.net
Interface PiggybackURLContext
-
- All Known Implementing Classes:
AssetURLContext
public interface PiggybackURLContextSeePiggybackURLConnectionfor description and examples.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetImplementedProtocol()Returns the specific protocol, constant for this implementation.URLConnectionresolve(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
-
-