Searched defs:hostPort (Results 1 – 7 of 7) sorted by relevance
27 public HostPort hostPort; field in ArgsConverterFactory
86 HostPort hostPort = hnp.hostPort( true ); in parseVia() local
48 protected HostPort hostPort; field in Authority
703 public void setHostPort(HostPort hostPort) { in setHostPort()
261 public HostPort hostPort( boolean allowWS ) throws ParseException { in hostPort() method in HostNameParser
279 public static String getKey(HostPort hostPort, String transport) { in getKey()
273 int hostPort = url.getPort() != -1 in getPermission() local