Package

com.sksamuel.elastic4s

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. class JavaClient extends HttpClient

    Permalink

    An implementation of HttpClient that wraps the Elasticsearch Java Rest Client

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

    Permalink

Value Members

  1. object JavaClient extends Logging

    Permalink
  2. object NoOpHttpClientConfigCallback extends HttpClientConfigCallback

    Permalink

    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

    Permalink

    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