Return the peer address. @return the peer address
()
| 150 | * @return the peer address |
| 151 | */ |
| 152 | public String getPeerAddr() { |
| 153 | req.action(ActionCode.REQ_PEER_ADDR_ATTRIBUTE, null); |
| 154 | return req.peerAddr().toString(); |
| 155 | } |
| 156 | |
| 157 | /** |
| 158 | * Obtain the remote address for this connection as reported by an intermediate proxy (if any). |