Interface ResourceAccessor

All Known Implementing Classes:
OkHttpResourceAccessor

public interface ResourceAccessor
Interface used by the shape trees core for accessing individual InstanceResources.

Depending upon the context, this could be implemented by a ResourceAccessor implementation accessing a database or filesystem (typical of server-side processing), or by a ResourceAccessor implementation that is working with remote resources over http (typical of client-side processing).