Uses of Interface
dev.galasa.http.IHttpClient
Packages that use IHttpClient
-
Uses of IHttpClient in dev.galasa.http
Methods in dev.galasa.http that return IHttpClientModifier 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
Methods in dev.galasa.http.spi that return IHttpClientModifier and TypeMethodDescription@NotNull IHttpClient
IHttpManagerSpi.newHttpClient()
@NotNull IHttpClient
IHttpManagerSpi.newHttpClient
(int timeout)