org.teleal.cling.transport.spi
Interface MulticastReceiverConfiguration

All Known Implementing Classes:
MulticastReceiverConfigurationImpl

public interface MulticastReceiverConfiguration

Collection of typically needed configuration settings.

Author:
Christian Bauer

Method Summary
 InetAddress getGroup()
           
 int getMaxDatagramBytes()
           
 int getPort()
           
 

Method Detail

getGroup

InetAddress getGroup()
Returns:
The multicast group to join.

getPort

int getPort()
Returns:
The port to listen on.

getMaxDatagramBytes

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


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