All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasterxml.storemate.client.call.ContentGetter Maven / Gradle / Ivy

There is a newer version: 0.8.8
Show newest version
package com.fasterxml.storemate.client.call;

import com.fasterxml.storemate.shared.ByteRange;
import com.fasterxml.storemate.shared.EntryKey;

/**
 * Interface for a general purpose GET accessor, for a resource stored
 * in a single server; one accessor per server and end point.
 */
public interface ContentGetter
{
    public  GetCallResult tryGet(CallConfig config, long endOfTime,
            K contentId, GetContentProcessor processor, ByteRange range);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy