jaulib v1.3.0
Jau Support Library (C++, Java, ..)
|
See PiggybackURLConnection
for description and examples.
More...
Public Member Functions | |
String | getImplementedProtocol () |
Returns the specific protocol, constant for this implementation. More... | |
URLConnection | resolve (String path) throws IOException |
Resolving path to a URL sub protocol and return it's open URLConnection. More... | |
See PiggybackURLConnection
for description and examples.
Definition at line 34 of file PiggybackURLContext.java.
String org.jau.net.PiggybackURLContext.getImplementedProtocol | ( | ) |
Returns the specific protocol, constant for this implementation.
Implemented in org.jau.net.AssetURLContext.
URLConnection org.jau.net.PiggybackURLContext.resolve | ( | String | path | ) | throws IOException |
Resolving path to a URL sub protocol and return it's open URLConnection.
Implemented in org.jau.net.AssetURLContext.