akka.actor
Class IO.Connected

java.lang.Object
  extended by akka.actor.IO.Connected
All Implemented Interfaces:
IO.IOMessage, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
IO

public static class IO.Connected
extends java.lang.Object
implements IO.IOMessage, scala.Product, scala.Serializable

Message from an IOManager that the SocketChannel has successfully connected.

No action is required by the receiving Actor.

See Also:
Serialized Form

Constructor Summary
IO.Connected(IO.SocketHandle socket, java.net.SocketAddress address)
           
 
Method Summary
 java.net.SocketAddress address()
           
 IO.SocketHandle socket()
           
 
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

IO.Connected

public IO.Connected(IO.SocketHandle socket,
                    java.net.SocketAddress address)
Method Detail

socket

public IO.SocketHandle socket()

address

public java.net.SocketAddress address()