org.teleal.cling.transport.spi
Interface DatagramIOConfiguration

All Known Implementing Classes:
DatagramIOConfigurationImpl

public interface DatagramIOConfiguration

Collection of typically needed configuration settings.

Author:
Christian Bauer

Method Summary
 int getMaxDatagramBytes()
           
 int getTimeToLive()
           
 

Method Detail

getTimeToLive

int getTimeToLive()
Returns:
The TTL of a UDP datagram sent to a multicast address.

getMaxDatagramBytes

int getMaxDatagramBytes()
Returns:
The maximum buffer size of received UDP datagrams.


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