py4j
Class NetworkUtil

java.lang.Object
  extended by py4j.NetworkUtil

public class NetworkUtil
extends Object

Utility class used to perform network operations.

Author:
Barthelemy Dagenais

Constructor Summary
NetworkUtil()
           
 
Method Summary
static void quietlyClose(Closeable closeable)
           
static void quietlyClose(ServerSocket closeable)
           
static void quietlyClose(Socket closeable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkUtil

public NetworkUtil()
Method Detail

quietlyClose

public static void quietlyClose(Closeable closeable)

quietlyClose

public static void quietlyClose(ServerSocket closeable)

quietlyClose

public static void quietlyClose(Socket closeable)