class HttpClientOptions extends ClientOptionsBase

Options describing how an io.vertx.scala.core.http.HttpClient will make connections.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpClientOptions
  2. ClientOptionsBase
  3. TCPSSLOptions
  4. NetworkOptions
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpClientOptions(_asJava: core.http.HttpClientOptions)

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. def addCrlPath(value: String): HttpClientOptions

    Add a CRL path

    Add a CRL path

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  5. def addCrlValue(value: Buffer): HttpClientOptions

    Add a CRL value

    Add a CRL value

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  6. def addEnabledCipherSuite(value: String): HttpClientOptions

    Add an enabled cipher suite, appended to the ordered suites.

    Add an enabled cipher suite, appended to the ordered suites.

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  7. def addEnabledSecureTransportProtocol(value: String): HttpClientOptions

    Sets the list of enabled SSL/TLS protocols.

    Sets the list of enabled SSL/TLS protocols.

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asJava: core.http.HttpClientOptions
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAlpnVersions: Buffer[HttpVersion]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getConnectTimeout: Int
    Definition Classes
    HttpClientOptionsClientOptionsBase
  17. def getCrlPaths: Buffer[String]
  18. def getCrlValues: Buffer[Buffer]
  19. def getDecoderInitialBufferSize: Int
  20. def getDefaultHost: String
  21. def getDefaultPort: Int
  22. def getEnabledCipherSuites: Set[String]
  23. def getEnabledSecureTransportProtocols: Set[String]
  24. def getHttp2ConnectionWindowSize: Int
  25. def getHttp2KeepAliveTimeout: Int
  26. def getHttp2MaxPoolSize: Int
  27. def getHttp2MultiplexingLimit: Int
  28. def getIdleTimeout: Int
  29. def getInitialSettings: Http2Settings
  30. def getJdkSslEngineOptions: JdkSSLEngineOptions
  31. def getKeepAliveTimeout: Int
  32. def getKeyStoreOptions: JksOptions
  33. def getLocalAddress: String
    Definition Classes
    HttpClientOptionsClientOptionsBase
  34. def getLogActivity: Boolean
  35. def getMaxChunkSize: Int
  36. def getMaxHeaderSize: Int
  37. def getMaxInitialLineLength: Int
  38. def getMaxPoolSize: Int
  39. def getMaxRedirects: Int
  40. def getMaxWaitQueueSize: Int
  41. def getMaxWebsocketFrameSize: Int
  42. def getMaxWebsocketMessageSize: Int
  43. def getMetricsName: String
    Definition Classes
    HttpClientOptionsClientOptionsBase
  44. def getOpenSslEngineOptions: OpenSSLEngineOptions
  45. def getPemKeyCertOptions: PemKeyCertOptions
  46. def getPemTrustOptions: PemTrustOptions
  47. def getPfxKeyCertOptions: PfxOptions
  48. def getPfxTrustOptions: PfxOptions
  49. def getPipeliningLimit: Int
  50. def getPoolCleanerPeriod: Int
  51. def getProtocolVersion: HttpVersion
  52. def getProxyOptions: ProxyOptions
    Definition Classes
    HttpClientOptionsClientOptionsBase
  53. def getReceiveBufferSize: Int
  54. def getSendBufferSize: Int
  55. def getSoLinger: Int
  56. def getTrafficClass: Int
  57. def getTrustStoreOptions: JksOptions
  58. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  59. def isForceSni: Boolean
  60. def isHttp2ClearTextUpgrade: Boolean
  61. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  62. def isKeepAlive: Boolean
  63. def isPipelining: Boolean
  64. def isReuseAddress: Boolean
  65. def isReusePort: Boolean
  66. def isSendUnmaskedFrames: Boolean
  67. def isSsl: Boolean
  68. def isTcpCork: Boolean
  69. def isTcpFastOpen: Boolean
  70. def isTcpKeepAlive: Boolean
  71. def isTcpNoDelay: Boolean
  72. def isTcpQuickAck: Boolean
  73. def isTrustAll: Boolean
    Definition Classes
    HttpClientOptionsClientOptionsBase
  74. def isTryUseCompression: Boolean
  75. def isUseAlpn: Boolean
  76. def isUsePooledBuffers: Boolean
  77. def isVerifyHost: Boolean
  78. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  79. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  80. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  81. def setAlpnVersions(value: Buffer[HttpVersion]): HttpClientOptions

    Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation.

    Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation. When the list is empty, the client provides a best effort list according to HttpClientOptions:

  82. def setConnectTimeout(value: Int): HttpClientOptions

    Set the connect timeout

    Set the connect timeout

    Definition Classes
    HttpClientOptionsClientOptionsBase
  83. def setDecoderInitialBufferSize(value: Int): HttpClientOptions

    set to initialBufferSizeHttpDecoder the initial buffer of the HttpDecoder.

  84. def setDefaultHost(value: String): HttpClientOptions

    Set the default host name to be used by this client in requests if none is provided when making the request.

  85. def setDefaultPort(value: Int): HttpClientOptions

    Set the default port to be used by this client in requests if none is provided when making the request.

  86. def setEnabledSecureTransportProtocols(value: Set[String]): HttpClientOptions
  87. def setForceSni(value: Boolean): HttpClientOptions

    By default, the server name is only sent for Fully Qualified Domain Name (FQDN), setting this property to true forces the server name to be always sent.

  88. def setHttp2ClearTextUpgrade(value: Boolean): HttpClientOptions

    Set to true when an h2c connection is established using an HTTP/1.1 upgrade request, and false when an h2c connection is established directly (with prior knowledge).

  89. def setHttp2ConnectionWindowSize(value: Int): HttpClientOptions

    Set the default HTTP/2 connection window size.

    Set the default HTTP/2 connection window size. It overrides the initial window size set by Http2Settings, so the connection window size is greater than for its streams, in order the data throughput.

    A value of -1 reuses the initial window size setting.

  90. def setHttp2KeepAliveTimeout(value: Int): HttpClientOptions

    Set the keep alive timeout for HTTP/2 connections, in seconds.

    Set the keep alive timeout for HTTP/2 connections, in seconds.

    This value determines how long a connection remains unused in the pool before being evicted and closed.

  91. def setHttp2MaxPoolSize(value: Int): HttpClientOptions

    Set the maximum pool size for HTTP/2 connections

  92. def setHttp2MultiplexingLimit(value: Int): HttpClientOptions

    Set a client limit of the number concurrent streams for each HTTP/2 connection, this limits the number of streams the client can create for a connection.

    Set a client limit of the number concurrent streams for each HTTP/2 connection, this limits the number of streams the client can create for a connection. The effective number of streams for a connection is the min of this value and the server's initial settings.

    Setting the value to -1 means to use the value sent by the server's initial settings. -1 is the default value.

  93. def setIdleTimeout(value: Int): HttpClientOptions

    Set the idle timeout, in seconds.

    Set the idle timeout, in seconds. zero means don't timeout. This determines if a connection will timeout and be closed if no data is received within the timeout.

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  94. def setInitialSettings(value: Http2Settings): HttpClientOptions

    Set the HTTP/2 connection settings immediately sent by to the server when the client connects.

  95. def setJdkSslEngineOptions(value: JdkSSLEngineOptions): HttpClientOptions
  96. def setKeepAlive(value: Boolean): HttpClientOptions

    Set whether keep alive is enabled on the client

  97. def setKeepAliveTimeout(value: Int): HttpClientOptions

    Set the keep alive timeout for HTTP/1.x, in seconds.

    Set the keep alive timeout for HTTP/1.x, in seconds.

    This value determines how long a connection remains unused in the pool before being evicted and closed.

  98. def setKeyStoreOptions(value: JksOptions): HttpClientOptions

    Set the key/cert options in jks format, aka Java keystore.

    Set the key/cert options in jks format, aka Java keystore.

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  99. def setLocalAddress(value: String): HttpClientOptions

    Set the local interface to bind for network connections.

    Set the local interface to bind for network connections. When the local address is null, it will pick any local address, the default local address is null.

    Definition Classes
    HttpClientOptionsClientOptionsBase
  100. def setLogActivity(value: Boolean): HttpClientOptions

    Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.

    Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  101. def setMaxChunkSize(value: Int): HttpClientOptions

    Set the maximum HTTP chunk size

  102. def setMaxHeaderSize(value: Int): HttpClientOptions

    Set the maximum length of all headers for HTTP/1.x .

  103. def setMaxInitialLineLength(value: Int): HttpClientOptions

    Set the maximum length of the initial line for HTTP/1.x (e.g.

    Set the maximum length of the initial line for HTTP/1.x (e.g. "HTTP/1.1 200 OK")

  104. def setMaxPoolSize(value: Int): HttpClientOptions

    Set the maximum pool size for connections

  105. def setMaxRedirects(value: Int): HttpClientOptions

    Set to maxRedirects the maximum number of redirection a request can follow.

  106. def setMaxWaitQueueSize(value: Int): HttpClientOptions

    Set the maximum requests allowed in the wait queue, any requests beyond the max size will result in a ConnectionPoolTooBusyException.

    Set the maximum requests allowed in the wait queue, any requests beyond the max size will result in a ConnectionPoolTooBusyException. If the value is set to a negative number then the queue will be unbounded.

  107. def setMaxWebsocketFrameSize(value: Int): HttpClientOptions

    Set the max websocket frame size

  108. def setMaxWebsocketMessageSize(value: Int): HttpClientOptions

    Set the max websocket message size

  109. def setMetricsName(value: String): HttpClientOptions

    Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.

    Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.

    Definition Classes
    HttpClientOptionsClientOptionsBase
  110. def setOpenSslEngineOptions(value: OpenSSLEngineOptions): HttpClientOptions
  111. def setPemKeyCertOptions(value: PemKeyCertOptions): HttpClientOptions

    Set the key/cert store options in pem format.

    Set the key/cert store options in pem format.

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  112. def setPemTrustOptions(value: PemTrustOptions): HttpClientOptions

    Set the trust options in pem format

    Set the trust options in pem format

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  113. def setPfxKeyCertOptions(value: PfxOptions): HttpClientOptions

    Set the key/cert options in pfx format.

    Set the key/cert options in pfx format.

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  114. def setPfxTrustOptions(value: PfxOptions): HttpClientOptions

    Set the trust options in pfx format

    Set the trust options in pfx format

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  115. def setPipelining(value: Boolean): HttpClientOptions

    Set whether pipe-lining is enabled on the client

  116. def setPipeliningLimit(value: Int): HttpClientOptions

    Set the limit of pending requests a pipe-lined HTTP/1 connection can send.

  117. def setPoolCleanerPeriod(value: Int): HttpClientOptions

    Set the connection pool cleaner period in milli seconds, a non positive value disables expiration checks and connections will remain in the pool until they are closed.

  118. def setProtocolVersion(value: HttpVersion): HttpClientOptions

    Set the protocol version.

  119. def setProxyOptions(value: ProxyOptions): HttpClientOptions

    Set proxy options for connections via CONNECT proxy (e.g.

    Set proxy options for connections via CONNECT proxy (e.g. Squid) or a SOCKS proxy.

    Definition Classes
    HttpClientOptionsClientOptionsBase
  120. def setReceiveBufferSize(value: Int): HttpClientOptions

    Set the TCP receive buffer size

    Set the TCP receive buffer size

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  121. def setReuseAddress(value: Boolean): HttpClientOptions

    Set the value of reuse address

    Set the value of reuse address

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  122. def setReusePort(value: Boolean): HttpClientOptions

    Set the value of reuse port.

    Set the value of reuse port.

    This is only supported by native transports.

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  123. def setSendBufferSize(value: Int): HttpClientOptions

    Set the TCP send buffer size

    Set the TCP send buffer size

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  124. def setSendUnmaskedFrames(value: Boolean): HttpClientOptions

    Set true when the client wants to skip frame masking.

    Set true when the client wants to skip frame masking. You may want to set it true on server by server websocket communication: In this case you are by passing RFC6455 protocol. It's false as default.

  125. def setSoLinger(value: Int): HttpClientOptions

    Set whether SO_linger keep alive is enabled

    Set whether SO_linger keep alive is enabled

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  126. def setSsl(value: Boolean): HttpClientOptions

    Set whether SSL/TLS is enabled

    Set whether SSL/TLS is enabled

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  127. def setTcpCork(value: Boolean): HttpClientOptions

    Enable the TCP_CORK option - only with linux native transport.

    Enable the TCP_CORK option - only with linux native transport.

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  128. def setTcpFastOpen(value: Boolean): HttpClientOptions

    Enable the TCP_FASTOPEN option - only with linux native transport.

    Enable the TCP_FASTOPEN option - only with linux native transport.

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  129. def setTcpKeepAlive(value: Boolean): HttpClientOptions

    Set whether TCP keep alive is enabled

    Set whether TCP keep alive is enabled

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  130. def setTcpNoDelay(value: Boolean): HttpClientOptions

    Set whether TCP no delay is enabled

    Set whether TCP no delay is enabled

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  131. def setTcpQuickAck(value: Boolean): HttpClientOptions

    Enable the TCP_QUICKACK option - only with linux native transport.

    Enable the TCP_QUICKACK option - only with linux native transport.

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  132. def setTrafficClass(value: Int): HttpClientOptions

    Set the value of traffic class

    Set the value of traffic class

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  133. def setTrustAll(value: Boolean): HttpClientOptions

    Set whether all server certificates should be trusted

    Set whether all server certificates should be trusted

    Definition Classes
    HttpClientOptionsClientOptionsBase
  134. def setTrustStoreOptions(value: JksOptions): HttpClientOptions

    Set the trust options in jks format, aka Java truststore

    Set the trust options in jks format, aka Java truststore

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  135. def setTryUseCompression(value: Boolean): HttpClientOptions

    Set whether compression is enabled

  136. def setUseAlpn(value: Boolean): HttpClientOptions

    Set the ALPN usage.

    Set the ALPN usage.

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  137. def setUsePooledBuffers(value: Boolean): HttpClientOptions

    Set whether Netty pooled buffers are enabled

    Set whether Netty pooled buffers are enabled

    Definition Classes
    HttpClientOptionsClientOptionsBaseTCPSSLOptions
  138. def setVerifyHost(value: Boolean): HttpClientOptions

    Set whether hostname verification is enabled

  139. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  140. def toString(): String
    Definition Classes
    AnyRef → Any
  141. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  142. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  143. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ClientOptionsBase

Inherited from TCPSSLOptions

Inherited from NetworkOptions

Inherited from AnyRef

Inherited from Any

Ungrouped