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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java1422 * @param endpoint The socket address to listen on
1423 * @return true if the endpoint was available (and the thread was started)
1425 public boolean startConfigurationListenerThread(SocketAddress endpoint) { argument
1430 configServerSocket.bind(endpoint);

Completed in 13 milliseconds