Package | Description |
---|---|
io.vertx.core.http | |
io.vertx.core.net | |
io.vertx.ext.consul | |
io.vertx.ext.mail | |
io.vertx.ext.web.client | |
io.vertx.mysqlclient | |
io.vertx.pgclient | |
io.vertx.tracing.zipkin |
Modifier and Type | Method and Description |
---|---|
HttpClientOptions |
HttpClientOptions.setProxyOptions(ProxyOptions proxyOptions) |
Modifier and Type | Method and Description |
---|---|
ProxyOptions |
ClientOptionsBase.getProxyOptions()
Get proxy options for connections
|
ProxyOptions |
ProxyOptions.setHost(String host)
Set proxy host.
|
ProxyOptions |
ProxyOptions.setPassword(String password)
Set proxy password.
|
ProxyOptions |
ProxyOptions.setPort(int port)
Set proxy port.
|
ProxyOptions |
ProxyOptions.setType(ProxyType type)
Set proxy type.
|
ProxyOptions |
ProxyOptions.setUsername(String username)
Set proxy username.
|
Modifier and Type | Method and Description |
---|---|
ClientOptionsBase |
ClientOptionsBase.setProxyOptions(ProxyOptions proxyOptions)
Set proxy options for connections via CONNECT proxy (e.g.
|
NetClientOptions |
NetClientOptions.setProxyOptions(ProxyOptions proxyOptions) |
Constructor and Description |
---|
ProxyOptions(ProxyOptions other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
ConsulClientOptions |
ConsulClientOptions.setProxyOptions(ProxyOptions proxyOptions)
Set proxy options for connections via CONNECT proxy (e.g.
|
Modifier and Type | Method and Description |
---|---|
MailConfig |
MailConfig.setProxyOptions(ProxyOptions proxyOptions) |
Modifier and Type | Method and Description |
---|---|
WebClientOptions |
WebClientOptions.setProxyOptions(ProxyOptions proxyOptions) |
Modifier and Type | Method and Description |
---|---|
MySQLConnectOptions |
MySQLConnectOptions.setProxyOptions(ProxyOptions proxyOptions) |
Modifier and Type | Method and Description |
---|---|
PgConnectOptions |
PgConnectOptions.setProxyOptions(ProxyOptions proxyOptions) |
Modifier and Type | Method and Description |
---|---|
HttpSenderOptions |
HttpSenderOptions.setProxyOptions(ProxyOptions proxyOptions) |
Copyright © 2021 Eclipse. All rights reserved.