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

Method rdataFromString

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

Source from the content-addressed store, hash-verified

50}
51
52void
53rdataFromString(Tokenizer st, Name origin) throws IOException {
54 preference = st.getUInt16();
55 map822 = st.getName(origin);
56 mapX400 = st.getName(origin);
57}
58
59/** Converts the PX Record to a String */
60String

Callers

nothing calls this directly

Calls 2

getUInt16Method · 0.80
getNameMethod · 0.65

Tested by

no test coverage detected