A C D P
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ApacheHttpRequester - Class in com.algolia.search
-
The Algolia http requester is a wrapper on top of the HttpAsyncClient of Apache.
- ApacheHttpRequester(ConfigBase) - Constructor for class com.algolia.search.ApacheHttpRequester
- ApacheHttpRequester(ConfigBase, HttpAsyncClientBuilder) - Constructor for class com.algolia.search.ApacheHttpRequester
C
- close() - Method in class com.algolia.search.ApacheHttpRequester
-
Closes the http client.
- com.algolia.search - package com.algolia.search
- create(AnalyticsConfig) - Static method in class com.algolia.search.DefaultAnalyticsClient
-
Creates a default
AnalyticsClientwith the givenAnalyticsConfig. - create(InsightsConfig) - Static method in class com.algolia.search.DefaultInsightsClient
-
Creates a default
InsightsClientwith the givenInsightsConfig. - create(PersonalizationConfig) - Static method in class com.algolia.search.DefaultPersonalizationClient
-
Creates a default
PersonalizationClientwith the givenSearchConfig. - create(RecommendationConfig) - Static method in class com.algolia.search.DefaultRecommendationClient
-
Deprecated.Creates a default
RecommendationClientwith the givenSearchConfig. - create(SearchConfig) - Static method in class com.algolia.search.DefaultSearchClient
-
Creates a default
DefaultSearchClientwith the givenSearchConfig. - create(String, String) - Static method in class com.algolia.search.DefaultAnalyticsClient
-
Creates a default
AnalyticsClientwith the given credentials. - create(String, String) - Static method in class com.algolia.search.DefaultInsightsClient
-
Creates a default
InsightsClientwith the given credentials. - create(String, String) - Static method in class com.algolia.search.DefaultSearchClient
-
Creates a
DefaultSearchClientwith the given credentials The default HttpClient implementation isApacheHttpRequester - create(String, String, String) - Static method in class com.algolia.search.DefaultAnalyticsClient
-
Creates a default
AnalyticsClientwith the given credentials. - create(String, String, String) - Static method in class com.algolia.search.DefaultPersonalizationClient
-
Creates a
PersonalizationClientwith the given credentials The default HttpClient implementation isApacheHttpRequester - create(String, String, String) - Static method in class com.algolia.search.DefaultRecommendationClient
-
Deprecated.Creates a
RecommendationClientwith the given credentials The default HttpClient implementation isApacheHttpRequester
D
- DefaultAnalyticsClient - Class in com.algolia.search
-
Algolia's REST analytics client that wraps an instance of the transporter.
- DefaultAnalyticsClient() - Constructor for class com.algolia.search.DefaultAnalyticsClient
- DefaultInsightsClient - Class in com.algolia.search
-
Algolia's REST insights client that wraps an instance of the transporter.
- DefaultInsightsClient() - Constructor for class com.algolia.search.DefaultInsightsClient
- DefaultPersonalizationClient - Class in com.algolia.search
-
Algolia's REST recommendation client that wraps an instance of the transporter
HttpTransportwhich wraps the HTTP Client This client allows to build typed requests and read typed responses. - DefaultRecommendationClient - Class in com.algolia.search
-
Deprecated.use
DefaultPersonalizationClientinstead - DefaultRecommendationClient() - Constructor for class com.algolia.search.DefaultRecommendationClient
-
Deprecated.
- DefaultSearchClient - Class in com.algolia.search
-
Algolia's REST search client that wraps an instance of the transporter which wraps the HttpClient This client allows to build typed requests and read typed responses.
- DefaultSearchClient() - Constructor for class com.algolia.search.DefaultSearchClient
P
- performRequestAsync(HttpRequest) - Method in class com.algolia.search.ApacheHttpRequester
-
Sends the http request asynchronously to the API If the request is time out it creates a new response object with timeout set to true Otherwise it throws a run time exception
All Classes All Packages