Package org.jupnp.transport.spi
Schnittstelle DatagramIOConfiguration
- Alle bekannten Implementierungsklassen:
DatagramIOConfigurationImpl
public interface DatagramIOConfiguration
Collection of typically needed configuration settings.
- Autor:
- Christian Bauer
-
Methodenübersicht
-
Methodendetails
-
getTimeToLive
int getTimeToLive()- Gibt zurück:
- The TTL of a UDP datagram sent to a multicast address.
-
getMaxDatagramBytes
int getMaxDatagramBytes()- Gibt zurück:
- The maximum buffer size of received UDP datagrams.
-