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

Method parseName

src/main/java/core/org/xbill/DNS/Master.java:111–119  ·  view source on GitHub ↗
(String s, Name origin)

Source from the content-addressed store, hash-verified

109}
110
111private Name
112parseName(String s, Name origin) throws TextParseException {
113 try {
114 return Name.fromString(s, origin);
115 }
116 catch (TextParseException e) {
117 throw st.exception(e.getMessage());
118 }
119}
120
121private void
122parseTTLClassAndType() throws IOException {

Callers 1

_nextRecordMethod · 0.95

Calls 2

fromStringMethod · 0.95
exceptionMethod · 0.80

Tested by

no test coverage detected