Uses of Class
io.weaviate.client.base.http.HttpResponse
-
Packages that use HttpResponse Package Description io.weaviate.client.base.http io.weaviate.client.base.http.impl -
-
Uses of HttpResponse in io.weaviate.client.base.http
Methods in io.weaviate.client.base.http that return HttpResponse Modifier and Type Method Description HttpResponseHttpClient. sendDeleteRequest(String url, String json)HttpResponseHttpClient. sendGetRequest(String url)HttpResponseHttpClient. sendHeadRequest(String url)HttpResponseHttpClient. sendPatchRequest(String url, String json)HttpResponseHttpClient. sendPostRequest(String url, String json)HttpResponseHttpClient. sendPutRequest(String url, String json) -
Uses of HttpResponse in io.weaviate.client.base.http.impl
Methods in io.weaviate.client.base.http.impl that return HttpResponse Modifier and Type Method Description HttpResponseCommonsHttpClientImpl. sendDeleteRequest(String url, String json)HttpResponseCommonsHttpClientImpl. sendGetRequest(String url)HttpResponseCommonsHttpClientImpl. sendHeadRequest(String url)HttpResponseCommonsHttpClientImpl. sendPatchRequest(String url, String json)HttpResponseCommonsHttpClientImpl. sendPostRequest(String url, String json)HttpResponseCommonsHttpClientImpl. sendPutRequest(String url, String json)
-