org.postgresql.util
public class HostSpec extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_NON_PROXY_HOSTS |
protected String |
host |
protected int |
port |
public static String DEFAULT_NON_PROXY_HOSTS
protected final String host
protected final int port
public HostSpec(String host, int port)
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.