public class AllowAllHostnameVerifier extends Object implements HostnameVerifier
Constructor and Description |
---|
AllowAllHostnameVerifier() |
Modifier and Type | Method and Description |
---|---|
boolean |
verify(String arg0,
SSLSession arg1) |
void |
verify(String host,
String[] cns,
String[] subjectAlts) |
public boolean verify(String arg0, SSLSession arg1)
verify
in interface HostnameVerifier
Copyright © 2010–2020. All rights reserved.