Packages

package http

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class JavaClient extends HttpClient

    An implementation of HttpClient that wraps the Elasticsearch Java Rest Client

  2. case class JavaClientExceptionWrapper(t: Throwable) extends RuntimeException with Product with Serializable

Value Members

  1. object JavaClient
  2. 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.

  3. 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.

Ungrouped