| Class | Description |
|---|---|
| HttpClient |
Any header can be set into the parameter
settings
HttpClient is thread safe. |
| HttpHeaders | |
| HttpHeaders.Names |
Copied from Google Guava under Apache License v2.
|
| HttpHeaders.ReferrerPolicyValues |
Copied from Google Guava under Apache License v2.
|
| HttpHeaders.Values |
The Class Values.
|
| HttpRequest | |
| HttpResponse | |
| HttpServletRequestHeaderWrapper | |
| HttpSettings | |
| HttpUtil |
| Enum | Description |
|---|---|
| ContentFormat | |
| HttpMethod |
| Annotation Type | Description |
|---|---|
| DELETE |
Make a DELETE request to a REST path relative to base URL.
|
| Field |
Named pair for a form-encoded request.
|
| GET |
Make a GET request to a REST path relative to base URL.
|
| Path | |
| PathParam |
Named replacement in the URL path.
|
| POST |
Make a POST request to a REST path relative to base URL.
|
| PUT |
Make a PUT request to a REST path relative to base URL.
|
| QueryParam | |
| WebMethod | |
| WebService | |
| WebService.HttpMethod |
Copyright © 2021. All rights reserved.