package http
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class JavaClient extends HttpClient
An implementation of HttpClient that wraps the Elasticsearch Java Rest Client
- case class JavaClientExceptionWrapper(t: Throwable) extends RuntimeException with Product with Serializable
Value Members
- object JavaClient extends Logging
- object NoOpHttpClientConfigCallback extends HttpClientConfigCallback
HttpAsyncClientBuilder that performs a no-op on the given HttpAsyncClientBuilder
HttpAsyncClientBuilder that performs a no-op on the given HttpAsyncClientBuilder
Used as a default parameter to the HttpClient when no custom HttpAsync configuration is needed.
- object NoOpRequestConfigCallback extends RequestConfigCallback
RequestConfigCallback that performs a no-op on the given RequestConfig.Builder.
RequestConfigCallback that performs a no-op on the given RequestConfig.Builder.
Used as a default parameter to the HttpClient when no custom request configuration is needed.