Package | Description |
---|---|
io.vertx.amqpbridge | |
io.vertx.core.http | |
io.vertx.core.net | |
io.vertx.ext.auth.oauth2 | |
io.vertx.ext.stomp | |
io.vertx.proton |
Modifier and Type | Class and Description |
---|---|
class |
AmqpBridgeOptions
Options for configuring the AmqpBridge.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClientOptions
Options describing how an
HttpClient will make connections. |
Modifier and Type | Class and Description |
---|---|
class |
NetClientOptions
Options for configuring a
NetClient . |
Modifier and Type | Method and Description |
---|---|
ClientOptionsBase |
ClientOptionsBase.setConnectTimeout(int connectTimeout)
Set the connect timeout
|
ClientOptionsBase |
ClientOptionsBase.setLogActivity(boolean logEnabled) |
ClientOptionsBase |
ClientOptionsBase.setMetricsName(String metricsName)
Set the metrics name identifying the reported metrics, useful for grouping metrics
with the same name.
|
ClientOptionsBase |
ClientOptionsBase.setProxyOptions(ProxyOptions proxyOptions)
Set proxy options for connections via CONNECT proxy (e.g.
|
ClientOptionsBase |
ClientOptionsBase.setTrustAll(boolean trustAll)
Set whether all server certificates should be trusted
|
Constructor and Description |
---|
ClientOptionsBase(ClientOptionsBase other)
Copy constructor
|
Modifier and Type | Class and Description |
---|---|
class |
OAuth2ClientOptions
Options describing how an OAuth2
HttpClient will make connections. |
Modifier and Type | Class and Description |
---|---|
class |
StompClientOptions
Options used to configure a STOMP client.
|
Modifier and Type | Class and Description |
---|---|
class |
io.vertx.proton.ProtonClientOptions |
Copyright © 2016. All rights reserved.