|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.zeromq.MaxMsgSize
public class MaxMsgSize
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
| 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 |
|---|
public MaxMsgSize(long value)
| Method Detail |
|---|
public long value()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||