Uses of Class
org.zeromq.ZMonitor.ProtocolCode
-
Packages that use ZMonitor.ProtocolCode Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZMonitor.ProtocolCode in org.zeromq
Fields in org.zeromq with type parameters of type ZMonitor.ProtocolCode Modifier and Type Field Description private static java.util.Map<java.lang.Integer,ZMonitor.ProtocolCode>ZMonitor.ProtocolCode. MAPMethods in org.zeromq that return ZMonitor.ProtocolCode Modifier and Type Method Description static ZMonitor.ProtocolCodeZMonitor.ProtocolCode. findByCode(int code)Find theZMonitor.ProtocolCodeassociated with the numerical error code send witheventHandshakeXXX.static ZMonitor.ProtocolCodeZMonitor.ProtocolCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ZMonitor.ProtocolCode[]ZMonitor.ProtocolCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-