Package | Description |
---|---|
org.zeromq | |
org.zeromq.api | |
org.zeromq.jzmq | |
org.zeromq.jzmq.clone |
Modifier and Type | Method and Description |
---|---|
static Context |
ContextFactory.context()
Retrieve the singleton instance of a ØMQ Context.
|
static Context |
ContextFactory.createContext(int ioThreads)
Create a new ØMQ Context.
|
Modifier and Type | Method and Description |
---|---|
Context |
Socket.getContext()
Retrieve the owning Context for this Socket.
|
Context |
Context.shadow()
Create a new Context with the same underlying ØMQ context, with an empty
(separate) list of managed Sockets and Backgroundables.
|
Modifier and Type | Method and Description |
---|---|
void |
Backgroundable.run(Context context,
Socket socket)
Run a background thread communicating over the given socket.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedContext
Manage JZMQ Context
|
Modifier and Type | Method and Description |
---|---|
Context |
ManagedSocket.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
CloneClientAgent.run(Context context,
Socket pipe) |
Copyright © 2019. All rights reserved.