![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.jrtps.message.parameter.MulticastLocator Maven / Gradle / Ivy
package net.sf.jrtps.message.parameter;
import net.sf.jrtps.types.Locator;
public class MulticastLocator extends LocatorParameter {
MulticastLocator() {
super(ParameterId.PID_MULTICAST_LOCATOR);
}
public MulticastLocator(Locator locator) {
super(ParameterId.PID_MULTICAST_LOCATOR, locator);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy