|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.tls.DTLSTransport
Method Summary | |
void |
close()
Deprecated. |
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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getReceiveLimit() throws java.io.IOException
getReceiveLimit
in interface DatagramTransport
public int getSendLimit() throws java.io.IOException
getSendLimit
in interface DatagramTransport
public int receive(byte[] buf, int off, int len, int waitMillis) throws java.io.IOException
receive
in interface DatagramTransport
public void send(byte[] buf, int off, int len) throws java.io.IOException
send
in interface DatagramTransport
public void close() throws java.io.IOException
close
in interface TlsCloseable
|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |