public ApacheUnixSocket() throws IOException {
   this.inner = UnixSocketChannel.open();
   this.addr = null;
 }