vertx / io.vertx.core.net

Package io.vertx.core.net

Types

ClientOptionsBaseConverter

open class ClientOptionsBaseConverter

Converter for io.vertx.core.net.ClientOptionsBase. NOTE: This class has been automatically generated from the io.vertx.core.net.ClientOptionsBase original class using Vert.x codegen.

JksOptionsConverter

open class JksOptionsConverter

Converter for io.vertx.core.net.JksOptions. NOTE: This class has been automatically generated from the io.vertx.core.net.JksOptions original class using Vert.x codegen.

NetClient

interface NetClient : Measured

A TCP client.

Multiple connections to different servers can be made using the same instance.

This client supports a configurable number of connection attempts and a configurable delay between attempts.

NetClientOptionsConverter

open class NetClientOptionsConverter

Converter for io.vertx.core.net.NetClientOptions. NOTE: This class has been automatically generated from the io.vertx.core.net.NetClientOptions original class using Vert.x codegen.

NetServer

interface NetServer : Measured

Represents a TCP server

NetServerOptionsConverter

open class NetServerOptionsConverter

Converter for io.vertx.core.net.NetServerOptions. NOTE: This class has been automatically generated from the io.vertx.core.net.NetServerOptions original class using Vert.x codegen.

NetworkOptionsConverter

open class NetworkOptionsConverter

Converter for io.vertx.core.net.NetworkOptions. NOTE: This class has been automatically generated from the io.vertx.core.net.NetworkOptions original class using Vert.x codegen.

OpenSSLEngineOptionsConverter

open class OpenSSLEngineOptionsConverter

Converter for io.vertx.core.net.OpenSSLEngineOptions. NOTE: This class has been automatically generated from the io.vertx.core.net.OpenSSLEngineOptions original class using Vert.x codegen.

PemKeyCertOptionsConverter

open class PemKeyCertOptionsConverter

Converter for io.vertx.core.net.PemKeyCertOptions. NOTE: This class has been automatically generated from the io.vertx.core.net.PemKeyCertOptions original class using Vert.x codegen.

PemTrustOptionsConverter

open class PemTrustOptionsConverter

Converter for io.vertx.core.net.PemTrustOptions. NOTE: This class has been automatically generated from the io.vertx.core.net.PemTrustOptions original class using Vert.x codegen.

PfxOptionsConverter

open class PfxOptionsConverter

Converter for io.vertx.core.net.PfxOptions. NOTE: This class has been automatically generated from the io.vertx.core.net.PfxOptions original class using Vert.x codegen.

ProxyOptionsConverter

open class ProxyOptionsConverter

Converter for io.vertx.core.net.ProxyOptions. NOTE: This class has been automatically generated from the io.vertx.core.net.ProxyOptions original class using Vert.x codegen.

ProxyType

class ProxyType

The type of a TCP proxy server.

SelfSignedCertificate

interface SelfSignedCertificate

A self-signed certificate helper for testing and development purposes.

While it helps for testing and development, it should never ever be used in production settings.

ServerOptionsBase

open class ServerOptionsBase : TCPSSLOptions

TCPSSLOptionsConverter

open class TCPSSLOptionsConverter

Converter for io.vertx.core.net.TCPSSLOptions. NOTE: This class has been automatically generated from the io.vertx.core.net.TCPSSLOptions original class using Vert.x codegen.