| Package | Description |
|---|---|
| com.github.ljtfreitas.restify.http.client.request |
| Modifier and Type | Method and Description |
|---|---|
static EndpointRequestMetadata |
EndpointRequestMetadata.empty() |
EndpointRequestMetadata |
EndpointRequest.metadata() |
| Constructor and Description |
|---|
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
com.github.ljtfreitas.restify.reflection.JavaType responseType,
EndpointVersion version,
EndpointRequestMetadata metadata) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
java.lang.reflect.Type responseType,
EndpointVersion version,
EndpointRequestMetadata metadata) |
Copyright © 2019. All Rights Reserved.