final class ElasticsearchConnectionSettings extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ElasticsearchConnectionSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val baseUrl: String
  2. val connectionContext: Option[HttpsConnectionContext]
  3. def hasConnectionContextDefined: Boolean
  4. def hasCredentialsDefined: Boolean
  5. val headers: List[HttpHeader]
  6. val password: Option[String]
  7. def toString(): String
    Definition Classes
    ElasticsearchConnectionSettings → AnyRef → Any
  8. val username: Option[String]
  9. def withBaseUrl(value: String): ElasticsearchConnectionSettings
  10. def withCredentials(username: String, password: String): ElasticsearchConnectionSettings
  11. def withHeaders(headers: List[HttpHeader]): ElasticsearchConnectionSettings

    Java API

  12. def withHeaders(headers: List[HttpHeader]): ElasticsearchConnectionSettings

    Scala API

  13. def withSSLContext(sslContext: SSLContext): ElasticsearchConnectionSettings

Deprecated Value Members

  1. def withConnectionContext(connectionContext: HttpsConnectionContext): ElasticsearchConnectionSettings

    Java API

    Java API

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.1.0) prefer ElasticsearchConnectionSettings.withSSLContext

  2. def withConnectionContext(connectionContext: HttpsConnectionContext): ElasticsearchConnectionSettings

    Scala API

    Scala API

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.1.0) prefer ElasticsearchConnectionSettings.withSSLContext