vertx / io.vertx.core.net

Package io.vertx.core.net

Types

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.

NetServer

interface NetServer : Measured

Represents a TCP server

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