Uses of Class
com.inrupt.client.Request
Packages that use 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
Methods in com.inrupt.client that return RequestMethods in com.inrupt.client with parameters of type RequestModifier 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
Methods in com.inrupt.client.accessgrant with parameters of type RequestModifier and TypeMethodDescriptionAccessGrantSession.authenticate
(Authenticator authenticator, Request request, Set<String> algorithms) AccessGrantSession.generateProof
(String jkt, Request request) -
Uses of Request in com.inrupt.client.auth
Methods in com.inrupt.client.auth with parameters of type RequestModifier 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
Methods in com.inrupt.client.httpclient with parameters of type RequestModifier and TypeMethodDescription<T> CompletionStage<Response<T>>
HttpClientService.send
(Request request, Response.BodyHandler<T> handler) -
Uses of Request in com.inrupt.client.okhttp
Methods in com.inrupt.client.okhttp with parameters of type RequestModifier and TypeMethodDescription<T> CompletionStage<Response<T>>
OkHttpService.send
(Request request, Response.BodyHandler<T> handler) -
Uses of Request in com.inrupt.client.openid
Methods in com.inrupt.client.openid with parameters of type RequestModifier 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
Methods in com.inrupt.client.solid with parameters of type RequestModifier 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
Methods in com.inrupt.client.spi with parameters of type RequestModifier and TypeMethodDescription<T> CompletionStage<Response<T>>
HttpService.send
(Request request, Response.BodyHandler<T> responseBodyHandler) Perform an asynchonous HTTP request.