Uses of Interface
dev.galasa.http.IHttpClient
-
Uses of IHttpClient in dev.galasa.http
Modifier and TypeMethodDescriptionIHttpClient.build()
Build the clientstatic IHttpClient
StandAloneHttpClient.getHttpClient
(int timeout, org.apache.commons.logging.Log log) IHttpClient.setAuthorisation
(String username, String password) Set the username and password for all scopesIHttpClient.setAuthorisation
(String username, String password, URI scope) Set the username and password for a specific scopeIHttpClient.setHostnameVerifier
(HostnameVerifier hostnameVerifier) Set the hostname verifierIHttpClient.setNoopHostnameVerifier()
Set the hostname verifier to a no-op verifierIHttpClient.setSSLContext
(SSLContext sslContext) Set the SSL ContextIHttpClient.setTrustingSSLContext()
Set the SSL Context to a Trust All contextIHttpClient.setupClientAuth
(KeyStore clientKeyStore, KeyStore serverKeyStore, String alias, String password) Set up Client Authentication SSL Context and install -
Uses of IHttpClient in dev.galasa.http.spi
Modifier and TypeMethodDescription@NotNull IHttpClient
IHttpManagerSpi.newHttpClient()
@NotNull IHttpClient
IHttpManagerSpi.newHttpClient
(int timeout)