org.inria.myriads.snoozecommon.util
Class NetworkUtils

java.lang.Object
  extended by org.inria.myriads.snoozecommon.util.NetworkUtils

public final class NetworkUtils
extends Object

Network utils.

Author:
Eugen Feller

Method Summary
static NetworkAddress createNetworkAddress(String address, int port)
          Creates a new network address.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createNetworkAddress

public static NetworkAddress createNetworkAddress(String address,
                                                  int port)
Creates a new network address.

Parameters:
address - The address
port - The port
Returns:
The entity network address


Copyright © 2012. All Rights Reserved.