Return the remote address. @return the remote address
()
| 140 | * @return the remote address |
| 141 | */ |
| 142 | public String getRemoteAddr() { |
| 143 | req.action(ActionCode.REQ_HOST_ADDR_ATTRIBUTE, null); |
| 144 | return req.remoteAddr().toString(); |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * Return the peer address. |
no test coverage detected