Uses of Enum
org.zeromq.ZMonitor.ProtocolCode
Packages that use ZMonitor.ProtocolCode
-
Uses of ZMonitor.ProtocolCode in org.zeromq
Subclasses with type arguments of type ZMonitor.ProtocolCode in org.zeromqModifier and TypeClassDescriptionstatic enumThe code returned by handshake events, as generated byeventHandshakeXXX.Fields in org.zeromq with type parameters of type ZMonitor.ProtocolCodeModifier and TypeFieldDescriptionprivate static final Map<Integer, ZMonitor.ProtocolCode> ZMonitor.ProtocolCode.MAPMethods in org.zeromq that return ZMonitor.ProtocolCodeModifier and TypeMethodDescriptionstatic ZMonitor.ProtocolCodeZMonitor.ProtocolCode.findByCode(int code) Find theZMonitor.ProtocolCodeassociated with the numerical error code send witheventHandshakeXXX.static ZMonitor.ProtocolCodeReturns 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.