| Package | Description |
|---|---|
| org.apache.commons.jcs3.utils.discovery |
| Modifier and Type | Method and Description |
|---|---|
UDPDiscoveryService |
UDPDiscoveryManager.getService(String discoveryAddress,
int discoveryPort,
int servicePort,
ICompositeCacheManager cacheMgr)
Deprecated.
Specify serializer implementation explicitly, allow to specify udpTTL
|
UDPDiscoveryService |
UDPDiscoveryManager.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.
|
| Constructor and Description |
|---|
UDPCleanupRunner(UDPDiscoveryService service)
Deprecated.
|
UDPDiscoveryReceiver(UDPDiscoveryService service,
String multicastInterfaceString,
InetAddress multicastAddress,
int multicastPort)
Constructor for the UDPDiscoveryReceiver object.
|
UDPDiscoveryReceiver(UDPDiscoveryService service,
String multicastInterfaceString,
String multicastAddressString,
int multicastPort)
Constructor for the UDPDiscoveryReceiver object.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.