akka.zeromq
Class MulticastHops

java.lang.Object
  extended by akka.zeromq.MulticastHops
All Implemented Interfaces:
Request, SocketOption, java.io.Serializable, scala.Equals, scala.Product

public class MulticastHops
extends java.lang.Object
implements SocketOption, scala.Product, scala.Serializable

Sets the time-to-live field in every multicast packet sent from this socket. The default is 1 which means that the multicast packets don't leave the local network.

This is za ZeroMQ 3.0 option

See Also:
Serialized Form

Constructor Summary
MulticastHops(long value)
           
 
Method Summary
 long value()
           
 
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

MulticastHops

public MulticastHops(long value)
Method Detail

value

public long value()