Top "Httpconnection" questions

The generic concept of a HTTP connection.

Android: Invalid use of SingleClientConnManager: connection still allocated

Possible Duplicate: Exception using HttpRequest.execute(): Invalid use of SingleClientConnManager: connection still allocated I am working in Android. I created …

java android httpclient httpconnection
java.net.UnknownHostException: Unable to resolve host "www.google.com"

I'm trying to detect if there is actually an internet connection and websites are reachable. I have a broadcast receiver …

java android connectivity httpconnection unknown-host
java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)

I have a HTTP server in Android. I create a new thread for each of the HTTP requests as in …

android core httpconnection
Python http.client getaddrinfo failed

I am using http.client to try to read an xml file from a host. I would use urllib2, but …

python http python-3.3 httpconnection getresponse
Apache HTTPClient does not make more than 2 connections

I've been trying to implement connection pooling for my application using Apache HTTPClient (v4.1). The problem is that the client …

java httpconnection apache-httpclient-4.x
How many maximum number of simultaneous Chrome connections/threads I can start through Selenium WebDriver?

Assuming I do not have a Grid setup, what is the Maximum number of simultaneous Chrome threads I can start …

selenium http connection httpconnection persistent-connection
How to check if URL is blocked by my firewall

I am trying to check if the URL is accessible or not. I am using HttpURLConnection for it. This is …

java url firewall httpconnection
"No peer certificate" android application

i'm working on an application for android devices( 2.2). I'm trying to get an html page.The java code I use …

android ssl httpconnection
GZIPInputStream throws unknown format (magic number 213c)

While I used GZIPInputStream to compress bytes get from Internet, the program run error as follows: 05-08 17:37:02.465: W/System.err(744): …

android gzip httpconnection gzipinputstream
Android: Out of Memory error StringBuilder

In my app, I fetching data from the server in the form of JSON. The data is around 1.5 MB. The …

android out-of-memory stringbuilder httpconnection