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

See PiggybackURLConnection for description and examples. More...

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

Member Function Documentation

◆ getImplementedProtocol()

String org.jau.net.PiggybackURLContext.getImplementedProtocol ( )

Returns the specific protocol, constant for this implementation.

Implemented in org.jau.net.AssetURLContext.

◆ resolve()

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.


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