Searched refs:NetProperties (Results 1 – 3 of 3) sorted by relevance
41 import sun.net.NetProperties;235 phost = NetProperties.get(props[i][j]+"Host"); in select()265 nphosts = NetProperties.get(nprop.property); in select()294 pport = NetProperties.getInteger(props[i][j]+"Port", 0).intValue(); in select()301 … pport = NetProperties.getInteger(props[i][k]+"Port", 0).intValue(); in select()318 … int version = NetProperties.getInteger(SOCKS_PROXY_VERSION, 5).intValue(); in select()
41 public class NetProperties { class52 private NetProperties() { }; in NetProperties() method in NetProperties
1470 "ojluni/src/main/java/sun/net/NetProperties.java",