public class AsyncHttpClientRequestInterceptorChain
extends java.lang.Object
| Constructor and Description |
|---|
AsyncHttpClientRequestInterceptorChain(java.util.Collection<AsyncHttpClientRequestInterceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
HttpClientRequest |
apply(HttpClientRequest httpClientRequest) |
AsyncHttpClientRequest |
applyAsync(AsyncHttpClientRequest asyncHttpClientRequest) |
static AsyncHttpClientRequestInterceptorChain |
of(java.util.Collection<? extends HttpClientRequestInterceptor> interceptors) |
public AsyncHttpClientRequestInterceptorChain(java.util.Collection<AsyncHttpClientRequestInterceptor> interceptors)
public HttpClientRequest apply(HttpClientRequest httpClientRequest)
public AsyncHttpClientRequest applyAsync(AsyncHttpClientRequest asyncHttpClientRequest)
public static AsyncHttpClientRequestInterceptorChain of(java.util.Collection<? extends HttpClientRequestInterceptor> interceptors)
Copyright © 2019. All Rights Reserved.