@Override
 public InetSocketAddress getRemoteAddress() {
   return endPoint.getRemoteAddress();
 }
Beispiel #2
0
 public InetSocketAddress getRemoteAddress() {
   return _endPoint.getRemoteAddress();
 }