| Methods in fedora.client that return HttpInputStream |
HttpInputStream |
FedoraClient.get(java.lang.String locator,
boolean failIfNotOK)
Get an HTTP resource with the response as an InputStream, given a resource
locator that either begins with 'info:fedora/' , 'http://', or '/'. |
HttpInputStream |
FedoraClient.get(java.lang.String locator,
boolean failIfNotOK,
boolean followRedirects)
Get an HTTP resource with the response as an InputStream, given a resource
locator that either begins with 'info:fedora/' , 'http://', or '/'. |
HttpInputStream |
FedoraClient.get(java.net.URL url,
boolean failIfNotOK)
Get an HTTP resource with the response as an InputStream, given a URL. |
HttpInputStream |
FedoraClient.get(java.net.URL url,
boolean failIfNotOK,
boolean followRedirects)
Get an HTTP resource with the response as an InputStream, given a URL. |