com.sksamuel.elastic4s.http

Type members

Classlikes

class JavaClient(client: RestClient) extends HttpClient

An implementation of HttpClient that wraps the Elasticsearch Java Rest Client

An implementation of HttpClient that wraps the Elasticsearch Java Rest Client

Companion:
object
object JavaClient
Companion:
class
case class JavaClientExceptionWrapper(t: Throwable) extends RuntimeException
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.