public final class GraphExplorerHttpService extends Object implements com.github.davidmoten.odata.client.HttpService
| Constructor and Description |
|---|
GraphExplorerHttpService(com.github.davidmoten.odata.client.HttpService s) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.github.davidmoten.odata.client.HttpResponse |
delete(String url,
List<com.github.davidmoten.odata.client.RequestHeader> requestHeaders,
com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.HttpResponse |
get(String url,
List<com.github.davidmoten.odata.client.RequestHeader> requestHeaders,
com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.Path |
getBasePath() |
InputStream |
getStream(String url,
List<com.github.davidmoten.odata.client.RequestHeader> requestHeaders,
com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.HttpResponse |
patch(String url,
List<com.github.davidmoten.odata.client.RequestHeader> requestHeaders,
InputStream content,
int length,
com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.HttpResponse |
post(String url,
List<com.github.davidmoten.odata.client.RequestHeader> requestHeaders,
InputStream content,
int length,
com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.HttpResponse |
put(String url,
List<com.github.davidmoten.odata.client.RequestHeader> requestHeaders,
InputStream content,
int length,
com.github.davidmoten.odata.client.HttpRequestOptions options) |
public GraphExplorerHttpService(com.github.davidmoten.odata.client.HttpService s)
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic com.github.davidmoten.odata.client.HttpResponse get(String url, List<com.github.davidmoten.odata.client.RequestHeader> requestHeaders, com.github.davidmoten.odata.client.HttpRequestOptions options)
get in interface com.github.davidmoten.odata.client.HttpServicepublic com.github.davidmoten.odata.client.HttpResponse patch(String url, List<com.github.davidmoten.odata.client.RequestHeader> requestHeaders, InputStream content, int length, com.github.davidmoten.odata.client.HttpRequestOptions options)
patch in interface com.github.davidmoten.odata.client.HttpServicepublic com.github.davidmoten.odata.client.HttpResponse put(String url, List<com.github.davidmoten.odata.client.RequestHeader> requestHeaders, InputStream content, int length, com.github.davidmoten.odata.client.HttpRequestOptions options)
put in interface com.github.davidmoten.odata.client.HttpServicepublic com.github.davidmoten.odata.client.HttpResponse post(String url, List<com.github.davidmoten.odata.client.RequestHeader> requestHeaders, InputStream content, int length, com.github.davidmoten.odata.client.HttpRequestOptions options)
post in interface com.github.davidmoten.odata.client.HttpServicepublic com.github.davidmoten.odata.client.HttpResponse delete(String url, List<com.github.davidmoten.odata.client.RequestHeader> requestHeaders, com.github.davidmoten.odata.client.HttpRequestOptions options)
delete in interface com.github.davidmoten.odata.client.HttpServicepublic InputStream getStream(String url, List<com.github.davidmoten.odata.client.RequestHeader> requestHeaders, com.github.davidmoten.odata.client.HttpRequestOptions options)
getStream in interface com.github.davidmoten.odata.client.HttpServicepublic com.github.davidmoten.odata.client.Path getBasePath()
getBasePath in interface com.github.davidmoten.odata.client.HttpServiceCopyright © 2018–2020. All rights reserved.