akka.zeromq
Class MaxMsgSize

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

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

Limits the size of the inbound message. If a peer sends a message larger than MaxMsgSize it is disconnected. Value of -1 means no limit.

This is a ZeroMQ 3.0 option

param: value

See Also:
Serialized Form

Constructor Summary
MaxMsgSize(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

MaxMsgSize

public MaxMsgSize(long value)
Method Detail

value

public long value()