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

/opengrok/src/org/opensolaris/opengrok/configuration/messages/
H A DMessage.java242 public void write(String host, int port) throws IOException { argument
243 try (Socket sock = new Socket(host, port);
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java1123 * @param port the port to use on the host
1126 public void writeConfiguration(InetAddress host, int port) throws IOException { argument
1127 try (Socket sock = new Socket(host, port);

Completed in 18 milliseconds