Interface DatagramReceiver
- All Known Subinterfaces:
DatagramTransport
- All Known Implementing Classes:
DTLSTransport, UDPTransport
public interface DatagramReceiver
-
Method Summary
Modifier and TypeMethodDescriptionintintreceive(byte[] buf, int off, int len, int waitMillis) A waitMillis of zero is interpreted as an infinite timeout.
-
Method Details
-
getReceiveLimit
- Throws:
IOException
-
receive
A waitMillis of zero is interpreted as an infinite timeout.- Throws:
IOException
-