HttpHost proxy = new HttpHost("127.0.0.1",8888); CloseableHttpClient httpClient = HttpClients.custom().setProxy(proxy).build();