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