|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.zeromq.ReceiveBufferSize
public class ReceiveBufferSize
The ReceiveBufferSize
option shall set the underlying kernel receive buffer size for the socket to
the specified size in bytes. A value of zero means leave the OS default unchanged.
For details refer to your operating system documentation for the SO_RCVBUF socket option.
param: value
Constructor Summary | |
---|---|
ReceiveBufferSize(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 ReceiveBufferSize(long value)
Method Detail |
---|
public long value()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |