All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.jrtps.message.parameter.DefaultMulticastLocator Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package net.sf.jrtps.message.parameter;

import net.sf.jrtps.types.Locator;

public class DefaultMulticastLocator extends LocatorParameter {

    public DefaultMulticastLocator(Locator locator) {
        super(ParameterId.PID_DEFAULT_MULTICAST_LOCATOR, locator);
    }

    DefaultMulticastLocator() {
        super(ParameterId.PID_DEFAULT_MULTICAST_LOCATOR);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy