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.


Field Summary
static SocketUtil$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
SocketUtil$()
           
 
Method Summary
 java.net.InetSocketAddress temporaryServerAddress(java.lang.String address, boolean udp)
           
 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
 

Field Detail

MODULE$

public static final SocketUtil$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

SocketUtil$

public SocketUtil$()
Method Detail

temporaryServerAddress

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

temporaryServerAddresses

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