Package | Description |
---|---|
io.netty.channel.unix |
Unix specific transport.
|
Modifier and Type | Method and Description |
---|---|
DatagramSocketAddress |
Socket.recvFrom(java.nio.ByteBuffer buf,
int pos,
int limit) |
private static DatagramSocketAddress |
Socket.recvFrom(int fd,
java.nio.ByteBuffer buf,
int pos,
int limit) |
private static DatagramSocketAddress |
Socket.recvFromAddress(int fd,
long memoryAddress,
int pos,
int limit) |
DatagramSocketAddress |
Socket.recvFromAddress(long memoryAddress,
int pos,
int limit) |