Package com.networknt.schema.url
Interface URLFetcher
-
- All Known Implementing Classes:
StandardURLFetcher
public interface URLFetcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
fetch(URL url)
-
-
-
Method Detail
-
fetch
InputStream fetch(URL url) throws IOException
- Throws:
IOException
-
-