Package com.oopsclick.silk.http
Class HttpConnectionClient
- java.lang.Object
-
- com.oopsclick.silk.http.HttpConnectionClient
-
public class HttpConnectionClient extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HttpConnectionClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addRestParameter(org.w3c.dom.Document doc, java.lang.String name, java.lang.String value)
static java.lang.String
domToString(org.w3c.dom.Document xml)
static org.apache.http.impl.client.CloseableHttpClient
HttpsClientTrustAll()
static java.lang.StringBuilder
inputStreamToString(java.io.InputStream is)
static org.w3c.dom.Document
stringToDom(java.lang.String xmlSource)
-
-
-
Method Detail
-
HttpsClientTrustAll
public static org.apache.http.impl.client.CloseableHttpClient HttpsClientTrustAll() throws java.security.KeyStoreException, java.security.NoSuchAlgorithmException, java.security.KeyManagementException
- Throws:
java.security.KeyStoreException
java.security.NoSuchAlgorithmException
java.security.KeyManagementException
-
stringToDom
public static org.w3c.dom.Document stringToDom(java.lang.String xmlSource) throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, java.io.IOException
- Throws:
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.io.IOException
-
domToString
public static java.lang.String domToString(org.w3c.dom.Document xml) throws java.lang.Exception
- Throws:
java.lang.Exception
-
addRestParameter
public static void addRestParameter(org.w3c.dom.Document doc, java.lang.String name, java.lang.String value)
-
inputStreamToString
public static java.lang.StringBuilder inputStreamToString(java.io.InputStream is)
-
-