public interface 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) |
int 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.IOExceptionvoid close()
throws java.io.IOException
java.io.IOException