Klasse MulticastReceiverImpl

java.lang.Object
org.jupnp.transport.impl.MulticastReceiverImpl
Alle implementierten Schnittstellen:
Runnable, MulticastReceiver<MulticastReceiverConfigurationImpl>

public class MulticastReceiverImpl extends Object implements MulticastReceiver<MulticastReceiverConfigurationImpl>
Default implementation based on a UDP MulticastSocket.

Thread-safety is guaranteed through synchronization of methods of this service and by the thread-safe underlying socket.

Autor:
Christian Bauer