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