spring-framework / org.springframework.remoting.httpinvoker / HttpComponentsHttpInvokerRequestExecutor / <init>

<init>

HttpComponentsHttpInvokerRequestExecutor()

Create a new instance of the HttpComponentsHttpInvokerRequestExecutor with a default HttpClient that uses a default org.apache.http.impl.conn.PoolingClientConnectionManager.

HttpComponentsHttpInvokerRequestExecutor(httpClient: HttpClient)

Create a new instance of the HttpComponentsClientHttpRequestFactory with the given HttpClient instance.

Parameters

httpClient - the HttpClient instance to use for this request executor