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

/opengrok/src/org/opensolaris/opengrok/configuration/messages/
H A DMessages.java43 int port = -1;
90 port = Integer.parseInt(x);
125 if (port == -1) {
126 port = 2424;
154 m.write(server, port);
191 System.err.println("-p <port num> set the remote port (default is '2424')");
H A DMessage.java242 public void write(String host, int port) throws IOException { argument
243 try (Socket sock = new Socket(host, port);
/opengrok/tools/
H A DMessages38 echo " -p|--port remote port number of the application (default 2424)"
285 -p|--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 20 milliseconds