Class

play.api.libs.ws.ning

NingAsyncHttpClientConfigBuilder

Related Doc: package ning

Permalink

class NingAsyncHttpClientConfigBuilder extends AnyRef

Builds a valid AsyncHttpClientConfig object from config.

Annotations
@deprecated
Deprecated

(Since version 2.5) Use play.api.libs.ws.ahc.AhcConfigBuilder

Source
NingConfig.scala
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.

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 buildKeyManagerFactory(ssl: SSLConfig): KeyManagerFactoryWrapper

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

    Permalink
  9. val builder: Builder

    Permalink

    The underlying DefaultAsyncHttpClientConfig.Builder used by this instance.

  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. 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

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

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

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

    Permalink

    Configures the SSL.

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

  15. def configureWS(ningConfig: NingWSClientConfig): Unit

    Permalink

    Configures the global settings.

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

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

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

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

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

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

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

    Permalink

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

    Modify the underlying DefaultAsyncHttpClientConfig.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

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

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

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

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

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

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

    Permalink
  29. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped