158159160161162163164165166
* The Channel associated with this socket. */ private final DomainChannel channel = new DomainChannel(); private DomainSocket(String path, int fd) { this.refCount = new CloseableReferenceCount(); this.fd = fd; this.path = path; }