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 int
getReceiveLimit()
int
receive(byte[] buf, int off, int len, int waitMillis)
-