public class YBManagedHostnameVerifier extends Object implements HostnameVerifier
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<String> |
currentPublicIps |
protected static String |
GET_SERVERS_QUERY |
protected Map<String,String> |
hostPortMap |
protected Map<String,String> |
hostPortMapPublic |
protected Boolean |
useHostColumn |
| Constructor and Description |
|---|
YBManagedHostnameVerifier(Properties props,
PGStream stream) |
protected static final String GET_SERVERS_QUERY
protected Boolean useHostColumn
public YBManagedHostnameVerifier(Properties props, PGStream stream)
public boolean verify(String hostname, SSLSession session)
verify in interface HostnameVerifierCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.