vertx / io.vertx.kotlin.core.net

Package io.vertx.kotlin.core.net

Extensions for External Classes

io.vertx.core.net.NetClient

io.vertx.core.net.NetServer

io.vertx.core.net.NetSocket

Functions

JdkSSLEngineOptions

fun JdkSSLEngineOptions(): JdkSSLEngineOptions

A function providing a DSL for building io.vertx.core.net.JdkSSLEngineOptions objects.

JksOptions

fun JksOptions(password: String? = null, path: String? = null, value: Buffer? = null): JksOptions

A function providing a DSL for building io.vertx.core.net.JksOptions objects.

NetClientOptions

fun NetClientOptions(connectTimeout: Int? = null, crlPaths: Iterable<String>? = null, crlValues: Iterable<Buffer>? = null, enabledCipherSuites: Iterable<String>? = null, enabledSecureTransportProtocols: Iterable<String>? = null, hostnameVerificationAlgorithm: String? = null, idleTimeout: Int? = null, idleTimeoutUnit: TimeUnit? = null, jdkSslEngineOptions: JdkSSLEngineOptions? = null, keyStoreOptions: JksOptions? = null, localAddress: String? = null, logActivity: Boolean? = null, metricsName: String? = null, openSslEngineOptions: OpenSSLEngineOptions? = null, pemKeyCertOptions: PemKeyCertOptions? = null, pemTrustOptions: PemTrustOptions? = null, pfxKeyCertOptions: PfxOptions? = null, pfxTrustOptions: PfxOptions? = null, proxyOptions: ProxyOptions? = null, receiveBufferSize: Int? = null, reconnectAttempts: Int? = null, reconnectInterval: Long? = null, reuseAddress: Boolean? = null, reusePort: Boolean? = null, sendBufferSize: Int? = null, soLinger: Int? = null, ssl: Boolean? = null, tcpCork: Boolean? = null, tcpFastOpen: Boolean? = null, tcpKeepAlive: Boolean? = null, tcpNoDelay: Boolean? = null, tcpQuickAck: Boolean? = null, trafficClass: Int? = null, trustAll: Boolean? = null, trustStoreOptions: JksOptions? = null, useAlpn: Boolean? = null, usePooledBuffers: Boolean? = null): NetClientOptions

A function providing a DSL for building io.vertx.core.net.NetClientOptions objects.

NetServerOptions

fun NetServerOptions(acceptBacklog: Int? = null, clientAuth: ClientAuth? = null, clientAuthRequired: Boolean? = null, crlPaths: Iterable<String>? = null, crlValues: Iterable<Buffer>? = null, enabledCipherSuites: Iterable<String>? = null, enabledSecureTransportProtocols: Iterable<String>? = null, host: String? = null, idleTimeout: Int? = null, idleTimeoutUnit: TimeUnit? = null, jdkSslEngineOptions: JdkSSLEngineOptions? = null, keyStoreOptions: JksOptions? = null, logActivity: Boolean? = null, openSslEngineOptions: OpenSSLEngineOptions? = null, pemKeyCertOptions: PemKeyCertOptions? = null, pemTrustOptions: PemTrustOptions? = null, pfxKeyCertOptions: PfxOptions? = null, pfxTrustOptions: PfxOptions? = null, port: Int? = null, receiveBufferSize: Int? = null, reuseAddress: Boolean? = null, reusePort: Boolean? = null, sendBufferSize: Int? = null, sni: Boolean? = null, soLinger: Int? = null, ssl: Boolean? = null, tcpCork: Boolean? = null, tcpFastOpen: Boolean? = null, tcpKeepAlive: Boolean? = null, tcpNoDelay: Boolean? = null, tcpQuickAck: Boolean? = null, trafficClass: Int? = null, trustStoreOptions: JksOptions? = null, useAlpn: Boolean? = null, usePooledBuffers: Boolean? = null): NetServerOptions

A function providing a DSL for building io.vertx.core.net.NetServerOptions objects.

OpenSSLEngineOptions

fun OpenSSLEngineOptions(sessionCacheEnabled: Boolean? = null): OpenSSLEngineOptions

A function providing a DSL for building io.vertx.core.net.OpenSSLEngineOptions objects.

PemKeyCertOptions

fun PemKeyCertOptions(certPath: String? = null, certPaths: Iterable<String>? = null, certValue: Buffer? = null, certValues: Iterable<Buffer>? = null, keyPath: String? = null, keyPaths: Iterable<String>? = null, keyValue: Buffer? = null, keyValues: Iterable<Buffer>? = null): PemKeyCertOptions

A function providing a DSL for building io.vertx.core.net.PemKeyCertOptions objects.

PemTrustOptions

fun PemTrustOptions(certPaths: Iterable<String>? = null, certValues: Iterable<Buffer>? = null): PemTrustOptions

A function providing a DSL for building io.vertx.core.net.PemTrustOptions objects.

PfxOptions

fun PfxOptions(password: String? = null, path: String? = null, value: Buffer? = null): PfxOptions

A function providing a DSL for building io.vertx.core.net.PfxOptions objects.

ProxyOptions

fun ProxyOptions(host: String? = null, password: String? = null, port: Int? = null, type: ProxyType? = null, username: String? = null): ProxyOptions

A function providing a DSL for building io.vertx.core.net.ProxyOptions objects.