| Package | Description |
|---|---|
| org.jboss.resteasy.client |
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311)
had no client framework, so Resteasy release 2.x provided one.
|
| org.jboss.resteasy.client.core | |
| org.jboss.resteasy.client.core.marshallers |
| Modifier and Type | Method and Description |
|---|---|
static <T> ClientInvoker |
ProxyFactory.createClientInvoker(Class<T> clazz,
Method method,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory)
Deprecated.
|
static <T> ClientInvoker |
ProxyFactory.createClientInvoker(Class<T> clazz,
Method method,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory,
Map<String,Object> requestAttributes)
Deprecated.
|
static <T> ClientInvoker |
ProxyFactory.createClientInvoker(Class<T> clazz,
Method method,
URI baseUri,
ProxyConfig config)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientInvokerModifier.modify(ClientInvoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClientInvoker> |
ResteasyClientProxy.getResteasyClientInvokers()
Deprecated.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.