| Package | Description |
|---|---|
| io.vertx.ext.web.client.impl | |
| io.vertx.ext.web.client.impl.predicate |
| Modifier and Type | Method and Description |
|---|---|
<T> HttpContext<T> |
WebClientInternal.createContext(Handler<AsyncResult<HttpResponse<T>>> handler) |
<T> HttpContext<T> |
WebClientBase.createContext(Handler<AsyncResult<HttpResponse<T>>> handler) |
HttpContext<T> |
HttpContext.redirects(int redirects)
Set the number of followed redirects.
|
HttpContext<T> |
HttpContext.response(HttpResponse<T> response) |
HttpContext<T> |
HttpContext.set(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionAwareInterceptor.handle(HttpContext<?> context) |
| Modifier and Type | Method and Description |
|---|---|
WebClientInternal |
WebClientInternal.addInterceptor(Handler<HttpContext<?>> interceptor)
Add interceptor in the chain.
|
WebClientInternal |
WebClientBase.addInterceptor(Handler<HttpContext<?>> interceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
PredicateInterceptor.handle(HttpContext<?> httpContext) |
Copyright © 2021. All rights reserved.