Home
last modified time | relevance | path

Searched refs:NO_PORT (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURL.java56 public static final int NO_PORT = 0; field in ServiceURL
95 private int port = NO_PORT;
214 host + (port != NO_PORT ? (":" + port) : "") + in toString()