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 | |
org.jboss.resteasy.client.jaxrs.internal.proxy |
Modifier and Type | Method and Description |
---|---|
static <T> ClientInvoker |
ProxyFactory.createClientInvoker(java.lang.Class<T> clazz,
java.lang.reflect.Method method,
java.net.URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory)
Deprecated.
|
static <T> ClientInvoker |
ProxyFactory.createClientInvoker(java.lang.Class<T> clazz,
java.lang.reflect.Method method,
java.net.URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory,
java.util.Map<java.lang.String,java.lang.Object> requestAttributes)
Deprecated.
|
static <T> ClientInvoker |
ProxyFactory.createClientInvoker(java.lang.Class<T> clazz,
java.lang.reflect.Method method,
java.net.URI baseUri,
ProxyConfig config)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientInvokerModifier.modify(ClientInvoker invoker) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ClientInvoker> |
ResteasyClientProxy.getResteasyClientInvokers()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ClientInvoker> |
ResteasyClientProxy.getResteasyClientInvokers() |