Package org.jupnp.transport.spi
Schnittstelle MulticastReceiverConfiguration
- Alle bekannten Implementierungsklassen:
MulticastReceiverConfigurationImpl
public interface MulticastReceiverConfiguration
Collection of typically needed configuration settings.
- Autor:
- Christian Bauer
-
Methodendetails
-
getGroup
InetAddress getGroup()- Gibt zurück:
- The multicast group to join.
-
getPort
int getPort()- Gibt zurück:
- The port to listen on.
-
getMaxDatagramBytes
int getMaxDatagramBytes()- Gibt zurück:
- The maximum buffer size of received UDP datagrams.
-