Uses of Interface
com.inrupt.client.spi.HttpService
Packages that use HttpService
Package
Description
Application interfaces for the Inrupt Java Client Libraries.
Core classes and utilities for the Inrupt Java Client Libraries.
HttpClient
bindings for the Inrupt Java Client Libraries.OkHttp bindings for the Inrupt Java Client Libraries.
OpenID support for the Inrupt Java Client Libraries.
Service interfaces for the Inrupt Java Client Libraries.
User Managed Access support for the Inrupt Java Client Libraries.
-
Uses of HttpService in com.inrupt.client
Methods in com.inrupt.client with parameters of type HttpServiceModifier and TypeMethodDescriptionClient.Builder.withInstance
(HttpService instance) Add a specificHttpService
instance to the builder. -
Uses of HttpService in com.inrupt.client.core
Methods in com.inrupt.client.core with parameters of type HttpService -
Uses of HttpService in com.inrupt.client.httpclient
Classes in com.inrupt.client.httpclient that implement HttpService -
Uses of HttpService in com.inrupt.client.okhttp
Classes in com.inrupt.client.okhttp that implement HttpService -
Uses of HttpService in com.inrupt.client.openid
Constructors in com.inrupt.client.openid with parameters of type HttpServiceModifierConstructorDescriptionOpenIdProvider
(URI issuer, DPoP dpop, HttpService httpClient) Create an OpenID Provider client.OpenIdProvider
(URI issuer, DPoP dpop, HttpService httpClient, ClientCache<URI, Metadata> metadataCache) Create an OpenID Provider client. -
Uses of HttpService in com.inrupt.client.spi
Methods in com.inrupt.client.spi that return HttpServiceModifier and TypeMethodDescriptionstatic HttpService
ServiceProvider.getHttpService()
Get theHttpService
for this application. -
Uses of HttpService in com.inrupt.client.uma
Constructors in com.inrupt.client.uma with parameters of type HttpServiceModifierConstructorDescriptionUmaClient
(HttpService httpClient, int maxIterations) Create an UMA client using an externally-configured HTTP client.UmaClient
(HttpService httpClient, ClientCache<URI, Metadata> metadataCache, int maxIterations) Create an UMA client using an externally-configured HTTP client and cache.