akka.io
Class Udp.Bound

java.lang.Object
  extended by akka.io.Udp.Bound
All Implemented Interfaces:
Udp.Event, Udp.Message, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Udp

public static class Udp.Bound
extends java.lang.Object
implements Udp.Event, scala.Product, scala.Serializable

This message is sent by the listener actor in response to a Udp.Bind command. If the address to bind to specified a port number of zero, then this message can be inspected to find out which port was automatically assigned.

See Also:
Serialized Form

Constructor Summary
Udp.Bound(java.net.InetSocketAddress localAddress)
           
 
Method Summary
 java.net.InetSocketAddress localAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Udp.Bound

public Udp.Bound(java.net.InetSocketAddress localAddress)
Method Detail

localAddress

public java.net.InetSocketAddress localAddress()