/** @param serverIn Proxy Host to set for this ks session */
 public void setProxy(Server serverIn) {
   if (serverIn != null) {
     this.proxyHost = serverIn.getHostname();
   }
 }