Uses of Interface
org.fourthline.cling.transport.spi.MulticastReceiver

Packages that use MulticastReceiver
org.fourthline.cling   
org.fourthline.cling.transport   
org.fourthline.cling.transport.impl   
 

Uses of MulticastReceiver in org.fourthline.cling
 

Methods in org.fourthline.cling that return MulticastReceiver
 MulticastReceiver UpnpServiceConfiguration.createMulticastReceiver(NetworkAddressFactory networkAddressFactory)
           
 MulticastReceiver ManagedUpnpServiceConfiguration.createMulticastReceiver(NetworkAddressFactory networkAddressFactory)
           
 MulticastReceiver DefaultUpnpServiceConfiguration.createMulticastReceiver(NetworkAddressFactory networkAddressFactory)
           
 

Uses of MulticastReceiver in org.fourthline.cling.transport
 

Fields in org.fourthline.cling.transport with type parameters of type MulticastReceiver
protected  Map<NetworkInterface,MulticastReceiver> RouterImpl.multicastReceivers
           
 

Uses of MulticastReceiver in org.fourthline.cling.transport.impl
 

Classes in org.fourthline.cling.transport.impl that implement MulticastReceiver
 class MulticastReceiverImpl
          Default implementation based on a UDP MulticastSocket.
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.