Package | Description |
---|---|
org.zeromq | |
org.zeromq.api | |
org.zeromq.jzmq | |
org.zeromq.jzmq.sockets |
Modifier and Type | Method and Description |
---|---|
static Socket |
Sockets.bind(SocketType socketType,
String url)
Create a ØMQ Socket and bind it to a given url.
|
static SocketBuilder |
Sockets.buildSocket(SocketType socketType)
Create a builder capable of constructing ØMQ Sockets of the given socket type.
|
static Socket |
Sockets.connect(SocketType socketType,
String url)
Create a ØMQ Socket and connect it to a given url.
|
Modifier and Type | Method and Description |
---|---|
SocketType |
SocketSpec.getSocketType() |
static SocketType |
SocketType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocketType[] |
SocketType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SocketBuilder |
Context.buildSocket(SocketType type)
Create a ØMQ Socket of type SocketType
|
Modifier and Type | Method and Description |
---|---|
SocketBuilder |
ManagedContext.buildSocket(SocketType type) |
Modifier and Type | Field and Description |
---|---|
SocketType |
SocketBuilder.SocketSpec.socketType |
Modifier and Type | Method and Description |
---|---|
SocketType |
SocketBuilder.getSocketType()
Returns the underlying socket type
|
Constructor and Description |
---|
SocketBuilder(ManagedContext context,
SocketType socketType) |
Copyright © 2019. All rights reserved.