Uses of Interface
com.inrupt.client.spi.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
Modifier and TypeMethodDescriptionClient.Builder.withInstance
(HttpService instance) Add a specificHttpService
instance to the builder. -
Uses of HttpService in com.inrupt.client.httpclient
-
Uses of HttpService in com.inrupt.client.okhttp
-
Uses of HttpService in com.inrupt.client.openid
ModifierConstructorDescriptionOpenIdProvider
(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
Modifier and TypeMethodDescriptionstatic HttpService
ServiceProvider.getHttpService()
Get theHttpService
for this application.