private DomainSocket(String path, int fd) { this.refCount = new CloseableReferenceCount(); this.fd = fd; this.path = path; }