public class HttpRequestExecutor extends Object implements IHttpRequestExecutor
| Constructor and Description |
|---|
HttpRequestExecutor(IHttpClientFactory httpClientFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpEntity |
createEntity(IRequest request) |
IResponse |
execute(net.anwiba.commons.process.cancel.ICanceler canceler,
IRequest request) |
public HttpRequestExecutor(IHttpClientFactory httpClientFactory)
public IResponse execute(net.anwiba.commons.process.cancel.ICanceler canceler, IRequest request) throws InterruptedException, IOException
execute in interface IHttpRequestExecutorInterruptedExceptionIOExceptionpublic org.apache.http.HttpEntity createEntity(IRequest request)
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.