public class HttpClientWithContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
HttpClientWithContext.RunHandler |
| Constructor and Description |
|---|
HttpClientWithContext(io.vertx.core.http.HttpClient httpClient,
io.vertx.core.Context context) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Context |
context() |
io.vertx.core.http.HttpClient |
getHttpClient() |
void |
runOnContext(HttpClientWithContext.RunHandler handler) |
public HttpClientWithContext(io.vertx.core.http.HttpClient httpClient,
io.vertx.core.Context context)
public io.vertx.core.http.HttpClient getHttpClient()
public void runOnContext(HttpClientWithContext.RunHandler handler)
public io.vertx.core.Context context()
Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.