public final class MulticastUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
MulticastUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(MulticastSocket socket) |
static void |
closeQuietly(MulticastSocket socket,
InetAddress groupAddress) |
static MulticastSocket |
createMulticastSocket(int port,
MulticastConfiguration config) |
static MulticastSocket |
createMulticastSocket(MulticastConfiguration config) |
public static MulticastSocket createMulticastSocket(MulticastConfiguration config) throws IOException
IOExceptionpublic static MulticastSocket createMulticastSocket(int port, MulticastConfiguration config) throws IOException
IOExceptionpublic static void closeQuietly(MulticastSocket socket)
public static void closeQuietly(MulticastSocket socket, InetAddress groupAddress)
Copyright © 2023 Apache NiFi Project. All rights reserved.