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 classRetryHttpClientMethods in org.eclipse.cbi.maven.http that return HttpClient Modifier and Type Method Description HttpClientRetryHttpClient.Builder. build()Methods in org.eclipse.cbi.maven.http with parameters of type HttpClient Modifier and Type Method Description static RetryHttpClient.BuilderRetryHttpClient. 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 classApacheHttpClientAn HttpClient implementation based on Apache HttpClient.Methods in org.eclipse.cbi.maven.http.apache that return HttpClient Modifier and Type Method Description static HttpClientApacheHttpClient. 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.BuilderRemoteJarSigner.Builder. httpClient(HttpClient client)
-