Exemplo n.º 1
0
 private UnixDatagramChannel() throws IOException {
   this(Native.socket(ProtocolFamily.PF_UNIX, Sock.SOCK_DGRAM, 0));
 }