Package com.github.erosb.jsonsKema
Class URLQueryingSchemaClient
-
- All Implemented Interfaces:
-
com.github.erosb.jsonsKema.SchemaClient
public final class URLQueryingSchemaClient implements SchemaClient
A SchemaClient which converts the URI into URL and attempts to make a network call.
In case it receives a response containing a
Locationheader, it will follow the redirect.
-
-
Constructor Summary
Constructors Constructor Description URLQueryingSchemaClient()
-
Method Summary
Modifier and Type Method Description InputStreamget(URI uri)-
-
Method Detail
-
get
InputStream get(URI uri)
-
-
-
-