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

Method getPort

src/main/java/core/org/xbill/DNS/SRVRecord.java:90–93  ·  view source on GitHub ↗

Returns the port that the service runs on

()

Source from the content-addressed store, hash-verified

88
89/** Returns the port that the service runs on */
90public int
91getPort() {
92 return port;
93}
94
95/** Returns the host running that the service */
96public Name

Callers 4

bindMethod · 0.45
serveUDPMethod · 0.45
setAddressMethod · 0.45
sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected