Uses of Class
com.tensegrity.palojava.http.ConnectionHttp

Packages that use ConnectionHttp
com.tensegrity.palojava.http   
 

Uses of ConnectionHttp in com.tensegrity.palojava.http
 

Methods in com.tensegrity.palojava.http that return ConnectionHttp
 ConnectionHttp PaloHttp.newConnection(java.lang.String server, java.lang.String service, java.lang.String username, java.lang.String password)
          Deprecated. Creates a new IConnection object.
 

Constructors in com.tensegrity.palojava.http with parameters of type ConnectionHttp
HttpClient(ConnectionHttp paloConn)
          Creates a new HttpClient instance and connects to the palo server specified by the given ConnectionHttp instance.