|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPProvider.RDGResponse | |
---|---|
info.sswap.api.http | Java API access to HTTP API |
info.sswap.impl.http |
Uses of HTTPProvider.RDGResponse in info.sswap.api.http |
---|
Methods in info.sswap.api.http that return HTTPProvider.RDGResponse | |
---|---|
HTTPProvider.RDGResponse |
HTTPProvider.makeRDG(java.io.InputStream jsonStream)
Make a Resource Description Graph ( RDG ) from a JSON
(JavaScript Object Notation) specification. |
HTTPProvider.RDGResponse |
HTTPProvider.makeRDG(java.lang.String jsonString)
Convenience method to makeRDG(InputStream) with input as
single JSON string. |
Uses of HTTPProvider.RDGResponse in info.sswap.impl.http |
---|
Classes in info.sswap.impl.http that implement HTTPProvider.RDGResponse | |
---|---|
class |
HTTPAPIImpl.RDGResponse
Exposes access to both a ready-to-use RDG on success or a
network response object on failure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |