Top "Apache-httpcomponents" questions

A Java library for interacting with HTTP services.

Connection and connection request timeout

I am using Http Apache Components to perform the http interactions. I need to adjust my http client. For this …

java http apache-httpclient-4.x apache-httpcomponents
Error while trying to use an API. java.lang.NoSuchFieldError: INSTANCE

I am trying to connect to the smartsheet api using a java program. Initially I had problems with the site …

java-7 apache-httpcomponents smartsheet-api
PoolingHttpClientConnectionManager: How to do Https requests?

I'm currently trying to do multiple HttpGet requests at the same time with CloseableHttpClient. I googled on how to do …

java ssl apache-httpcomponents truststore
How to find HTTP Media Type (MIME type) from response?

While issuing a GET request using Apache HTTP Client v4, how do I obtain the response media type (formally MIME …

java httpclient apache-httpcomponents
java.lang.IllegalStateException: Request cannot be executed; I/O reactor status: STOPPED

I have a service that is expected to execute requests at ~5 or more requests/min. This service depends on Apache …

java http apache-httpcomponents apache-httpasyncclient
Getting java.lang.NoClassDefFoundError while using Google Gson library

I am using Gson library to convert objects to Json and vice versa. I have copied the jars of that …

eclipse classpath gson apache-httpclient-4.x apache-httpcomponents
Apache HTTP client 4.3 credentials per request

I have been having a look to a digest authentication example at: http://hc.apache.org/httpcomponents-client-4.3.x/examples.html …

http credentials apache-httpclient-4.x digest apache-httpcomponents
Unsupported record version SSLv2Hello using CloseableHttpClient

I am trying to make an https call and getting the following error: Unsupported record version SSLv2Hello Can anyone …

java ssl apache-httpcomponents
Apache Http Client prints "[read] I/O error: Read timed out""

I am using apache http client v4.5 and using it as a REST client. In some cases I recognize an …

java multithreading timeout httpclient apache-httpcomponents
Force retry on specific http status code

Dealing with a specific website, sometimes I receive a http response with status code 403. I wanted to re-execute the request …

java apache-httpclient-4.x apache-httpcomponents