Uses of Interface
org.eclipse.jetty.client.api.ContentResponse
-
Packages that use ContentResponse Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.api Jetty Client : API Classesorg.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.websocket.client Jetty WebSocket Client API -
-
Uses of ContentResponse in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement ContentResponse Modifier and Type Class Description class
HttpContentResponse
Methods in org.eclipse.jetty.client that return ContentResponse Modifier and Type Method Description ContentResponse
HttpClient. FORM(java.lang.String uri, Fields fields)
Performs a POST request to the specified URI with the given form parameters.ContentResponse
HttpClient. FORM(java.net.URI uri, Fields fields)
Performs a POST request to the specified URI with the given form parameters.ContentResponse
HttpClient. GET(java.lang.String uri)
Performs a GET request to the specified URI.ContentResponse
HttpClient. GET(java.net.URI uri)
Performs a GET request to the specified URI.ContentResponse
HttpRequest. send()
-
Uses of ContentResponse in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api that return ContentResponse Modifier and Type Method Description ContentResponse
Request. send()
Sends this request and returns the response.Methods in org.eclipse.jetty.client.api with parameters of type ContentResponse Modifier and Type Method Description Authentication.Result
Authentication. 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
Methods in org.eclipse.jetty.client.util that return ContentResponse Modifier and Type Method Description ContentResponse
FutureResponseListener. get()
ContentResponse
FutureResponseListener. get(long timeout, java.util.concurrent.TimeUnit unit)
Methods in org.eclipse.jetty.client.util with parameters of type ContentResponse Modifier and Type Method Description Authentication.Result
BasicAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)
Authentication.Result
DigestAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)
Authentication.Result
SPNEGOAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)
-
Uses of ContentResponse in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client that return ContentResponse Modifier and Type Method Description ContentResponse
WebSocketUpgradeRequest. send()
-