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

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

Uses of DatagramIO in org.fourthline.cling
 

Methods in org.fourthline.cling that return DatagramIO
 DatagramIO UpnpServiceConfiguration.createDatagramIO(NetworkAddressFactory networkAddressFactory)
           
 DatagramIO ManagedUpnpServiceConfiguration.createDatagramIO(NetworkAddressFactory networkAddressFactory)
           
 DatagramIO DefaultUpnpServiceConfiguration.createDatagramIO(NetworkAddressFactory networkAddressFactory)
           
 

Uses of DatagramIO in org.fourthline.cling.transport
 

Fields in org.fourthline.cling.transport with type parameters of type DatagramIO
protected  Map<InetAddress,DatagramIO> RouterImpl.datagramIOs
           
 

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

Classes in org.fourthline.cling.transport.impl that implement DatagramIO
 class DatagramIOImpl
          Default implementation based on a single shared (receive/send) UDP MulticastSocket.
 



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