Definition at line 47 of file ApacheHTTPConnectionFactory.java.
Static Public Member Functions | |
static HttpClient | createConnection (String url, int port, String userAgent) |
Create an Apache HTTP connexion using the specified url, port, user agent. |
static HttpClient org.openmobileis.synchro.openmsp.client.conduit.ApacheHTTPConnectionFactory.createConnection | ( | String | url, | |
int | port, | |||
String | userAgent | |||
) | [static] |
Create an Apache HTTP connexion using the specified url, port, user agent.
If a socks or a proxy server is initialized in the synchro.properties, init the connexion to use the server Call the cleanConnexion method after using the connexion.
url | ||
port | ||
userAgent |
Definition at line 58 of file ApacheHTTPConnectionFactory.java.