Package | Description |
---|---|
org.zeromq | |
org.zeromq.api | |
org.zeromq.jzmq | |
org.zeromq.jzmq.device |
Modifier and Type | Method and Description |
---|---|
static void |
Sockets.start(DeviceType deviceType,
String frontendUrl,
String backendUrl)
Start a ØMQ Device of the given type, which will run in the background to
bridge two networks together.
|
Modifier and Type | Method and Description |
---|---|
static DeviceType |
DeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
DeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeviceBuilder |
Context.buildDevice(DeviceType deviceType)
Create a ØMQ Device of type DeviceType, which will bridge two networks
together using patterns for specific SocketTypes.
|
Modifier and Type | Method and Description |
---|---|
DeviceBuilder |
ManagedContext.buildDevice(DeviceType deviceType) |
Modifier and Type | Field and Description |
---|---|
DeviceType |
DeviceBuilder.Spec.deviceType |
Constructor and Description |
---|
DeviceBuilder(ManagedContext context,
DeviceType deviceType) |
Copyright © 2019. All rights reserved.