public class NetworkUtil extends Object
Utility class used to perform network operations.
Constructor and Description |
---|
NetworkUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
quietlyClose(Closeable closeable) |
static void |
quietlyClose(ServerSocket closeable) |
static void |
quietlyClose(Socket closeable) |
public static void quietlyClose(Closeable closeable)
public static void quietlyClose(ServerSocket closeable)
public static void quietlyClose(Socket closeable)