akka.testkit
Class SocketUtil

java.lang.Object
  extended by akka.testkit.SocketUtil

public class SocketUtil
extends java.lang.Object

Utilities to get free socket address.


Constructor Summary
SocketUtil()
           
 
Method Summary
static java.net.InetSocketAddress temporaryServerAddress(java.lang.String address, boolean udp)
           
static scala.collection.immutable.IndexedSeq<java.net.InetSocketAddress> temporaryServerAddresses(int numberOfAddresses, java.lang.String hostname, boolean udp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketUtil

public SocketUtil()
Method Detail

temporaryServerAddress

public static java.net.InetSocketAddress temporaryServerAddress(java.lang.String address,
                                                                boolean udp)

temporaryServerAddresses

public static scala.collection.immutable.IndexedSeq<java.net.InetSocketAddress> temporaryServerAddresses(int numberOfAddresses,
                                                                                                         java.lang.String hostname,
                                                                                                         boolean udp)