Package

com.sksamuel.elastic4s

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultResponseHandler[U] extends ResponseHandler[U]

    Permalink
  2. trait ElasticDsl extends ElasticApi with Logging with BulkImplicits with CatImplicits with ClusterImplicits with DeleteImplicits with ExplainImplicits with GetImplicits with IndexImplicits with IndexAdminImplicits with IndexAliasImplicits with IndexTemplateImplicits with LocksImplicits with MappingExecutables with NodesImplicits with ReindexImplicits with SearchImplicits with SearchTemplateImplicits with SearchScrollImplicits with SettingsImplicits with UpdateImplicits with TaskImplicits with TermVectorsExecutables with ValidateImplicits

    Permalink
  3. class ElasticsearchJavaRestClient extends HttpRequestClient

    Permalink
  4. trait HttpClient extends Logging

    Permalink
  5. case class HttpEntity(content: String, contentType: Option[String]) extends Product with Serializable

    Permalink
  6. abstract class HttpExecutable[T, U] extends Logging

    Permalink

    T

    the type of the request object handled by this handler

    U

    the type of the response object returned by this handler

  7. trait HttpRequestClient extends Logging

    Permalink

    Adapts an underlying http client so that it can be used by the elastic4s http client.

    Adapts an underlying http client so that it can be used by the elastic4s http client.

    Implementations should return a HttpResponse for all requests that received a response, including errors like 500s or not founds like 404s.

    A failed future should only be returned if the communication itself failed.

  8. case class HttpResponse(statusCode: Int, entity: Option[HttpEntity], headers: Map[String, String]) extends Product with Serializable

    Permalink
  9. class NotFound404ResponseHandler[U] extends DefaultResponseHandler[U]

    Permalink
  10. trait ResponseHandler[U] extends AnyRef

    Permalink

Value Members

  1. object ElasticDsl extends ElasticDsl

    Permalink
  2. object EnumConversions

    Permalink
  3. object HttpClient extends Logging

    Permalink
  4. object HttpEntity extends Serializable

    Permalink
  5. object IndicesOptionsParams

    Permalink
  6. 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.

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

  8. object ResponseHandler extends Logging

    Permalink
  9. object ScriptBuilderFn

    Permalink
  10. object SourceAsContentBuilder

    Permalink
  11. package bulk

    Permalink
  12. package cat

    Permalink
  13. package cluster

    Permalink
  14. package delete

    Permalink
  15. package explain

    Permalink
  16. package get

    Permalink
  17. package index

    Permalink
  18. package locks

    Permalink
  19. package nodes

    Permalink
  20. package reindex

    Permalink
  21. package search

    Permalink
  22. package settings

    Permalink
  23. package task

    Permalink
  24. package termvectors

    Permalink
  25. package update

    Permalink
  26. package validate

    Permalink
  27. package values

    Permalink

Ungrouped