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

no.unit.nva.auth.uriretriever.RawContentRetriever Maven / Gradle / Ivy

The newest version!
package no.unit.nva.auth.uriretriever;

import java.net.URI;
import java.net.http.HttpResponse;
import java.util.Optional;

public interface RawContentRetriever {

    Optional getRawContent(URI uri, String mediaType);

    Optional> fetchResponse(URI uri, String mediaType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy