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 DatagramTransport
IOException
public int getSendLimit() throws IOException
getSendLimit
in interface DatagramTransport
IOException
public int receive(byte[] buf, int off, int len, int waitMillis) throws IOException
receive
in interface DatagramTransport
IOException
public void send(byte[] buf, int off, int len) throws IOException
send
in interface DatagramTransport
IOException
public void close() throws IOException
close
in interface DatagramTransport
IOException
Copyright © 2020 BouncyCastle.org. All rights reserved.