Package | Description |
---|---|
jnr.unixsocket |
Modifier and Type | Method and Description |
---|---|
UnixDatagramChannel |
UnixDatagramChannel.bind(java.net.SocketAddress local) |
UnixDatagramChannel |
UnixDatagramChannel.connect(UnixSocketAddress remote) |
UnixDatagramChannel |
UnixDatagramChannel.disconnect() |
static UnixDatagramChannel |
UnixDatagramChannel.open() |
static UnixDatagramChannel |
UnixDatagramChannel.open(jnr.constants.platform.ProtocolFamily domain,
int protocol) |
static UnixDatagramChannel[] |
UnixDatagramChannel.pair() |
Copyright © 2023. All Rights Reserved.