akka.actor
Class IO.TrafficClass

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

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

IO.SocketOption to set the traffic class or type-of-service octet in the IP header for packets sent from this IO.SocketHandle.

For more information see java.net.Socket.setTrafficClass

See Also:
Serialized Form

Constructor Summary
IO.TrafficClass(int tc)
           
 
Method Summary
 int tc()
           
 
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.TrafficClass

public IO.TrafficClass(int tc)
Method Detail

tc

public int tc()