Searched defs:getLocalEndpoint (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java156 * for servers in this VM; use getLocalEndpoint instead.
165 * for servers in this VM; use getLocalEndpoint instead.
183 public static TCPEndpoint getLocalEndpoint(int port) { method in class:TCPEndpoint
184 return getLocalEndpoint(port, null, null);
187 public static TCPEndpoint getLocalEndpoint(int port, method in class:TCPEndpoint
368 TCPEndpoint localEndpoint = getLocalEndpoint(0, null, null);
430 * created as a server endpoint (using getLocalEndpoint) for a
442 * getLocalEndpoint). If this endpoint was created for the
453 * (using getLocalEndpoint).

Completed in 39 milliseconds