| Interface | Description | 
|---|---|
| KeyCertOptions | 
 Key/cert configuration options. 
 | 
| NetClient | 
 A TCP client. 
 | 
| NetServer | 
 Represents a TCP server 
 | 
| NetSocket | 
 Represents a socket-like interface to a TCP connection on either the
 client or the server side. 
 | 
| SelfSignedCertificate | 
 A self-signed certificate helper for testing and development purposes. 
 | 
| SocketAddress | 
 The address of a socket, an inet socket address or a domain socket address. 
 | 
| TrustOptions | 
 Certification authority configuration options. 
 | 
| Class | Description | 
|---|---|
| ClientOptionsBase | 
 Base class for Client options 
 | 
| JdkSSLEngineOptions | 
 Configures a  
TCPSSLOptions to use the JDK ssl engine implementation. | 
| JksOptions | 
 Key or trust store options configuring private key and/or certificates based on Java Keystore files. 
 | 
| JksOptionsConverter | 
 Converter for  
JksOptions. | 
| NetClientOptions | 
 Options for configuring a  
NetClient. | 
| NetServerOptions | 
 Options for configuring a  
NetServer. | 
| NetworkOptions | |
| OpenSSLEngineOptions | 
 Configures a  
TCPSSLOptions to use OpenSsl. | 
| PemKeyCertOptions | 
 Key store options configuring a list of private key and its certificate based on
 Privacy-enhanced Electronic Email (PEM) files. 
 | 
| PemTrustOptions | 
 Certificate Authority options configuring certificates based on
 Privacy-enhanced Electronic Email (PEM) files. 
 | 
| PfxOptions | 
 Key or trust store options configuring private key and/or certificates based on PKCS#12 files. 
 | 
| ProxyOptions | 
 Proxy options for a net client or a net client. 
 | 
| ServerOptionsBase | |
| SSLEngineOptions | 
 The SSL engine implementation to use in a Vert.x server or client. 
 | 
| TCPSSLOptions | 
 Base class. 
 | 
| Enum | Description | 
|---|---|
| ProxyType | 
 The type of a TCP proxy server. 
 | 
Copyright © 2020 Eclipse. All rights reserved.