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 CacheBuilderServiceGet theCacheBuilderServicefor this application.static DpopServiceGet theDpopServicefor this application.static HeaderParserGet theHeaderParserfor this application.static HttpServiceGet theHttpServicefor this application.static JsonServiceGet theJsonServicefor this application.static RdfServiceGet theRdfServicefor this application. 
- 
Method Details
- 
getJsonService
Get theJsonServicefor this application.- Returns:
 - an object for processing JSON
 
 - 
getRdfService
Get theRdfServicefor this application.- Returns:
 - an object for processing RDF
 
 - 
getHttpService
Get theHttpServicefor this application.- Returns:
 - an object for processing HTTP
 
 - 
getDpopService
Get theDpopServicefor this application.- Returns:
 - an object for validating DPoP proofs.
 
 - 
getHeaderParser
Get theHeaderParserfor this application.- Returns:
 - an object capable of parsing HTTP headers.
 
 - 
getCacheBuilder
Get theCacheBuilderServicefor this application.- Returns:
 - a service capable of building a cache.
 
 
 -