Package hudson.plugins.collabnet
Class CtfSoapHttpSender
- java.lang.Object
-
- hudson.plugins.collabnet.CtfSoapHttpSender
-
public class CtfSoapHttpSender extends Object
-
-
Constructor Summary
Constructors Constructor Description CtfSoapHttpSender()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.http.impl.client.CloseableHttpClient
createHttpClient(org.apache.http.impl.conn.PoolingHttpClientConnectionManager connectionManager)
Creates the HttpClient used to submit SOAP requests.static org.apache.http.conn.ssl.SSLConnectionSocketFactory
tryCreateAcceptAllSslSocketFactory()
-
-
-
Method Detail
-
createHttpClient
protected org.apache.http.impl.client.CloseableHttpClient createHttpClient(org.apache.http.impl.conn.PoolingHttpClientConnectionManager connectionManager)
Creates the HttpClient used to submit SOAP requests.
-
tryCreateAcceptAllSslSocketFactory
public static org.apache.http.conn.ssl.SSLConnectionSocketFactory tryCreateAcceptAllSslSocketFactory()
-
-