MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / rdataFromString

Method rdataFromString

src/main/java/core/org/xbill/DNS/X25Record.java:60–66  ·  view source on GitHub ↗
(Tokenizer st, Name origin)

Source from the content-addressed store, hash-verified

58}
59
60void
61rdataFromString(Tokenizer st, Name origin) throws IOException {
62 String addr = st.getString();
63 this.address = checkAndConvertAddress(addr);
64 if (this.address == null)
65 throw st.exception("invalid PSDN address " + addr);
66}
67
68/**
69 * Returns the X.25 PSDN address.

Callers

nothing calls this directly

Calls 3

exceptionMethod · 0.80
getStringMethod · 0.45

Tested by

no test coverage detected