akka.zeromq
Class SocketType.Sub$

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

public static class SocketType.Sub$
extends SocketType.ZMQSocketType

A subscriber socket


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

Constructor Detail

SocketType.Sub$

public SocketType.Sub$()