MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getRemoteAddress

Method getRemoteAddress

src/tsd/AbstractHttpQuery.java:119–121  ·  view source on GitHub ↗

@return The remote address and port in the format <ip>:<port>

()

Source from the content-addressed store, hash-verified

117
118 /** @return The remote address and port in the format <ip>:<port> */
119 public String getRemoteAddress() {
120 return chan.getRemoteAddress().toString();
121 }
122
123 /**
124 * Copies the header list and obfuscates the "cookie" header in case it

Callers 3

fakeChannelMethod · 0.80
executeMethod · 0.80
handleQueryMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by 1

fakeChannelMethod · 0.64