class HttpClientDecorator extends Object implements ClientDecorator
| Modifier and Type | Field and Description |
|---|---|
private HttpClient |
httpClient |
| Constructor and Description |
|---|
HttpClientDecorator(HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
IncomingRequestAwareClient |
apply(IncomingRequestAwareClient baseClient) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitidentityprivate final HttpClient httpClient
@Inject HttpClientDecorator(HttpClient httpClient)
public IncomingRequestAwareClient apply(IncomingRequestAwareClient baseClient)
apply in interface Function<IncomingRequestAwareClient,IncomingRequestAwareClient>Copyright © 2016. All rights reserved.