Class

play.api.libs.ws.ning

NingAsyncHttpClientConfigBuilder

Related Doc: package ning

Permalink

class NingAsyncHttpClientConfigBuilder extends AnyRef

Builds a valid AsyncHttpClientConfig object from config.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NingAsyncHttpClientConfigBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NingAsyncHttpClientConfigBuilder(ningConfig: NingWSClientConfig = NingWSClientConfig())

    Permalink

    ningConfig

    the ning client configuration.

  2. new NingAsyncHttpClientConfigBuilder(config: WSClientConfig)

    Permalink

    Constructor for backwards compatibility with <= 2.3.X

    Constructor for backwards compatibility with <= 2.3.X

    Annotations
    @deprecated
    Deprecated

    (Since version 2.4) Use NingAsyncHttpClientConfigBuilder(NingWSClientConfig)

Value Members

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  6. def build(): AsyncHttpClientConfig

    Permalink

    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

    Permalink
  8. def buildKeyManagerFactory(ssl: SSLConfig): KeyManagerFactoryWrapper

    Permalink
  9. def buildTrustManagerFactory(ssl: SSLConfig): TrustManagerFactoryWrapper

    Permalink
  10. val builder: Builder

    Permalink

    The underlying AsyncHttpClientConfig.Builder used by this instance.

  11. def clone(): AnyRef

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

    Permalink

    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]

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

    Permalink
  15. def configureSSL(sslConfig: SSLConfig): Unit

    Permalink

    Configures the SSL.

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

  16. def configureWS(ningConfig: NingWSClientConfig): Unit

    Permalink

    Configures the global settings.

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

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

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

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

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

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

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

    Permalink

    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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

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

    Permalink
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def configureWS(config: WSClientConfig): Unit

    Permalink

    Configures the global settings.

    Configures the global settings. For backwards compatibility with <= 2.3.X

    Annotations
    @deprecated
    Deprecated

    (Since version 2.4) Use configureWS(NingWSClientConfig)

Inherited from AnyRef

Inherited from Any

Ungrouped