org.teleal.cling.transport.spi
Interface MulticastReceiver<C extends MulticastReceiverConfiguration>

All Superinterfaces:
Runnable
All Known Implementing Classes:
MulticastReceiverImpl

public interface MulticastReceiver<C extends MulticastReceiverConfiguration>
extends Runnable


Method Summary
 C getConfiguration()
           
 void init(NetworkInterface networkInterface, Router router, DatagramProcessor datagramProcessor)
           
 void stop()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

init

void init(NetworkInterface networkInterface,
          Router router,
          DatagramProcessor datagramProcessor)
          throws InitializationException
Throws:
InitializationException

stop

void stop()

getConfiguration

C getConfiguration()


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.