Package 

Class DefaultResourceFactory

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.readium.r2.shared.util.asset.DefaultResourceFactory

        create
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultResourceFactory

        DefaultResourceFactory(ContentResolver contentResolver, HttpClient httpClient, List<ResourceFactory> additionalFactories)
        Parameters:
        contentResolver - content resolver to use to support content scheme.
        httpClient - Http client to use to support http scheme.
        additionalFactories - Additional ResourceFactory to support additional schemes.