Uses of Interface
io.weaviate.client.base.http.impl.CommonsHttpClientImpl.CloseableHttpClientBuilder
-
Packages that use CommonsHttpClientImpl.CloseableHttpClientBuilder Package Description io.weaviate.client.base.http.builder io.weaviate.client.base.http.impl -
-
Uses of CommonsHttpClientImpl.CloseableHttpClientBuilder in io.weaviate.client.base.http.builder
Methods in io.weaviate.client.base.http.builder that return CommonsHttpClientImpl.CloseableHttpClientBuilder Modifier and Type Method Description static CommonsHttpClientImpl.CloseableHttpClientBuilderHttpApacheClientBuilder. build(Config config) -
Uses of CommonsHttpClientImpl.CloseableHttpClientBuilder in io.weaviate.client.base.http.impl
Constructors in io.weaviate.client.base.http.impl with parameters of type CommonsHttpClientImpl.CloseableHttpClientBuilder Constructor Description CommonsHttpClientImpl(Map<String,String> headers, CommonsHttpClientImpl.CloseableHttpClientBuilder clientBuilder)CommonsHttpClientImpl(Map<String,String> headers, AccessTokenProvider tokenProvider, CommonsHttpClientImpl.CloseableHttpClientBuilder clientBuilder)
-