| Line 17... |
Line 17... |
| 17 |
import org.apache.http.client.config.RequestConfig;
|
17 |
import org.apache.http.client.config.RequestConfig;
|
| 18 |
import org.apache.http.client.entity.UrlEncodedFormEntity;
|
18 |
import org.apache.http.client.entity.UrlEncodedFormEntity;
|
| 19 |
import org.apache.http.client.methods.HttpGet;
|
19 |
import org.apache.http.client.methods.HttpGet;
|
| 20 |
import org.apache.http.client.methods.HttpPost;
|
20 |
import org.apache.http.client.methods.HttpPost;
|
| 21 |
import org.apache.http.client.methods.HttpUriRequest;
|
21 |
import org.apache.http.client.methods.HttpUriRequest;
|
| 22 |
import org.apache.http.conn.HttpClientConnectionManager;
|
- |
|
| 23 |
import org.apache.http.conn.HttpHostConnectException;
|
22 |
import org.apache.http.conn.HttpHostConnectException;
|
| 24 |
import org.apache.http.entity.ContentType;
|
23 |
import org.apache.http.entity.ContentType;
|
| 25 |
import org.apache.http.entity.StringEntity;
|
24 |
import org.apache.http.entity.StringEntity;
|
| 26 |
import org.apache.http.impl.client.HttpClientBuilder;
|
25 |
import org.apache.http.impl.client.HttpClientBuilder;
|
| 27 |
import org.apache.http.impl.client.HttpClients;
|
26 |
import org.apache.http.impl.client.HttpClients;
|
| 28 |
import org.apache.http.impl.conn.BasicHttpClientConnectionManager;
|
- |
|
| 29 |
import org.apache.http.message.BasicNameValuePair;
|
27 |
import org.apache.http.message.BasicNameValuePair;
|
| 30 |
import org.apache.http.params.BasicHttpParams;
|
- |
|
| 31 |
import org.apache.http.params.HttpParams;
|
- |
|
| 32 |
import org.apache.logging.log4j.LogManager;
|
28 |
import org.apache.logging.log4j.LogManager;
|
| 33 |
import org.apache.logging.log4j.Logger;
|
29 |
import org.apache.logging.log4j.Logger;
|
| 34 |
import org.springframework.http.HttpStatus;
|
30 |
import org.springframework.http.HttpStatus;
|
| 35 |
import org.springframework.stereotype.Component;
|
31 |
import org.springframework.stereotype.Component;
|
| 36 |
import org.springframework.web.util.UriComponentsBuilder;
|
32 |
import org.springframework.web.util.UriComponentsBuilder;
|