protected static class UdpMulticastTransporter.MulticastReceiver
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
protected java.net.MulticastSocket |
multicastReceiver
Multicast receiver
|
protected UdpMulticastTransporter |
transporter |
| Constructor and Description |
|---|
MulticastReceiver(UdpMulticastTransporter transporter,
java.net.NetworkInterface netIf) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
run() |
protected static final org.slf4j.Logger logger
protected UdpMulticastTransporter transporter
protected java.net.MulticastSocket multicastReceiver
public MulticastReceiver(UdpMulticastTransporter transporter, java.net.NetworkInterface netIf) throws java.io.IOException
java.io.IOException