| Methods in org.fcrepo.client that return HttpInputStream |
HttpInputStream |
FedoraClient.get(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(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(URL url,
boolean failIfNotOK)
Get an HTTP resource with the response as an InputStream, given a URL. |
HttpInputStream |
FedoraClient.get(URL url,
boolean failIfNotOK,
boolean followRedirects)
Get an HTTP resource with the response as an InputStream, given a URL. |