akka.actor
Class IO.ReuseAddress

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

public static class IO.ReuseAddress
extends java.lang.Object
implements IO.SocketOption, IO.ServerSocketOption, scala.Product, scala.Serializable

IO.SocketOption to enable or disable SO_REUSEADDR

For more information see java.net.Socket.setReuseAddress

See Also:
Serialized Form

Constructor Summary
IO.ReuseAddress(boolean on)
           
 
Method Summary
 boolean on()
           
 
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.ReuseAddress

public IO.ReuseAddress(boolean on)
Method Detail

on

public boolean on()