Uses of Interface
org.eclipse.jetty.client.api.ContentResponse
Packages that use 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
Classes in org.eclipse.jetty.client that implement ContentResponseMethods in org.eclipse.jetty.client that return ContentResponseModifier 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
Methods in org.eclipse.jetty.client.api that return ContentResponseMethods in org.eclipse.jetty.client.api with parameters of type ContentResponseModifier and TypeMethodDescriptionAuthentication.authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context) Executes the authentication mechanism for the given request, returning aAuthentication.Resultthat can be used to actually authenticate the request viaAuthentication.Result.apply(Request). -
Uses of ContentResponse in org.eclipse.jetty.client.util
Classes in org.eclipse.jetty.client.util that implement interfaces with type arguments of type ContentResponseModifier and TypeClassDescriptionclassABufferingResponseListenerthat is also aFuture, to allow applications to block (indefinitely or for a timeout) untilFutureResponseListener.onComplete(Result)is called, or toabortthe request/response conversation.Fields in org.eclipse.jetty.client.util declared as ContentResponseMethods in org.eclipse.jetty.client.util that return ContentResponseModifier and TypeMethodDescriptionFutureResponseListener.get()private ContentResponseFutureResponseListener.getResult()Methods in org.eclipse.jetty.client.util with parameters of type ContentResponseModifier 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)