com.nimbusds.openid.connect.sdk.util
Interface ResourceRetriever

All Known Implementing Classes:
DefaultResourceRetriever

public interface ResourceRetriever

Retriever of resources specified by URL.

Author:
Vladimir Dzhuvinov

Method Summary
 Resource retrieveResource(URL url)
          Retrieves the resource from the specified HTTP(S) URL.
 

Method Detail

retrieveResource

Resource retrieveResource(URL url)
                          throws IOException
Retrieves the resource from the specified HTTP(S) URL.

Parameters:
url - The URL of the resource. Its scheme must be HTTP or HTTPS. Must not be null.
Returns:
The retrieved resource.
Throws:
IOException - If the HTTP connection to the specified URL failed or the resource couldn't be retrieved.


Copyright © 2013 NimbusDS. All Rights Reserved.