Java org.springframework.remoting.httpinvoker HttpComponentsHttpInvokerRequestExecutor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.remoting.httpinvoker HttpComponentsHttpInvokerRequestExecutor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.remoting.httpinvoker HttpComponentsHttpInvokerRequestExecutor.

The text is from its open source code.

Subclass

org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor has subclasses.
Click this link to see all its subclasses.

Constructor

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.

Method

HttpPostcreateHttpPost(HttpInvokerClientConfiguration config)
Create a HttpPost for the given configuration.
HttpClientgetHttpClient()
Return the HttpClient instance that this request executor uses.
voidsetConnectionRequestTimeout(int connectionRequestTimeout)
Set the timeout in milliseconds used when requesting a connection from the connection manager using the underlying HttpClient.
voidsetConnectTimeout(int timeout)
Set the connection timeout for the underlying HttpClient.
voidsetReadTimeout(int timeout)
Set the socket read timeout for the underlying HttpClient.