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

Method getAddress

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

Returns the IP address.

()

Source from the content-addressed store, hash-verified

679 * Returns the IP address.
680 */
681public InetAddress
682getAddress() {
683 try {
684 return InetAddress.getByAddress(address);
685 } catch (UnknownHostException e) {
686 return null;
687 }
688}
689
690/**
691 * Returns the IP protocol.

Callers

nothing calls this directly

Calls 1

getByAddressMethod · 0.80

Tested by

no test coverage detected