Package com.jogamp.common.net
Interface PiggybackURLContext
- All Known Implementing Classes:
AssetURLContext
public interface PiggybackURLContext
See
PiggybackURLConnection for description and examples.-
Method Summary
Modifier and TypeMethodDescriptionReturns 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
Resolving path to a URL sub protocol and return it's open URLConnection- Throws:
IOException
-