| Package | Description |
|---|---|
| org.zeromq.jzmq | |
| org.zeromq.jzmq.beacon | |
| org.zeromq.jzmq.bstar | |
| org.zeromq.jzmq.clone | |
| org.zeromq.jzmq.device | |
| org.zeromq.jzmq.poll | |
| org.zeromq.jzmq.reactor | |
| org.zeromq.jzmq.sockets |
| Modifier and Type | Method and Description |
|---|---|
ManagedContext |
ManagedContext.shadow() |
| Constructor and Description |
|---|
ManagedSocket(ManagedContext managedContext,
org.zeromq.ZMQ.Socket socket) |
| Constructor and Description |
|---|
BeaconReactorBuilder(ManagedContext context) |
BeaconReactorImpl(ManagedContext context,
int broadcastPort,
UdpBeacon beacon) |
| Constructor and Description |
|---|
BinaryStarReactorBuilder(ManagedContext context) |
BinaryStarReactorImpl(ManagedContext context,
BinaryStarReactor.Mode mode,
String local,
String remote)
This is the constructor for our
BinaryStarReactorImpl class. |
BinaryStarSocketBuilder(ManagedContext context) |
| Constructor and Description |
|---|
CloneClientAgent(ManagedContext context,
long heartbeatInterval) |
CloneClientBuilder(ManagedContext context) |
CloneClientImpl(ManagedContext context,
long heartbeatInterval) |
CloneServerBuilder(ManagedContext context) |
CloneServerImpl(ManagedContext context,
BinaryStarReactor.Mode mode,
String peerAddress,
int localPort,
int peerPort,
int localBstarPort,
int peerBstarPort) |
| Constructor and Description |
|---|
DeviceBuilder(ManagedContext context,
DeviceType deviceType) |
| Constructor and Description |
|---|
PollerBuilder(ManagedContext context) |
PollerImpl(ManagedContext context,
Map<Pollable,PollListener> pollableMap) |
| Constructor and Description |
|---|
ReactorBuilder(ManagedContext context) |
ReactorImpl(ManagedContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected ManagedContext |
SocketBuilder.context |
| Constructor and Description |
|---|
DealerSocketBuilder(ManagedContext context) |
PairSocketBuilder(ManagedContext context) |
PubSocketBuilder(ManagedContext context) |
PullSocketBuilder(ManagedContext context) |
PushSocketBuilder(ManagedContext context) |
RepSocketBuilder(ManagedContext managedContext) |
ReqSocketBuilder(ManagedContext context) |
RouterSocketBuilder(ManagedContext managedContext) |
SocketBuilder(ManagedContext context,
SocketType socketType) |
SubSocketBuilder(ManagedContext context) |
XPubSocketBuilder(ManagedContext context) |
XSubSocketBuilder(ManagedContext context) |
Copyright © 2019. All rights reserved.