akka.actor
Class IO.NewClient

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

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

Message from an IOManager that a new connection has been made to the ServerSocketChannel and needs to be accepted.

See Also:
Serialized Form

Constructor Summary
IO.NewClient(IO.ServerHandle server)
           
 
Method Summary
 IO.ServerHandle server()
           
 
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.NewClient

public IO.NewClient(IO.ServerHandle server)
Method Detail

server

public IO.ServerHandle server()