akka.actor
Class IO.PerformancePreferences

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

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

IO.SocketOption to set performance preferences for this IO.SocketHandle.

For more information see java.net.Socket.setPerformancePreferences

See Also:
Serialized Form

Constructor Summary
IO.PerformancePreferences(int connectionTime, int latency, int bandwidth)
           
 
Method Summary
 int bandwidth()
           
 int connectionTime()
           
 int latency()
           
 
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.PerformancePreferences

public IO.PerformancePreferences(int connectionTime,
                                 int latency,
                                 int bandwidth)
Method Detail

connectionTime

public int connectionTime()

latency

public int latency()

bandwidth

public int bandwidth()