public class DTLSTransport extends Object implements DatagramTransport
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getReceiveLimit() |
int |
getSendLimit() |
int |
receive(byte[] buf,
int off,
int len,
int waitMillis) |
void |
send(byte[] buf,
int off,
int len) |
public int getReceiveLimit()
throws IOException
getReceiveLimit in interface DatagramTransportIOExceptionpublic int getSendLimit()
throws IOException
getSendLimit in interface DatagramTransportIOExceptionpublic int receive(byte[] buf,
int off,
int len,
int waitMillis)
throws IOException
receive in interface DatagramTransportIOExceptionpublic void send(byte[] buf,
int off,
int len)
throws IOException
send in interface DatagramTransportIOExceptionpublic void close()
throws IOException
close in interface DatagramTransportIOExceptionCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.