Package org.bouncycastle.tls
Interface DatagramReceiver
-
- All Known Subinterfaces:
DatagramTransport
- All Known Implementing Classes:
DTLSTransport,UDPTransport
public interface DatagramReceiver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetReceiveLimit()intreceive(byte[] buf, int off, int len, int waitMillis)A waitMillis of zero is interpreted as an infinite timeout.
-