public class URISchemeFetcher extends Object implements URIFetcher
URIFetchers based on the scheme being used.| Constructor and Description |
|---|
URISchemeFetcher(Map<String,URIFetcher> uriFetchers) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
fetch(URI uri) |
Map<String,URIFetcher> |
getURIFetchers() |
public URISchemeFetcher(Map<String,URIFetcher> uriFetchers)
public Map<String,URIFetcher> getURIFetchers()
public InputStream fetch(URI uri) throws IOException
fetch in interface URIFetcheruri - URIIOExceptionCopyright © 2020. All rights reserved.