Uses of Enum
org.apache.commons.jcs3.utils.discovery.UDPDiscoveryMessage.BroadcastType
Packages that use UDPDiscoveryMessage.BroadcastType
-
Uses of UDPDiscoveryMessage.BroadcastType in org.apache.commons.jcs3.utils.discovery
Methods in org.apache.commons.jcs3.utils.discovery that return UDPDiscoveryMessage.BroadcastTypeModifier and TypeMethodDescriptionUDPDiscoveryMessage.getMessageType()
Returns the enum constant of this type with the specified name.static UDPDiscoveryMessage.BroadcastType[]
UDPDiscoveryMessage.BroadcastType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.jcs3.utils.discovery with parameters of type UDPDiscoveryMessage.BroadcastTypeModifier and TypeMethodDescriptionvoid
UDPDiscoveryMessage.setMessageType
(UDPDiscoveryMessage.BroadcastType messageType)