|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.sswap.impl.http.AbstractHTTPResponse
info.sswap.impl.http.HTTPAPIImpl.RDGResponse
public class HTTPAPIImpl.RDGResponse
Exposes access to both a ready-to-use RDG
on success or a
network response object on failure.
Constructor Summary | |
---|---|
HTTPAPIImpl.RDGResponse(RDG rdg,
com.clarkparsia.utils.web.Response response)
Constructor to set the RDG and network response data;
not needed by most users. |
Method Summary | |
---|---|
RDG |
getRDG()
Getter method to get the Resource Description Graph ( RDG ) from a successful conversion. |
Methods inherited from class info.sswap.impl.http.AbstractHTTPResponse |
---|
close, getContent, getDocument, getErrorStream, getException, getHeaders, getHeaderValue, getHeaderValues, getMessage, getResponseCode, getSSWAPExceptionHeader, getSSWAPExceptionValues, hasErrorCode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface info.sswap.api.http.HTTPResponse |
---|
close, getContent, getErrorStream, getException, getHeaders, getHeaderValue, getHeaderValues, getMessage, getResponseCode, getSSWAPExceptionHeader, getSSWAPExceptionValues, hasErrorCode |
Constructor Detail |
---|
public HTTPAPIImpl.RDGResponse(RDG rdg, com.clarkparsia.utils.web.Response response)
RDG
and network response data;
not needed by most users.
The network connection is automatically closed on a successful
RDG
creation.
rdg
- RDG
to be returned to the user, or nullresponse
- network response object with response status informationMethod Detail |
---|
public RDG getRDG()
HTTPProvider.RDGResponse
RDG
) from a successful conversion.
getRDG
in interface HTTPProvider.RDGResponse
RDG
or null on failure.RDG
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |