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

Method rdataFromString

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

Source from the content-addressed store, hash-verified

62}
63
64void
65rdataFromString(Tokenizer st, Name origin) throws IOException {
66 host = st.getName(origin);
67 admin = st.getName(origin);
68 serial = st.getUInt32();
69 refresh = st.getTTLLike();
70 retry = st.getTTLLike();
71 expire = st.getTTLLike();
72 minimum = st.getTTLLike();
73}
74
75/** Convert to a String */
76String

Callers

nothing calls this directly

Calls 3

getUInt32Method · 0.80
getTTLLikeMethod · 0.80
getNameMethod · 0.65

Tested by

no test coverage detected