|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface for an object sending and receiving DTLS data.
Method Summary | |
int |
getReceiveLimit()
Deprecated. |
int |
getSendLimit()
Deprecated. |
int |
receive(byte[] buf,
int off,
int len,
int waitMillis)
Deprecated. |
void |
send(byte[] buf,
int off,
int len)
Deprecated. |
Methods inherited from interface org.bouncycastle.crypto.tls.TlsCloseable |
close |
Method Detail |
public int getReceiveLimit() throws java.io.IOException
public int getSendLimit() throws java.io.IOException
public int receive(byte[] buf, int off, int len, int waitMillis) throws java.io.IOException
public void send(byte[] buf, int off, int len) throws java.io.IOException
|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |