Skip navigation links
A D G H I J M P S T V 

A

acceptAnyCertificate - Static variable in class jenkins.plugins.asynchttpclient.AHC
Override to enable insecure handling of TLS connections.
AHC - Class in jenkins.plugins.asynchttpclient
Provides a global shared AsyncHttpClient instance, for use from the master, configured with the master's proxy settings.
AHC() - Constructor for class jenkins.plugins.asynchttpclient.AHC
Our constructor.
AHCPlugin - Class in jenkins.plugins.asynchttpclient
 
AHCPlugin() - Constructor for class jenkins.plugins.asynchttpclient.AHCPlugin
 
AHCUtils - Class in jenkins.plugins.asynchttpclient
Utility methods for dealing with AsyncHttpClient from a Jenkins plugin.

D

DefaultHostnameVerifier - Class in jenkins.plugins.asynchttpclient.util
Uses the internal HostnameChecker to verify the server's hostname matches with the certificate.
DefaultHostnameVerifier() - Constructor for class jenkins.plugins.asynchttpclient.util.DefaultHostnameVerifier
A hostname verifier that uses the {{sun.security.util.HostnameChecker}} under the hood.
DefaultHostnameVerifier(HostnameChecker) - Constructor for class jenkins.plugins.asynchttpclient.util.DefaultHostnameVerifier
A hostname verifier that takes an external hostname checker.
DefaultHostnameVerifier(HostnameVerifier) - Constructor for class jenkins.plugins.asynchttpclient.util.DefaultHostnameVerifier
A hostname verifier that falls back to another hostname verifier if not found.
DefaultHostnameVerifier(HostnameChecker, HostnameVerifier) - Constructor for class jenkins.plugins.asynchttpclient.util.DefaultHostnameVerifier
A hostname verifier with a hostname checker, that falls back to another hostname verifier if not found.

G

getDescriptor() - Method in class jenkins.plugins.asynchttpclient.AHC
getDisplayName() - Method in class jenkins.plugins.asynchttpclient.AHC
getHostnameVerifier() - Static method in class jenkins.plugins.asynchttpclient.AHCUtils
Return the default HostnameVerifier to use with AsyncHttpClient.
getProxyServer() - Static method in class jenkins.plugins.asynchttpclient.AHCUtils
Get the proxy server.
getSSLContext() - Static method in class jenkins.plugins.asynchttpclient.AHCUtils
Return the default SSLContext to use with AsyncHttpClient.

H

HostnameChecker - Interface in jenkins.plugins.asynchttpclient.util
Hostname checker interface.

I

instance() - Static method in class jenkins.plugins.asynchttpclient.AHC
Returns the shared AsyncHttpClient instance.

J

jenkins.plugins.asynchttpclient - package jenkins.plugins.asynchttpclient
 
jenkins.plugins.asynchttpclient.util - package jenkins.plugins.asynchttpclient.util
This package is a relocation of selected files from AHC 1.9.x to backport fixes for CVE-2013-7397 and CVE-2013-7398

M

match(String, X509Certificate) - Method in interface jenkins.plugins.asynchttpclient.util.HostnameChecker
 
match(String, Principal) - Method in interface jenkins.plugins.asynchttpclient.util.HostnameChecker
 
match(String, X509Certificate) - Method in class jenkins.plugins.asynchttpclient.util.ProxyHostnameChecker
 
match(String, Principal) - Method in class jenkins.plugins.asynchttpclient.util.ProxyHostnameChecker
 

P

ProxyHostnameChecker - Class in jenkins.plugins.asynchttpclient.util
A HostnameChecker proxy.
ProxyHostnameChecker() - Constructor for class jenkins.plugins.asynchttpclient.util.ProxyHostnameChecker
 

S

stop() - Method in class jenkins.plugins.asynchttpclient.AHCPlugin

T

TYPE_TLS - Static variable in class jenkins.plugins.asynchttpclient.util.ProxyHostnameChecker
 

V

verify(String, SSLSession) - Method in class jenkins.plugins.asynchttpclient.util.DefaultHostnameVerifier
Verifies the hostname against the peer certificates in a session.
A D G H I J M P S T V 
Skip navigation links

Copyright © 2012–2017. All rights reserved.