akka.zeromq
Class MulticastLoop

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

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

Controls whether data sent via multicast transports using the specified socket can also be received by the sending host via loop-back. A value of zero disables the loop-back functionality, while the default value of 1 enables the loop-back functionality. Leaving multicast loop-back enabled when it is not required can have a negative impact on performance. Where possible, disable McastLoop in production environments.

See Also:
Serialized Form

Constructor Summary
MulticastLoop(boolean value)
           
 
Method Summary
 boolean 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

MulticastLoop

public MulticastLoop(boolean value)
Method Detail

value

public boolean value()