/** Gets a String representation of the Object */ public String toString() { if (tcp_conn != null) return tcp_conn.toString(); else return null; }