Contract of any HttBuilderSSLHelper
| Type | Name and description |
|---|---|
groovyx.net.http.HTTPBuilder |
addSSLSupport(groovy.util.ConfigObject config, groovyx.net.http.HTTPBuilder client)Through this main method, and normaly using a KeyStoreFactory and a org.apache.http.conn.ssl.SSLSocketFactory,
it should register an SSL Scheme containing a java.security.KeyStore, loaded with either a keystore and/or a
truststore, into the Builder.Client's Connection Manager. |
Through this main method, and normaly using a KeyStoreFactory and a org.apache.http.conn.ssl.SSLSocketFactory,
it should register an SSL Scheme containing a java.security.KeyStore, loaded with either a keystore and/or a
truststore, into the Builder.Client's Connection Manager.
config - Configuration holder that might be used to register an SSL Scheme in the given client's Connection Manager.