Modifier and Type | Method and Description |
---|---|
HttpRequest<R> |
HttpRequest.RequestBuilder.build()
Builds the HttpRequest
|
Modifier and Type | Method and Description |
---|---|
<R> HttpResponse |
HttpExecutorService.execute(HttpRequest<R> request)
Executes the given request and returns the
HttpResponse result from the server |
Constructor and Description |
---|
RequestBuilder(HttpRequest<R> request) |
Modifier and Type | Method and Description |
---|---|
String |
EndpointURIFromRequestFunction.apply(HttpRequest<?> request) |
Modifier and Type | Method and Description |
---|---|
<R> HttpResponse |
HttpExecutor.execute(HttpRequest<R> request)
Delegate to
HttpExecutorService.execute(HttpRequest) |
Modifier and Type | Method and Description |
---|---|
HttpRequest<R> |
BaseOpenStackService.Invocation.getRequest() |
Modifier and Type | Method and Description |
---|---|
HttpRequest<R> |
MetaHeaderRequestWrapper.getRequest() |
Modifier and Type | Method and Description |
---|---|
static <R> MetaHeaderRequestWrapper<R> |
MetaHeaderRequestWrapper.of(String prefix,
Map<String,String> metadata,
HttpRequest<R> request) |
Copyright © 2017. All rights reserved.