akka.actor
Class IO.Listen

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

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

Message to an IOManager to create a ServerSocketChannel listening on the provided address with the given IO.ServerSocketOptions.

Normally sent using IOManager.listen()

See Also:
Serialized Form

Constructor Summary
IO.Listen(IO.ServerHandle server, java.net.SocketAddress address, scala.collection.Seq<IO.ServerSocketOption> options)
           
 
Method Summary
 java.net.SocketAddress address()
           
 scala.collection.Seq<IO.ServerSocketOption> options()
           
 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.Listen

public IO.Listen(IO.ServerHandle server,
                 java.net.SocketAddress address,
                 scala.collection.Seq<IO.ServerSocketOption> options)
Method Detail

server

public IO.ServerHandle server()

address

public java.net.SocketAddress address()

options

public scala.collection.Seq<IO.ServerSocketOption> options()