o

akka.testkit

SocketUtil

object SocketUtil

Utilities to get free socket address.

Source
SocketUtil.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SocketUtil
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def temporaryServerAddress(address: String = "127.0.0.1", udp: Boolean = false): InetSocketAddress
  2. def temporaryServerAddresses(numberOfAddresses: Int, hostname: String = "127.0.0.1", udp: Boolean = false): IndexedSeq[InetSocketAddress]
  3. def temporaryServerHostnameAndPort(interface: String = "127.0.0.1"): (String, Int)
  4. def temporaryUdpIpv6Port(iface: NetworkInterface): Int