Uses of Interface
org.eclipse.cbi.maven.http.HttpClient
-
Packages that use HttpClient Package Description org.eclipse.cbi.maven.http org.eclipse.cbi.maven.http.apache org.eclipse.cbi.maven.plugins.jarsigner -
-
Uses of HttpClient in org.eclipse.cbi.maven.http
Classes in org.eclipse.cbi.maven.http that implement HttpClient Modifier and Type Class Description class
RetryHttpClient
Methods in org.eclipse.cbi.maven.http that return HttpClient Modifier and Type Method Description HttpClient
RetryHttpClient.Builder. build()
Methods in org.eclipse.cbi.maven.http with parameters of type HttpClient Modifier and Type Method Description static RetryHttpClient.Builder
RetryHttpClient. retryRequestOn(HttpClient client)
-
Uses of HttpClient in org.eclipse.cbi.maven.http.apache
Classes in org.eclipse.cbi.maven.http.apache that implement HttpClient Modifier and Type Class Description class
ApacheHttpClient
An HttpClient implementation based on Apache HttpClient.Methods in org.eclipse.cbi.maven.http.apache that return HttpClient Modifier and Type Method Description static HttpClient
ApacheHttpClient. create(Logger log)
-
Uses of HttpClient in org.eclipse.cbi.maven.plugins.jarsigner
Methods in org.eclipse.cbi.maven.plugins.jarsigner with parameters of type HttpClient Modifier and Type Method Description abstract RemoteJarSigner.Builder
RemoteJarSigner.Builder. httpClient(HttpClient client)
-