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
IOException
int getSendLimit() throws IOException
IOException
int receive(byte[] buf, int off, int len, int waitMillis) throws IOException
IOException
void send(byte[] buf, int off, int len) throws IOException
IOException
void close() throws IOException
IOException
Copyright © 2018 BouncyCastle.org. All rights reserved.