akka.zeromq
Class ReceiveBufferSize$

java.lang.Object
  extended by akka.zeromq.ReceiveBufferSize$
All Implemented Interfaces:
Request, SocketOptionQuery, java.io.Serializable

public class ReceiveBufferSize$
extends java.lang.Object
implements SocketOptionQuery, scala.Serializable

Gets the ReceiveBufferSize

See Also:
Serialized Form

Field Summary
static ReceiveBufferSize$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ReceiveBufferSize$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ReceiveBufferSize$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ReceiveBufferSize$

public ReceiveBufferSize$()