public final class VertxTLSBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.core.net.ClientOptionsBase |
buildClientOptionsBase(SSLOption sslOption,
SSLCustom sslCustom,
io.vertx.core.net.ClientOptionsBase clientOptionsBase) |
static io.vertx.core.http.HttpClientOptions |
buildHttpClientOptions(SSLOption sslOption,
SSLCustom sslCustom,
io.vertx.core.http.HttpClientOptions httpClientOptions) |
static void |
buildHttpClientOptions(String sslKey,
io.vertx.core.http.HttpClientOptions httpClientOptions) |
static io.vertx.core.net.NetServerOptions |
buildNetServerOptions(SSLOption sslOption,
SSLCustom sslCustom,
io.vertx.core.net.NetServerOptions netServerOptions) |
public static io.vertx.core.net.NetServerOptions buildNetServerOptions(SSLOption sslOption, SSLCustom sslCustom, io.vertx.core.net.NetServerOptions netServerOptions)
public static void buildHttpClientOptions(String sslKey, io.vertx.core.http.HttpClientOptions httpClientOptions)
public static io.vertx.core.http.HttpClientOptions buildHttpClientOptions(SSLOption sslOption, SSLCustom sslCustom, io.vertx.core.http.HttpClientOptions httpClientOptions)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.