|
jaulib v1.4.1
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. | |
| URLConnection | resolve (String path) throws IOException |
| Resolving path to a URL sub protocol and return it's open URLConnection. | |
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.