public static class HttpClientModule.HttpClientProvider extends AbstractHttpClientProvider<HttpClient>
| Constructor and Description | 
|---|
HttpClientProvider(Annotation annotation,
                  boolean isEscalated)  | 
HttpClientProvider(boolean isEscalated)  | 
HttpClientProvider(Class<? extends Annotation> annotationClazz,
                  boolean isEscalated)  | 
| Modifier and Type | Method and Description | 
|---|---|
HttpClient | 
get()  | 
void | 
inject(Escalator escalator)  | 
configure, getConfigKey, getConfigProvider, getLifecycleProvider, getSslContextBinding, getSslContextKeypublic HttpClientProvider(boolean isEscalated)
public HttpClientProvider(Annotation annotation, boolean isEscalated)
public HttpClientProvider(Class<? extends Annotation> annotationClazz, boolean isEscalated)
@Inject public void inject(Escalator escalator)
public HttpClient get()
Copyright © 2011–2018. All rights reserved.