NetClientOptions

io.vertx.scala.core.`package`.NetClientOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): NetClientOptions
def apply(activityLogDataFormat: ByteBufFormat, applicationLayerProtocols: List[String], connectTimeout: Integer, enabledSecureTransportProtocols: Set[String], hostnameVerificationAlgorithm: String, idleTimeout: Integer, idleTimeoutUnit: TimeUnit, keyCertOptions: KeyCertOptions, localAddress: String, logActivity: Boolean, metricsName: String, nonProxyHosts: List[String], proxyOptions: ProxyOptions, readIdleTimeout: Integer, receiveBufferSize: Integer, reconnectAttempts: Integer, reconnectInterval: Long, registerWriteHandler: Boolean, reuseAddress: Boolean, reusePort: Boolean, sendBufferSize: Integer, soLinger: Integer, ssl: Boolean, sslEngineOptions: SSLEngineOptions, sslHandshakeTimeout: Long, sslHandshakeTimeoutUnit: TimeUnit, tcpCork: Boolean, tcpFastOpen: Boolean, tcpKeepAlive: Boolean, tcpKeepAliveCount: Integer, tcpKeepAliveIdleSeconds: Integer, tcpKeepAliveIntervalSeconds: Integer, tcpNoDelay: Boolean, tcpQuickAck: Boolean, tcpUserTimeout: Integer, trafficClass: Integer, trustAll: Boolean, trustOptions: TrustOptions, useAlpn: Boolean, writeIdleTimeout: Integer): NetClientOptions