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. |
|
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. |
|
interface NetServer : Measured
Represents a TCP server |
|
class ProxyType
The type of a TCP proxy server. |
|
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. |
|
open class ServerOptionsBase : TCPSSLOptions |