| Interface | Description |
|---|---|
| URIDownloader |
URI downloader for a given scheme
|
| Class | Description |
|---|---|
| DefaultURIDownloader |
Default URI downloader
|
| URIManager |
Class to fetch JSON documents
|
You will normally not use any of these classes directly. http
is for the moment the only scheme supported natively. You can expand the
set of supported schemes by:
URIDownloader,
JsonSchemaFactory.Builder.registerScheme(String,
URIDownloader).
Copyright © 2012. All Rights Reserved.