akka.zeromq
Class SocketType

java.lang.Object
  extended by akka.zeromq.SocketType

public class SocketType
extends java.lang.Object

The different socket types you can create with zeromq


Nested Class Summary
static class SocketType.Dealer$
          A dealer socket
static class SocketType.Pair$
          A Pair socket
static class SocketType.Pub$
          A Publisher socket
static class SocketType.Pull$
          A pull socket
static class SocketType.Push$
          A push socket
static class SocketType.Rep$
          A reply socket
static class SocketType.Req$
          A request socket
static class SocketType.Router$
          A router socket
static class SocketType.Sub$
          A subscriber socket
static class SocketType.ZMQSocketType
           
 
Constructor Summary
SocketType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketType

public SocketType()