Class Overview
A class for performing diagnostics on the multicast routing table of the current host
Summary
| Nested Classes |
|
class |
MulticastRouteTester.Log4JReporter |
Log4J reporting strategy
|
|
interface |
MulticastRouteTester.TestReporter |
Reporting strategy interface for reporting problems encountered during the test
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
java.lang.Runnable
|
Public Constructors
public
MulticastRouteTester
(InetAddress multicastGroup, NetworkInterface iface, int port)
Construct a multicast test for the specified network address, interface and port
Parameters
| multicastGroup
| Multicast group to perform testing with |
| iface
| Interface to bind multicast test port |
| port
| UDP port for multicast test
|
Allows the test to be conducted and reported via the provided reporter delegate. Useful for reporting results
via UI.
Parameters
| multicastGroup
| Multicast group to perform testing with |
| iface
| Interface to bind multicast test port |
| port
| UDP port for multicast test |
| testReporter
| Reporter for collecting problems encountered during the test
|
Public Methods
public
boolean
isSuccessful
()