| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| Modifier and Type | Method and Description |
|---|---|
ZAuth |
ZAuth.allow(String address)
Allow (whitelist) a single IP address.
|
ZAuth |
ZAuth.configureCurve(String location)
Configure CURVE authentication
|
ZAuth |
ZAuth.configurePlain(String domain,
String filename)
Configure PLAIN authentication for a given domain.
|
ZAuth |
ZAuth.deny(String address)
Deny (blacklist) a single IP address.
|
ZAuth |
ZAuth.replies(boolean enable) |
protected ZAuth |
ZAuth.send(String command,
String... datas) |
ZAuth |
ZAuth.setVerbose(boolean verbose)
Enable verbose tracing of commands and activity
|
ZAuth |
ZAuth.verbose(boolean verbose) |
Copyright © 2020. All rights reserved.