Uses of Class
org.fcrepo.client.HttpInputStream

Packages that use HttpInputStream
org.fcrepo.client   
 

Uses of HttpInputStream in org.fcrepo.client
 

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.
 



Copyright © 2012 DuraSpace. All Rights Reserved.