com.sksamuel.elastic4s.http

Members list

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

Attributes

Companion
object
Supertypes
trait HttpClient
trait AutoCloseable
class Object
trait Matchable
class Any
object JavaClient

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
JavaClient.type
case class JavaClientExceptionWrapper(t: Throwable) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
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.

Attributes

Supertypes
trait HttpClientConfigCallback
class Object
trait Matchable
class Any
Self type
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.

Attributes

Supertypes
trait RequestConfigCallback
class Object
trait Matchable
class Any
Self type