Uses of Class
org.zeromq.ZAuth
-
Packages that use ZAuth Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZAuth in org.zeromq
Methods in org.zeromq that return ZAuth Modifier and Type Method Description ZAuth
ZAuth. allow(java.lang.String address)
Allow (whitelist) a single IP address.ZAuth
ZAuth. configureCurve(java.lang.String location)
Configure CURVE authenticationZAuth
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 activityZAuth
ZAuth. verbose(boolean verbose)
-