public class OAIPMHHttpClient extends Object
| Constructor and Description |
|---|
OAIPMHHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
String |
doRequest(URI baseURI,
String verb,
String set,
String from,
String until,
String metadataPrefix,
String token,
String identifier) |
protected org.apache.http.impl.client.CloseableHttpClient |
getCloseableHttpClient() |
boolean |
isIgnoreSSLWarnings() |
void |
setIgnoreSSLWarnings(boolean ignoreSSLWarnings) |
public String doRequest(URI baseURI, String verb, String set, String from, String until, String metadataPrefix, String token, String identifier) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionprotected org.apache.http.impl.client.CloseableHttpClient getCloseableHttpClient()
throws IOException
IOExceptionpublic boolean isIgnoreSSLWarnings()
public void setIgnoreSSLWarnings(boolean ignoreSSLWarnings)
Apache Camel