Exemplo n.º 1
0
 /**
  * Returns the socket where this client is connected to
  *
  * @return host
  */
 public Socket getSocket() {
   if (m_connection != null) {
     return m_connection.getSocket();
   }
   return null;
 }