Uses of Class
org.apache.commons.jcs3.utils.discovery.UDPDiscoveryService
Packages that use UDPDiscoveryService
-
Uses of UDPDiscoveryService in org.apache.commons.jcs3.utils.discovery
Methods in org.apache.commons.jcs3.utils.discovery that return UDPDiscoveryServiceModifier and TypeMethodDescriptionUDPDiscoveryManager.getService
(String discoveryAddress, int discoveryPort, int servicePort, ICompositeCacheManager cacheMgr) Deprecated.Specify serializer implementation explicitly, allow to specify udpTTLUDPDiscoveryManager.getService
(String discoveryAddress, int discoveryPort, String serviceAddress, int servicePort, int updTTL, ICompositeCacheManager cacheMgr, IElementSerializer serializer) Creates a service for the address and port if one doesn't exist already.Constructors in org.apache.commons.jcs3.utils.discovery with parameters of type UDPDiscoveryServiceModifierConstructorDescriptionUDPCleanupRunner
(UDPDiscoveryService service) Deprecated.UDPDiscoveryReceiver
(UDPDiscoveryService service, String multicastInterfaceString, String multicastAddressString, int multicastPort) Constructor for the UDPDiscoveryReceiver object.UDPDiscoveryReceiver
(UDPDiscoveryService service, String multicastInterfaceString, InetAddress multicastAddress, int multicastPort) Constructor for the UDPDiscoveryReceiver object.