Uses of Interface
org.eclipse.jetty.client.api.ContentResponse
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : API Classes
Jetty Client : Utility Classes
-
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.Performs a GET request to the specified URI.Performs a GET request to the specified URI.HttpRequest.send()
-
Uses of ContentResponse in org.eclipse.jetty.client.api
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)
. -
Uses of ContentResponse in org.eclipse.jetty.client.util
Modifier and TypeMethodDescriptionBasicAuthentication.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)