akka.zeromq
Class SocketType.Dealer$

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

public static class SocketType.Dealer$
extends SocketType.ZMQSocketType

A dealer socket


Field Summary
static SocketType.Dealer$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
SocketType.Dealer$()
           
 
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.Dealer$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

SocketType.Dealer$

public SocketType.Dealer$()