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.ZapRequestZAuth.ZapRequest. recvRequest(ZMQ.Socket handler, boolean wait)Methods in org.zeromq with parameters of type ZAuth.ZapRequest Modifier and Type Method Description booleanZAuth.Auth. authorize(ZAuth.ZapRequest request, boolean verbose)Callback for authorizing a connection.booleanZAuth.SimpleCurveAuth. authorize(ZAuth.ZapRequest request, boolean verbose)booleanZAuth.SimpleNullAuth. authorize(ZAuth.ZapRequest request, boolean verbose)booleanZAuth.SimplePlainAuth. authorize(ZAuth.ZapRequest request, boolean verbose)
-