Class RestRawClientOkHttp
java.lang.Object
org.infinispan.client.rest.impl.okhttp.RestRawClientOkHttp
- All Implemented Interfaces:
RestRawClient
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Method Details
-
postForm
public CompletionStage<RestResponse> postForm(String url, Map<String, String> headers, Map<String, List<String>> formParameters) - Specified by:
postFormin interfaceRestRawClient
-
postMultipartForm
public CompletionStage<RestResponse> postMultipartForm(String url, Map<String, String> headers, Map<String, List<String>> formParameters) - Specified by:
postMultipartFormin interfaceRestRawClient
-
post
- Specified by:
postin interfaceRestRawClient
-
post
- Specified by:
postin interfaceRestRawClient
-
post
public CompletionStage<RestResponse> post(String url, Map<String, String> headers, String body, String bodyMediaType) - Specified by:
postin interfaceRestRawClient
-
putValue
public CompletionStage<RestResponse> putValue(String url, Map<String, String> headers, String body, String bodyMediaType) - Specified by:
putValuein interfaceRestRawClient
-
put
- Specified by:
putin interfaceRestRawClient
-
get
- Specified by:
getin interfaceRestRawClient
-
delete
- Specified by:
deletein interfaceRestRawClient
-
options
- Specified by:
optionsin interfaceRestRawClient
-
head
- Specified by:
headin interfaceRestRawClient
-
listen
- Specified by:
listenin interfaceRestRawClient
-