Uses of Class
org.zeromq.ZAuth.ZapRequest
-
Packages that use ZAuth.ZapRequest Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZAuth.ZapRequest in org.zeromq
Methods in org.zeromq that return ZAuth.ZapRequest Modifier and Type Method Description private static ZAuth.ZapRequest
ZAuth.ZapRequest. recvRequest(ZMQ.Socket handler, boolean wait)
Methods in org.zeromq with parameters of type ZAuth.ZapRequest Modifier and Type Method Description boolean
ZAuth.Auth. authorize(ZAuth.ZapRequest request, boolean verbose)
Callback for authorizing a connection.boolean
ZAuth.SimpleCurveAuth. authorize(ZAuth.ZapRequest request, boolean verbose)
boolean
ZAuth.SimpleNullAuth. authorize(ZAuth.ZapRequest request, boolean verbose)
boolean
ZAuth.SimplePlainAuth. authorize(ZAuth.ZapRequest request, boolean verbose)
-