Package com.networknt.schema.uri
Class URLFetcher
- java.lang.Object
-
- com.networknt.schema.uri.URLFetcher
-
- All Implemented Interfaces:
URIFetcher
public final class URLFetcher extends Object implements URIFetcher
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>
SUPPORTED_SCHEMES
-
Constructor Summary
Constructors Constructor Description URLFetcher()
-
-
-
Method Detail
-
fetch
public InputStream fetch(URI uri) throws IOException
- Specified by:
fetch
in interfaceURIFetcher
- Throws:
IOException
-
-