public class URISchemeFetcher extends Object implements URIFetcher
URIFetcher
s 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 URIFetcher
uri
- URIIOException
Copyright © 2021. All rights reserved.