GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.net.PiggybackURLContext Interface Reference

See PiggybackURLConnection for description and examples. More...

Inheritance diagram for com.jogamp.common.net.PiggybackURLContext:
Collaboration diagram for com.jogamp.common.net.PiggybackURLContext:

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...
 

Detailed Description

See PiggybackURLConnection for description and examples.

Definition at line 9 of file PiggybackURLContext.java.

Member Function Documentation

◆ getImplementedProtocol()

String com.jogamp.common.net.PiggybackURLContext.getImplementedProtocol ( )

Returns the specific protocol, constant for this implementation.

Implemented in com.jogamp.common.net.AssetURLContext.

◆ resolve()

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.


The documentation for this interface was generated from the following file: