|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.UDPTransport
Field Summary | |
protected static int |
MAX_IP_OVERHEAD
Deprecated. |
protected static int |
MIN_IP_OVERHEAD
Deprecated. |
protected int |
receiveLimit
Deprecated. |
protected int |
sendLimit
Deprecated. |
protected java.net.DatagramSocket |
socket
Deprecated. |
protected static int |
UDP_OVERHEAD
Deprecated. |
Constructor Summary | |
UDPTransport(java.net.DatagramSocket socket,
int mtu)
Deprecated. |
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 |
Field Detail |
protected static final int MIN_IP_OVERHEAD
protected static final int MAX_IP_OVERHEAD
protected static final int UDP_OVERHEAD
protected final java.net.DatagramSocket socket
protected final int receiveLimit
protected final int sendLimit
Constructor Detail |
public UDPTransport(java.net.DatagramSocket socket, int mtu) throws java.io.IOException
Method Detail |
public int getReceiveLimit()
getReceiveLimit
in interface DatagramTransport
public int getSendLimit()
getSendLimit
in interface DatagramTransport
public int receive(byte[] buf, int off, int len, int waitMillis) throws java.io.IOException
receive
in interface DatagramTransport
java.io.IOException
public void send(byte[] buf, int off, int len) throws java.io.IOException
send
in interface DatagramTransport
java.io.IOException
public void close() throws java.io.IOException
close
in interface TlsCloseable
java.io.IOException
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |