public class HttpClientUtility extends Object
| Constructor and Description |
|---|
HttpClientUtility() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.http.impl.client.DefaultHttpClient |
getHttpClient(URI uri)
Constructs HttpClient object based on request URI.
|
public static org.apache.http.impl.client.DefaultHttpClient getHttpClient(URI uri) throws Exception
uri - An URI object used to construct DefaultHttpClient objectExceptionCopyright © 2014, Oracle and/or its affiliates. All rights reserved.