|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
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 9 of file PiggybackURLContext.java.
| String com.jogamp.common.net.PiggybackURLContext.getImplementedProtocol | ( | ) |
Returns the specific protocol, constant for this implementation.
Implemented in com.jogamp.common.net.AssetURLContext.
| URLConnection com.jogamp.common.net.PiggybackURLContext.resolve | ( | String | path | ) | throws IOException |
Resolving path to a URL sub protocol and return it's open URLConnection.
Implemented in com.jogamp.common.net.AssetURLContext.