akka.zeromq
Class SocketType.Pull$

java.lang.Object
  extended by akka.zeromq.SocketType.ZMQSocketType
      extended by akka.zeromq.SocketType.Pull$
All Implemented Interfaces:
Request, SocketMeta, SocketOption
Enclosing class:
SocketType

public static class SocketType.Pull$
extends SocketType.ZMQSocketType

A pull socket


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

Field Detail

MODULE$

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

Constructor Detail

SocketType.Pull$

public SocketType.Pull$()