It uses the Apache's HttpClient library for all communication with the server. This is a little more robust than the standard URLConnection.
Ex usage:
Session session = new Session(host,port); Database db = session.getDatabase("dbname");
@author mbreese
@author brennanjubb - HTTP-Auth username/pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|