Modifier and Type | Method and Description |
---|---|
int |
Endpoint.compareTo(Endpoint o)
Compares this object with the specified object for order according to priority.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
LDClientService.getEndpoint(String resource)
Retrieve the endpoint matching the KiWiUriResource passed as argument.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
DataProvider.retrieveResource(String resource,
LDClientService client,
Endpoint endpoint)
Retrieve the data for a resource using the given http client and endpoint definition.
|
Modifier and Type | Method and Description |
---|---|
Set<Endpoint> |
ClientConfiguration.getEndpoints()
A collection of endpoint definitions to use by this Linked Data Client.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConfiguration.addEndpoint(Endpoint endpoint)
A collection of endpoint definitions to use by this Linked Data Client.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConfiguration.setEndpoints(Set<Endpoint> endpoints)
A collection of endpoint definitions to use by this Linked Data Client.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
LDClient.getEndpoint(String resource)
Retrieve the endpoint matching the KiWiUriResource passed as argument.
|
Modifier and Type | Method and Description |
---|---|
protected abstract List<String> |
AbstractHttpProvider.buildRequestUrl(String resourceUri,
Endpoint endpoint)
Build the URL to use to call the webservice in order to retrieve the data for the resource passed as argument.
|
protected boolean |
AbstractHttpProvider.isValidContentType(String contentType,
Endpoint endpoint)
Check whether the content type returned by the server is acceptable to the endpoint and data provider
|
ClientResponse |
BlockingProvider.retrieveResource(String resource,
LDClientService client,
Endpoint endpoint)
Retrieve the data for a resource using the given http client and endpoint definition.
|
ClientResponse |
AbstractHttpProvider.retrieveResource(String resource,
LDClientService client,
Endpoint endpoint)
Retrieve the data for a resource using the given http client and endpoint definition.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
LinkedDataEndpointService.getEndpoint(String id)
Return the endpoint with the given ID.
|
Endpoint |
LinkedDataEndpointService.getEndpoint(org.openrdf.model.URI resource)
Retrieve the endpoint matching the KiWiUriResource passed as argument.
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
LinkedDataEndpointService.listEndpoints()
List all endpoints registered in the system.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkedDataEndpointService.addEndpoint(Endpoint endpoint)
Add a new endpoint to the system.
|
void |
LinkedDataEndpointService.removeEndpoint(Endpoint endpoint)
Remove the endpoint given as argument.
|
void |
LinkedDataEndpointService.updateEndpoint(Endpoint endpoint)
`
Update the endpoint passed as argument in the database.
|
Modifier and Type | Method and Description |
---|---|
Set<Endpoint> |
LDCacheSailProvider.getVolatileEndpoints()
Return all configured volatile endpoints.
|
Modifier and Type | Method and Description |
---|---|
void |
LDCacheSailProvider.addVolatileEndpoint(Endpoint endpoint)
Add a volatile (in-memory) endpoint to the LDClient configuration.
|
void |
LDCacheSailProvider.removeVolatileEndpoint(Endpoint endpoint)
Remove a volatile (in-memory) endpoint from the LDClient configuration.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
LinkedDataEndpointServiceImpl.getEndpoint(String id)
Return the endpoint with the given ID.
|
Endpoint |
LinkedDataEndpointServiceImpl.getEndpoint(org.openrdf.model.URI resource)
Retrieve the endpoint matching the KiWiUriResource passed as argument.
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
LinkedDataEndpointServiceImpl.listEndpoints()
List all endpoints registered in the system.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkedDataEndpointServiceImpl.addEndpoint(Endpoint endpoint)
Add a new endpoint to the system.
|
void |
LinkedDataEndpointServiceImpl.removeEndpoint(Endpoint endpoint)
Remove the endpoint given as argument.
|
void |
LinkedDataEndpointServiceImpl.updateEndpoint(Endpoint endpoint)
`
Update the endpoint passed as argument in the database.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.