This is a pure Java implementation of the Globus GASS protocol. Normally
one does not need to use this class directly but instead uses the Client
class.
GET(java.lang.String path,
java.lang.String host)
This method concatenates a properly formatted header for performing
Globus Gass GETs with the given information.
static java.lang.String
PUT(java.lang.String path,
java.lang.String host,
long length,
boolean append)
This method concatenates a properly formatted header for performing
Globus Gass PUTs with the given information.