jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Public Member Functions | Protected Member Functions | List of all members
org.jau.net.AssetURLStreamHandler Class Reference

URLStreamHandler to handle the asset protocol. More...

Inheritance diagram for org.jau.net.AssetURLStreamHandler:
Collaboration diagram for org.jau.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 45 of file AssetURLStreamHandler.java.

Constructor & Destructor Documentation

◆ AssetURLStreamHandler()

org.jau.net.AssetURLStreamHandler.AssetURLStreamHandler ( final AssetURLContext  ctx)

Definition at line 48 of file AssetURLStreamHandler.java.

Member Function Documentation

◆ openConnection()

URLConnection org.jau.net.AssetURLStreamHandler.openConnection ( final URL  u) throws IOException
protected

Definition at line 53 of file AssetURLStreamHandler.java.

Here is the call graph for this function:

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