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 IOException
IOExceptionint getSendLimit()
throws IOException
IOExceptionint receive(byte[] buf,
int off,
int len,
int waitMillis)
throws IOException
IOExceptionvoid send(byte[] buf,
int off,
int len)
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.