Package org.jgroups.tests
Class MulticastTest2
- java.lang.Object
-
- org.jgroups.tests.MulticastTest2
-
public class MulticastTest2 extends java.lang.ObjectTests 2 MulticastSockets joining the same multicast address and port (this should be possible). This test fails when running as a native image under GraalVM 19.2.0.- Since:
- 4.1.5
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.net.InetAddressBIND_ADDRprotected static java.net.InetAddressMCAST_ADDRprotected static intMCAST_PORT
-
Constructor Summary
Constructors Constructor Description MulticastTest2()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static java.net.MulticastSocketcreate()static voidmain(java.lang.String[] args)
-
-
-
Field Detail
-
MCAST_ADDR
protected static final java.net.InetAddress MCAST_ADDR
-
BIND_ADDR
protected static final java.net.InetAddress BIND_ADDR
-
MCAST_PORT
protected static final int MCAST_PORT
- See Also:
- Constant Field Values
-
-