Package | Description |
---|---|
org.zeromq | |
org.zeromq.api | |
org.zeromq.jzmq | |
org.zeromq.jzmq.clone | |
org.zeromq.jzmq.sockets |
Modifier and Type | Method and Description |
---|---|
static Socket |
Sockets.fork(Backgroundable backgroundable)
Run a background thread with an inproc PAIR socket for communication.
|
Modifier and Type | Method and Description |
---|---|
Socket |
Context.fork(Backgroundable backgroundable)
Run a background thread with an inproc PAIR socket for communication.
|
void |
Context.fork(Socket socket,
Backgroundable backgroundable)
Run a background thread using the given socket for communication.
|
Modifier and Type | Method and Description |
---|---|
Socket |
ManagedContext.fork(Backgroundable backgroundable) |
void |
ManagedContext.fork(Socket socket,
Backgroundable backgroundable) |
Modifier and Type | Class and Description |
---|---|
class |
CloneClientAgent |
Modifier and Type | Field and Description |
---|---|
Backgroundable |
SocketBuilder.SocketSpec.backgroundable |
Modifier and Type | Method and Description |
---|---|
SocketBuilder |
SocketBuilder.withBackgroundable(Backgroundable backgroundable) |
Copyright © 2019. All rights reserved.