public interface IHttpClientComponent extends IComponent
| Modifier and Type | Method and Description |
|---|---|
IHttpClientRequest |
request(String endpoint,
HttpMethod method,
IAsyncResultHandler<IHttpClientResponse> handler)
Creates a new http client request.
|
IHttpClientRequest request(String endpoint, HttpMethod method, IAsyncResultHandler<IHttpClientResponse> handler)
endpoint - method - handler - Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.