jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
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.
 
URLConnection resolve (String path) throws IOException
 Resolving path to a URL sub protocol and return it's open URLConnection.
 

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: