org.ow2.petals.binding.soap.util
Class NetworkUtil

java.lang.Object
  extended by org.ow2.petals.binding.soap.util.NetworkUtil

public class NetworkUtil
extends java.lang.Object

A network class util used to manipulate network related stuff


Constructor Summary
NetworkUtil()
           
 
Method Summary
static java.util.Set<java.net.Inet4Address> getAllLocalIPv4InetAddresses()
          Get all the IPv4 InetAddress of the local host
 
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

getAllLocalIPv4InetAddresses

public static java.util.Set<java.net.Inet4Address> getAllLocalIPv4InetAddresses()
                                                                         throws java.net.SocketException
Get all the IPv4 InetAddress of the local host

Returns:
all the local IPv4
Throws:
java.net.SocketException - if an I/O error occurs


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.