Package com.inrupt.client.spi
Class ServiceProvider
java.lang.Object
com.inrupt.client.spi.ServiceProvider
This is the class used to access data processors for the Inrupt Java Client Libraries libraries.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CacheBuilderService
Get theCacheBuilderService
for this application.static DpopService
Get theDpopService
for this application.static HeaderParser
Get theHeaderParser
for this application.static HttpService
Get theHttpService
for this application.static JsonService
Get theJsonService
for this application.static RdfService
Get theRdfService
for this application.
-
Method Details
-
getJsonService
Get theJsonService
for this application.- Returns:
- an object for processing JSON
-
getRdfService
Get theRdfService
for this application.- Returns:
- an object for processing RDF
-
getHttpService
Get theHttpService
for this application.- Returns:
- an object for processing HTTP
-
getDpopService
Get theDpopService
for this application.- Returns:
- an object for validating DPoP proofs.
-
getHeaderParser
Get theHeaderParser
for this application.- Returns:
- an object capable of parsing HTTP headers.
-
getCacheBuilder
Get theCacheBuilderService
for this application.- Returns:
- a service capable of building a cache.
-