Uses of Class
technology.semi.weaviate.client.base.http.HttpResponse
-
Packages that use HttpResponse Package Description technology.semi.weaviate.client.base.http technology.semi.weaviate.client.base.http.impl -
-
Uses of HttpResponse in technology.semi.weaviate.client.base.http
Methods in technology.semi.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 technology.semi.weaviate.client.base.http.impl
Methods in technology.semi.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)
-