akka.io
Class Tcp.Bound

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

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

The sender of a Tcp.Bind command will—in case of success—receive confirmation in this form. If the bind address indicated a 0 port number, then the contained localAddress can be used to find out which port was automatically assigned.

See Also:
Serialized Form

Constructor Summary
Tcp.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

Tcp.Bound

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

localAddress

public java.net.InetSocketAddress localAddress()