Uses of Interface
com.inrupt.client.spi.HttpService
Packages that use HttpService
Package
Description
Application interfaces 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.
-
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.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.