Uses of Class
com.inrupt.client.Request
Package
Description
Application interfaces for the Inrupt Java Client Libraries.
Classes for working with Access Grants.
Authentication and Authorization classes 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.
Support for Solid specific concepts for the Inrupt Java Client Libraries.
Service interfaces for the Inrupt Java Client Libraries.
-
Uses of Request in com.inrupt.client
Modifier and TypeMethodDescription<T> CompletionStage<Response<T>>
Client.send
(Request request, Response.BodyHandler<T> responseBodyHandler) Perform an HTTP request. -
Uses of Request in com.inrupt.client.accessgrant
Modifier and TypeMethodDescriptionAccessGrantSession.authenticate
(Authenticator authenticator, Request request, Set<String> algorithms) AccessGrantSession.generateProof
(String jkt, Request request) -
Uses of Request in com.inrupt.client.auth
Modifier and TypeMethodDescriptionAuthenticator.authenticate
(Session session, Request request, Set<String> algorithms) Perform an ansynchronous authentication process, resulting in an access token.Session.authenticate
(Authenticator authenticator, Request request, Set<String> algorithms) Fetch an authentication token from session values.Retrieve an access token for a request from a cache.Session.generateProof
(String jkt, Request request) Generate a proof for a request.ReactiveAuthorization.negotiate
(Session session, Request request, Collection<Challenge> challenges) Negotiate for an authorization credential. -
Uses of Request in com.inrupt.client.httpclient
Modifier and TypeMethodDescription<T> CompletionStage<Response<T>>
HttpClientService.send
(Request request, Response.BodyHandler<T> handler) -
Uses of Request in com.inrupt.client.okhttp
Modifier and TypeMethodDescription<T> CompletionStage<Response<T>>
OkHttpService.send
(Request request, Response.BodyHandler<T> handler) -
Uses of Request in com.inrupt.client.openid
Modifier and TypeMethodDescriptionOpenIdAuthenticationProvider.OpenIdAuthenticator.authenticate
(Session session, Request request, Set<String> algorithms) OpenIdSession.authenticate
(Authenticator auth, Request request, Set<String> algorithms) OpenIdSession.generateProof
(String jkt, Request request) -
Uses of Request in com.inrupt.client.solid
Modifier and TypeMethodDescription<T> CompletionStage<Response<T>>
SolidClient.send
(Request request, Response.BodyHandler<T> responseBodyHandler) Perform a low-level HTTP request.<T> Response<T>
SolidSyncClient.send
(Request request, Response.BodyHandler<T> responseBodyHandler) Perform a low-level HTTP request. -
Uses of Request in com.inrupt.client.spi
Modifier and TypeMethodDescription<T> CompletionStage<Response<T>>
HttpService.send
(Request request, Response.BodyHandler<T> responseBodyHandler) Perform an asynchonous HTTP request.