Uses of Interface
org.eclipse.jetty.client.ContentResponse
Package
Description
-
Uses of ContentResponse in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionPerforms a POST request to the specified URI with the given form parameters.Performs a POST request to the specified URI with the given form parameters.static ContentResponse
FutureResponseListener.get()
Deprecated.Deprecated.Performs a GET request to the specified URI.Performs a GET request to the specified URI.Request.send()
Sends this request and returns the response.Modifier and TypeMethodDescriptionCompletableResponseListener.send()
Sends the request asynchronously and returns aCompletableFuture
that is completed when the request/response completes.CompletableResponseListener.send
(Connection connection) Sends the request asynchronously via the givenConnection
and returns aCompletableFuture
that is completed when the request/response completes.CompletableResponseListener.send
(Destination destination) Sends the request asynchronously via the givenDestination
and returns aCompletableFuture
that is completed when the request/response completes.Modifier and TypeMethodDescriptionAuthentication.authenticate
(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context) Executes the authentication mechanism for the given request, returning aAuthentication.Result
that can be used to actually authenticate the request viaAuthentication.Result.apply(Request)
.BasicAuthentication.authenticate
(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context) DigestAuthentication.authenticate
(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context) SPNEGOAuthentication.authenticate
(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context) -
Uses of ContentResponse in org.eclipse.jetty.client.internal
-
Uses of ContentResponse in org.eclipse.jetty.client.transport