/**
  * Check if this client allows insecure http (vs https) connections.
  *
  * @return true if insecure connections are allowed.
  */
 public boolean isInsecureHttpConnectionAllowed() {
   return caller.isInsecureHttpConnectionAllowed();
 }