Uses of Interface
com.inrupt.client.Response
Packages that use Response
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.
Support for Solid specific concepts for the Inrupt Java Client Libraries.
Service interfaces for the Inrupt Java Client Libraries.
-
Uses of Response in com.inrupt.client
Methods in com.inrupt.client that return types with arguments of type ResponseModifier and TypeMethodDescription<T> CompletionStage<Response<T>>
Client.send
(Request request, Response.BodyHandler<T> responseBodyHandler) Perform an HTTP request. -
Uses of Response in com.inrupt.client.httpclient
Methods in com.inrupt.client.httpclient that return types with arguments of type ResponseModifier and TypeMethodDescription<T> CompletionStage<Response<T>>
HttpClientService.send
(Request request, Response.BodyHandler<T> handler) -
Uses of Response in com.inrupt.client.okhttp
Methods in com.inrupt.client.okhttp that return types with arguments of type ResponseModifier and TypeMethodDescription<T> CompletionStage<Response<T>>
OkHttpService.send
(Request request, Response.BodyHandler<T> handler) -
Uses of Response in com.inrupt.client.solid
Methods in com.inrupt.client.solid that return ResponseModifier and TypeMethodDescription<T> Response<T>
SolidSyncClient.send
(Request request, Response.BodyHandler<T> responseBodyHandler) Perform a low-level HTTP request.Methods in com.inrupt.client.solid that return types with arguments of type ResponseModifier and TypeMethodDescription<T> CompletionStage<Response<T>>
SolidClient.send
(Request request, Response.BodyHandler<T> responseBodyHandler) Perform a low-level HTTP request. -
Uses of Response in com.inrupt.client.spi
Methods in com.inrupt.client.spi that return types with arguments of type ResponseModifier and TypeMethodDescription<T> CompletionStage<Response<T>>
HttpService.send
(Request request, Response.BodyHandler<T> responseBodyHandler) Perform an asynchonous HTTP request.