@return The remote address this client is connected to @since 1.7
()
| 304 | * @since 1.7 |
| 305 | */ |
| 306 | public String getRemoteAddress() { |
| 307 | return chan != null ? chan.getRemoteAddress().toString() : null; |
| 308 | } |
| 309 | |
| 310 | /** |
| 311 | * Return statistics about this particular region client |