public static interface Invocation.Builder extends SyncInvoker
| Modifier and Type | Method and Description |
|---|---|
Invocation.Builder |
accept(MediaType... mediaTypes) |
Invocation.Builder |
accept(String... mediaTypes) |
Invocation.Builder |
acceptEncoding(String... encodings) |
Invocation.Builder |
acceptLanguage(Locale... locales) |
Invocation.Builder |
acceptLanguage(String... locales) |
AsyncInvoker |
async() |
Invocation |
build(String method) |
Invocation |
build(String method,
Entity<?> entity) |
Invocation |
buildDelete() |
Invocation |
buildGet() |
Invocation |
buildPost(Entity<?> entity) |
Invocation |
buildPut(Entity<?> entity) |
Invocation.Builder |
cacheControl(CacheControl cacheControl) |
Invocation.Builder |
cookie(Cookie cookie) |
Invocation.Builder |
cookie(String name,
String value) |
Invocation.Builder |
header(String name,
Object value) |
Invocation.Builder |
headers(MultivaluedMap<String,Object> headers) |
Invocation.Builder |
property(String name,
Object value) |
CompletionStageRxInvoker |
rx() |
<T extends RxInvoker> |
rx(Class<T> clazz) |
Invocation build(String method)
Invocation build(String method, Entity<?> entity)
Invocation buildGet()
Invocation buildDelete()
Invocation buildPost(Entity<?> entity)
Invocation buildPut(Entity<?> entity)
AsyncInvoker async()
Invocation.Builder accept(String... mediaTypes)
Invocation.Builder accept(MediaType... mediaTypes)
Invocation.Builder acceptLanguage(Locale... locales)
Invocation.Builder acceptLanguage(String... locales)
Invocation.Builder acceptEncoding(String... encodings)
Invocation.Builder cookie(Cookie cookie)
Invocation.Builder cookie(String name, String value)
Invocation.Builder cacheControl(CacheControl cacheControl)
Invocation.Builder header(String name, Object value)
Invocation.Builder headers(MultivaluedMap<String,Object> headers)
Invocation.Builder property(String name, Object value)
CompletionStageRxInvoker rx()
Copyright © 2018 The Apache Software Foundation. All rights reserved.