@return The remote address and port in the format <ip>:<port>
()
| 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 |