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

Method string

src/main/java/core/org/xbill/DNS/WKSRecord.java:206–209  ·  view source on GitHub ↗

Converts an IP protocol value into its textual representation

(int type)

Source from the content-addressed store, hash-verified

204 * Converts an IP protocol value into its textual representation
205 */
206 public static String
207 string(int type) {
208 return protocols.getText(type);
209 }
210
211 /**
212 * Converts a textual representation of an IP protocol into its

Callers

nothing calls this directly

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected