|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPProvider.RRGResponse | |
---|---|
info.sswap.api.http | Java API access to HTTP API |
info.sswap.api.model | Main package for SSWAP API |
info.sswap.impl.http |
Uses of HTTPProvider.RRGResponse in info.sswap.api.http |
---|
Methods in info.sswap.api.http that return HTTPProvider.RRGResponse | |
---|---|
HTTPProvider.RRGResponse |
HTTPProvider.makeRRG(java.io.InputStream jsonStream)
Make a Resource Response Graph ( RRG ) from a JSON
(JavaScript Object Notation) specification. |
HTTPProvider.RRGResponse |
HTTPProvider.makeRRG(java.lang.String jsonString)
Convenience method to makeRRG(InputStream) with input as
single JSON string. |
Uses of HTTPProvider.RRGResponse in info.sswap.api.model |
---|
Methods in info.sswap.api.model that return HTTPProvider.RRGResponse | |
---|---|
HTTPProvider.RRGResponse |
RIG.invoke()
Invokes the service with this RIG, blocks until the service responds, and reads back the RRG. |
HTTPProvider.RRGResponse |
RIG.invoke(long timeout)
Invokes the service with this RIG, blocks until the service responds, and reads back the RRG |
Uses of HTTPProvider.RRGResponse in info.sswap.impl.http |
---|
Classes in info.sswap.impl.http that implement HTTPProvider.RRGResponse | |
---|---|
class |
HTTPAPIImpl.RRGResponse
Exposes access to both a ready-to-use RRG on success or a
network response object on failure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |