Package org.littleshoot.proxy.impl
Class NetworkUtils
- java.lang.Object
-
- org.littleshoot.proxy.impl.NetworkUtils
-
@Deprecated public class NetworkUtils extends Object
Deprecated.This class is no longer used by LittleProxy and may be removed in a future release.
-
-
Constructor Summary
Constructors Constructor Description NetworkUtils()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static InetAddressfirstLocalNonLoopbackIpv4Address()Deprecated.This method is no longer used by LittleProxy and may be removed in a future release.static InetAddressgetLocalHost()Deprecated.This method is no longer used by LittleProxy and may be removed in a future release.
-
-
-
Method Detail
-
getLocalHost
@Deprecated public static InetAddress getLocalHost() throws UnknownHostException
Deprecated.This method is no longer used by LittleProxy and may be removed in a future release.- Throws:
UnknownHostException
-
firstLocalNonLoopbackIpv4Address
@Deprecated public static InetAddress firstLocalNonLoopbackIpv4Address()
Deprecated.This method is no longer used by LittleProxy and may be removed in a future release.
-
-