Classes
Methods
(static) WebClient.create(vertx) → {WebClient}
Create a web client using the provided
vertx
instance.
Parameters:
Name | Type | Description |
---|---|---|
vertx |
Vertx | the vertx instance |
Returns:
the created web client
- Type
- WebClient
(static) WebClient.wrap(httpClient) → {WebClient}
Wrap an
httpClient
with a web client.
Parameters:
Name | Type | Description |
---|---|---|
httpClient |
HttpClient | the to wrap |
Returns:
the web client
- Type
- WebClient