Searched refs:NO_PORT (Results 1 – 1 of 1) sorted by relevance
56 public static final int NO_PORT = 0; field in ServiceURL95 private int port = NO_PORT;214 host + (port != NO_PORT ? (":" + port) : "") + in toString()