public Key join(final InetAddress group, final NetworkInterface iface) throws IOException {
throw new UnsupportedOptionException("Multicast not supported");
}
public Key join(final InetAddress group, final NetworkInterface iface, final InetAddress source) throws IOException {
throw new UnsupportedOptionException("Multicast not supported");
}