| Package | Description |
|---|---|
| io.vertx.core.http |
== Writing HTTP servers and clients
Vert.x allows you to easily write non blocking HTTP clients and servers.
|
| io.vertx.core.net |
== Writing TCP servers and clients
Vert.x allows you to easily write non blocking TCP clients and servers.
|
| 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.setTrustAll(boolean trustAll)
Set whether all server certificates should be trusted
|
| Constructor and Description |
|---|
ClientOptionsBase(ClientOptionsBase other)
Copy constructor
|
Copyright © 2015. All Rights Reserved.