
net.sf.jrtps.message.parameter.UnicastLocator Maven / Gradle / Ivy
package net.sf.jrtps.message.parameter;
import net.sf.jrtps.types.Locator;
public class UnicastLocator extends LocatorParameter {
public UnicastLocator(Locator locator) {
super(ParameterId.PID_UNICAST_LOCATOR, locator);
}
UnicastLocator() {
super(ParameterId.PID_UNICAST_LOCATOR);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy