Searched refs:endpoint (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java219 * @param endpoint The socket address to listen on
220 * @return true if the endpoint was available (and the thread was started)
222 public static boolean startConfigListenerThread(SocketAddress endpoint) { argument
227 instance.configServerSocket.bind(endpoint);

Completed in 226 milliseconds