|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.zeromq.SocketType
public class SocketType
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 |
|---|
public SocketType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||