public abstract class ZosmfConnector
extends java.lang.Object
| Constructor and Description |
|---|
ZosmfConnector(ConnectionProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.http.client.HttpClient |
createIgnoreSSLClient() |
org.apache.http.HttpResponse |
executeRequest(org.apache.http.client.methods.RequestBuilder requestBuilder) |
abstract org.apache.http.Header |
getAuthHeader() |
java.net.URI |
getFullUrl(java.lang.String relativePath) |
java.net.URI |
getFullUrl(java.lang.String relativePath,
java.lang.String query) |
public ZosmfConnector(ConnectionProperties 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 abstract org.apache.http.Header getAuthHeader()
public org.apache.http.HttpResponse executeRequest(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