Home | History | Annotate | Download | only in spi

Lines Matching defs:host

64      * - subsequent elements are prefixes for Host & Port properties
157 String host = uri.getHost();
159 if (host == null) {
178 host = auth;
182 if (protocol == null || host == null) {
183 throw new IllegalArgumentException("protocol = "+protocol+" host = "+host);
208 final String urlhost = host.toLowerCase();
233 phost = NetProperties.get(props[i][j]+"Host");
260 // If a Proxy Host is defined for that protocol
290 // We got a host, let's check for port
294 // Can't find a port with same prefix as Host
362 private synchronized native Proxy getSystemProxy(String protocol, String host);