Home | History | Annotate | Download | only in DNS

Lines Matching refs:xfrin

167 fromXFR(ZoneTransferIn xfrin) throws IOException, ZoneTransferException {
170 origin = xfrin.getName();
171 List records = xfrin.run();
176 if (!xfrin.isAXFR())
184 * @param xfrin The incoming zone transfer to execute.
188 Zone(ZoneTransferIn xfrin) throws IOException, ZoneTransferException {
189 fromXFR(xfrin);
200 ZoneTransferIn xfrin = ZoneTransferIn.newAXFR(zone, remote, null);
201 xfrin.setDClass(dclass);
202 fromXFR(xfrin);