You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param <C> is expected to be either <code>String</code> or <code>ByteBuffer</code> depending on whether the returned data type is
11
12
* textual or binary. (See methods {@link HttpClient#sendHttpRequest(String, HttpClient.HttpMethod, String)} and
12
13
* {@link HttpClient#sendHttpRequestForBinaryResponse(String, HttpClient.HttpMethod, String)} for example
@@ -69,8 +70,8 @@ public void setResponseHeaders(Map<String, List<String>> responseHeaders) {
69
70
/**
70
71
*
71
72
* @return the content of the response received from server side. The type is expected to be either <code>String</code> or <code>ByteBuffer</code> depending on whether the returned data type is
72
-
* * textual or binary. (See methods {@link HttpClient#sendHttpRequest(String, HttpClient.HttpMethod, String)} and
73
-
* * {@link HttpClient#sendHttpRequestForBinaryResponse(String, HttpClient.HttpMethod, String)} for example
73
+
* textual or binary. (See methods {@link HttpClient#sendHttpRequest(String, HttpClient.HttpMethod, String)} and
74
+
* {@link HttpClient#sendHttpRequestForBinaryResponse(String, HttpClient.HttpMethod, String)} for example
0 commit comments