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