Home | History | Annotate | Download | only in jbosh

Lines Matching defs:HttpClient

24 import org.apache.http.client.HttpClient;
40 * Apache HttpClient API to send messages to the connection manager.
55 * HttpClient instance to use to communicate.
57 private HttpClient httpClient;
67 HttpClient.class.getName();
80 httpClient = initHttpClient(session);
92 if (httpClient != null) {
93 httpClient.getConnectionManager().shutdown();
97 httpClient = null;
108 HttpClient mClient;
112 if (httpClient == null) {
113 httpClient = initHttpClient(cfg);
115 mClient = httpClient;
126 private synchronized HttpClient initHttpClient(final BOSHClientConfig config) {
150 // Create an HttpClient with the ThreadSafeClientConnManager.
152 // be using the HttpClient.