| Interface | Description |
|---|---|
| URIFactory |
The URIFactory interface defines how
URIs are able to be combined and created. |
| URIFetcher |
The URIFetcher interface defines how file streams are able to be fetched given a
URI. |
| Class | Description |
|---|---|
| ClasspathURLFactory |
A URIFactory that uses URL for creating
URIs. |
| ClasspathURLFetcher | |
| URISchemeFactory |
The URISchemaFactory will proxy to other
URIFactorys based on the scheme being used. |
| URISchemeFetcher |
The URISchemeFetcher will proxy to other
URIFetchers based on the scheme being used. |
| URLFactory |
A URIFactory that uses URL for creating
URIs. |
| URLFetcher |
Copyright © 2019. All rights reserved.