WebSocketClientOptions

io.vertx.scala.core.`package`.WebSocketClientOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): WebSocketClientOptions
def apply(activityLogDataFormat: ByteBufFormat, closingTimeout: Integer, compressionAllowClientNoContext: Boolean, compressionLevel: Integer, compressionRequestServerNoContext: Boolean, connectTimeout: Integer, defaultHost: String, defaultPort: Integer, enabledSecureTransportProtocols: Set[String], idleTimeout: Integer, idleTimeoutUnit: TimeUnit, keyCertOptions: KeyCertOptions, localAddress: String, logActivity: Boolean, maxConnections: Integer, maxFrameSize: Integer, maxMessageSize: Integer, metricsName: String, name: String, nonProxyHosts: List[String], proxyOptions: ProxyOptions, readIdleTimeout: Integer, receiveBufferSize: Integer, reuseAddress: Boolean, reusePort: Boolean, sendBufferSize: Integer, sendUnmaskedFrames: Boolean, shared: Boolean, 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, tryUsePerFrameCompression: Boolean, tryUsePerMessageCompression: Boolean, useAlpn: Boolean, verifyHost: Boolean, writeIdleTimeout: Integer): WebSocketClientOptions