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 Classes
|
org.eclipse.jetty.client.util |
Jetty Client : Utility Classes
|
Modifier and Type | Class and Description |
---|---|
class |
HttpContentResponse |
Modifier and Type | Method and Description |
---|---|
ContentResponse |
HttpClient.FORM(String uri,
Fields fields)
Performs a POST request to the specified URI with the given form parameters.
|
ContentResponse |
HttpClient.FORM(URI uri,
Fields fields)
Performs a POST request to the specified URI with the given form parameters.
|
ContentResponse |
HttpClient.GET(String uri)
Performs a GET request to the specified URI.
|
ContentResponse |
HttpClient.GET(URI uri)
Performs a GET request to the specified URI.
|
ContentResponse |
HttpRequest.send() |
Modifier and Type | Method and Description |
---|---|
ContentResponse |
Request.send()
Sends this request and returns the response.
|
Modifier and Type | Method and Description |
---|---|
Authentication.Result |
Authentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
Attributes context)
Executes the authentication mechanism for the given request, returning a
Result that can be
used to actually authenticate the request via Result#apply(Request) . |
Modifier and Type | Method and Description |
---|---|
ContentResponse |
FutureResponseListener.get() |
ContentResponse |
FutureResponseListener.get(long timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
Authentication.Result |
DigestAuthentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
Attributes context) |
Authentication.Result |
BasicAuthentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
Attributes context) |
Copyright © 1995-2015 Webtide. All Rights Reserved.