package com.it_jaros.jscanner; import java.util.BitSet; public record ScanResult(String host, BitSet openPorts, BitSet filteredPorts) {}