Searched defs:host (Results 1 - 3 of 3) 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.java1122 * @param host the host address to receive the configuration
1123 * @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);
/opengrok/lib/
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...

Completed in 16 milliseconds