\name{GTServer-class} \docType{class} \alias{GTServer-class} \title{Create a GeneTraffic server object - class} \keyword{ IO } \description{ This represents the \code{GTServer} class which is used to identify the host, port, username and password of a GeneTraffic server. } \examples{ gt <- new("GTServer", host = "genetraffic", username="demo", password="pass", port = as.integer(80)) }