play.api.libs.ws.ning

NingAsyncHttpClientConfigBuilder

class NingAsyncHttpClientConfigBuilder extends AnyRef

Builds a valid AsyncHttpClientConfig object from config.

Source
NingAsyncHttpClientConfigBuilder.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NingAsyncHttpClientConfigBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NingAsyncHttpClientConfigBuilder(config: WSClientConfig = DefaultWSClientConfig())

    config

    the client configuration.

Type Members

  1. class DefaultSSLEngineFactory extends SSLEngineFactory

    Factory that creates an SSLEngine.

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val addCustomSettings: (Builder) ⇒ Builder

    Attributes
    protected
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def build(): AsyncHttpClientConfig

    Configure and build the AsyncHttpClientConfig based on the settings provided

    Configure and build the AsyncHttpClientConfig based on the settings provided

    returns

    the resulting builder

  7. def buildHostnameVerifier(sslConfig: SSLConfig): HostnameVerifier

  8. def buildKeyManagerFactory(ssl: SSLConfig): KeyManagerFactoryWrapper

  9. def buildTrustManagerFactory(ssl: SSLConfig): TrustManagerFactoryWrapper

  10. val builder: Builder

    The underlying AsyncHttpClientConfig.Builder used by this instance.

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def configure(): Builder

    Configure the underlying builder with values specified by the config, and add any custom settings.

    Configure the underlying builder with values specified by the config, and add any custom settings.

    returns

    the resulting builder

  13. def configureCipherSuites(existingCiphers: Array[String], sslConfig: SSLConfig): Array[String]

  14. def configureProtocols(existingProtocols: Array[String], sslConfig: SSLConfig): Array[String]

  15. def configureSSL(sslConfig: SSLConfig): Unit

    Configures the SSL.

    Configures the SSL. Can use the system SSLContext.getDefault() if "ws.ssl.default" is set.

  16. def configureWS(config: WSClientConfig): Unit

    Configures the global settings.

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def modifyUnderlying(modify: (Builder) ⇒ Builder): NingAsyncHttpClientConfigBuilder

    Modify the underlying AsyncHttpClientConfig.Builder using the provided function, after defaults are set.

    Modify the underlying AsyncHttpClientConfig.Builder using the provided function, after defaults are set.

    modify

    function with custom settings to apply to this builder before the client is built

    returns

    the new builder

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def validateDefaultTrustManager(sslConfig: SSLConfig): Unit

  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped