akka.zeromq
Class SocketType.ZMQSocketType

java.lang.Object
  extended by akka.zeromq.SocketType.ZMQSocketType
All Implemented Interfaces:
Request, SocketMeta, SocketOption
Direct Known Subclasses:
SocketType.Dealer$, SocketType.Pair$, SocketType.Pub$, SocketType.Pull$, SocketType.Push$, SocketType.Rep$, SocketType.Req$, SocketType.Router$, SocketType.Sub$
Enclosing class:
SocketType

public abstract static class SocketType.ZMQSocketType
extends java.lang.Object
implements SocketMeta


Constructor Summary
SocketType.ZMQSocketType(int id)
           
 
Method Summary
 int id()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketType.ZMQSocketType

public SocketType.ZMQSocketType(int id)
Method Detail

id

public int id()