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. MAP
Methods in org.zeromq that return ZMonitor.ProtocolCode Modifier and Type Method Description static ZMonitor.ProtocolCode
ZMonitor.ProtocolCode. findByCode(int code)
Find theZMonitor.ProtocolCode
associated with the numerical error code send witheventHandshakeXXX
.static ZMonitor.ProtocolCode
ZMonitor.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.
-