public interface DatagramTransport extends TlsCloseable
| Modifier and Type | Method and Description |
|---|---|
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.
|
closeint getReceiveLimit()
throws java.io.IOException
java.io.IOExceptionint getSendLimit()
throws java.io.IOException
java.io.IOExceptionint receive(byte[] buf,
int off,
int len,
int waitMillis)
throws java.io.IOException
java.io.IOExceptionvoid send(byte[] buf,
int off,
int len)
throws java.io.IOException
java.io.IOException