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

URLStreamHandler to handle the asset protocol. More...

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

Public Member Functions

 AssetURLStreamHandler (final AssetURLContext ctx)
 

Protected Member Functions

URLConnection openConnection (final URL u) throws IOException
 

Detailed Description

URLStreamHandler to handle the asset protocol.

This is the asset URLStreamHandler variation for manual use.

It requires passing a valid AssetURLContext for construction, hence it's not suitable for the pkg factory model.

Definition at line 22 of file AssetURLStreamHandler.java.

Constructor & Destructor Documentation

◆ AssetURLStreamHandler()

com.jogamp.common.net.AssetURLStreamHandler.AssetURLStreamHandler ( final AssetURLContext  ctx)

Definition at line 25 of file AssetURLStreamHandler.java.

Member Function Documentation

◆ openConnection()

URLConnection com.jogamp.common.net.AssetURLStreamHandler.openConnection ( final URL  u) throws IOException
protected

Definition at line 30 of file AssetURLStreamHandler.java.

Here is the call graph for this function:

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