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

/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DIOUtils.java57 public static void close(ServerSocket sock) { argument
58 if (sock != null) {
60 sock.close();
67 public static void close(Socket sock) { argument
68 if (sock != null) {
70 sock.close();

Completed in 22 milliseconds