@Service
public class ZosmfConnector
extends java.lang.Object
| Constructor and Description |
|---|
ZosmfConnector(GatewayProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.http.client.HttpClient |
createIgnoreSSLClient() |
java.net.URI |
getFullUrl(java.lang.String relativePath) |
java.net.URI |
getFullUrl(java.lang.String relativePath,
java.lang.String query) |
org.apache.http.HttpResponse |
request(org.apache.http.client.methods.RequestBuilder requestBuilder) |
@Autowired public ZosmfConnector(GatewayProperties properties)
public java.net.URI getFullUrl(java.lang.String relativePath)
throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic java.net.URI getFullUrl(java.lang.String relativePath,
java.lang.String query)
throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic org.apache.http.HttpResponse request(org.apache.http.client.methods.RequestBuilder requestBuilder)
throws java.io.IOException
java.io.IOExceptionpublic static org.apache.http.client.HttpClient createIgnoreSSLClient()
throws java.security.KeyManagementException,
java.security.NoSuchAlgorithmException
java.security.KeyManagementExceptionjava.security.NoSuchAlgorithmException