GTServer             package:GeneTraffic             R Documentation

_C_r_e_a_t_e _a _G_e_n_e_T_r_a_f_f_i_c _s_e_r_v_e_r _o_b_j_e_c_t

_D_e_s_c_r_i_p_t_i_o_n:

     This is a constructor for the 'GTServer' class which is used to
     identify the host, port, username and password  of a GeneTraffic
     server.

_U_s_a_g_e:

     GTServer(host, username, password, port)

_A_r_g_u_m_e_n_t_s:

    host: the name of the GeneTraffic machine.

username: the username used to connect to the GeneTraffic server.

password: the password used to connect to the GeneTraffic server.

    port: the port used to connect to the GeneTraffic server. If not
          specified, by default port 80 is used.

_V_a_l_u_e:

     An object of class 'GTServer'.

_E_x_a_m_p_l_e_s:

         gt <- GTServer(host = "genetraffic", username="demo", password="pass", port = 80)

