| Constructor and Description |
|---|
Headers(Headers source) |
| Modifier and Type | Method and Description |
|---|---|
Headers |
HeadersEndpointCallExecutableFactory.HeadersEndpointCallExecutable.execute(EndpointCall<java.lang.Void> call,
java.lang.Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<Headers,java.lang.Void> |
HeadersEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<EndpointResponse<java.lang.Void>,java.lang.Void> executable) |
| Modifier and Type | Method and Description |
|---|---|
Headers |
HttpRequestMessage.headers() |
Headers |
EndpointRequest.headers() |
| Constructor and Description |
|---|
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
Headers headers,
java.lang.Object body,
JavaType responseType) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
Headers headers,
java.lang.Object body,
java.lang.reflect.Type responseType) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
Headers headers,
java.lang.reflect.Type responseType) |
| Modifier and Type | Method and Description |
|---|---|
Headers |
ApacheHttpClientRequest.headers() |
| Constructor and Description |
|---|
ApacheHttpClientRequest(org.apache.http.client.HttpClient httpClient,
org.apache.http.client.methods.HttpUriRequest httpRequest,
org.apache.http.protocol.HttpContext httpContext,
java.nio.charset.Charset charset,
Headers headers,
EndpointRequest source) |
| Modifier and Type | Method and Description |
|---|---|
Headers |
JdkHttpClientRequest.headers() |
| Constructor and Description |
|---|
JdkHttpClientRequest(java.net.HttpURLConnection connection,
java.nio.charset.Charset charset,
Headers headers,
EndpointRequest source) |
| Modifier and Type | Method and Description |
|---|---|
Headers |
OkHttpClientRequest.headers() |
| Modifier and Type | Method and Description |
|---|---|
Headers |
RestifyEndpointResponseException.getHeaders() |
Headers |
BaseHttpResponseMessage.headers() |
Headers |
EndpointResponse.headers() |
Headers |
HttpResponseMessage.headers() |
| Modifier and Type | Method and Description |
|---|---|
static <T> EndpointResponse<T> |
EndpointResponse.empty(StatusCode statusCode,
Headers headers) |
| Constructor and Description |
|---|
BaseHttpResponseMessage(StatusCode statusCode,
Headers headers,
java.io.InputStream body,
HttpRequestMessage httpRequest) |
EndpointResponse(StatusCode statusCode,
Headers headers,
T body) |
RestifyEndpointResponseException(java.lang.String message,
StatusCode statusCode,
Headers headers,
java.lang.String body) |
Copyright © 2016. All Rights Reserved.