Package org.jgroups.tests
Class MulticastTest
- java.lang.Object
-
- org.jgroups.tests.MulticastTest
-
public class MulticastTest extends java.lang.ObjectTestsMulticastSocket.joinGroup(InetAddress)andMulticastChannel.join(InetAddress, NetworkInterface). Both tests fail when running as a native image under GraalVM 19.0.1.- Since:
- 4.1.2
-
-
Constructor Summary
Constructors Constructor Description MulticastTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)protected static voidtestDatagramChannel()protected static voidtestMulticastSocket()
-
-
-
Field Detail
-
group
protected static final java.net.InetAddress group
-
bind_addr
protected static final java.net.InetAddress bind_addr
-
PORT
protected static final int PORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
testMulticastSocket
protected static void testMulticastSocket() throws java.io.IOException- Throws:
java.io.IOException
-
testDatagramChannel
protected static void testDatagramChannel() throws java.io.IOException- Throws:
java.io.IOException
-
-