open class 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. NOTE: This class has been automatically generated from the io.vertx.core.net.NetClient non RX-ified interface using Vert.x codegen. |
|
open class NetServer : Measured
Represents a TCP server NOTE: This class has been automatically generated from the io.vertx.core.net.NetServer non RX-ified interface using Vert.x codegen. |
|
open class 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. NOTE: This class has been automatically generated from the io.vertx.core.net.SelfSignedCertificate non RX-ified interface using Vert.x codegen. |