Uses of Class
org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
-
Packages that use ClientInvoker Package Description org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.client.jaxrs.internal.proxy -
-
Uses of ClientInvoker in org.jboss.resteasy.client.jaxrs.internal
Fields in org.jboss.resteasy.client.jaxrs.internal declared as ClientInvoker Modifier and Type Field Description protected ClientInvokerClientInvocation. clientInvokerMethods in org.jboss.resteasy.client.jaxrs.internal that return ClientInvoker Modifier and Type Method Description ClientInvokerClientInvocation. getClientInvoker()Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientInvoker Modifier and Type Method Description voidClientInvocation. setClientInvoker(ClientInvoker clientInvoker) -
Uses of ClientInvoker in org.jboss.resteasy.client.jaxrs.internal.proxy
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy that return ClientInvoker Modifier and Type Method Description ClientInvokerClientInvokerFactory. createClientInvoker(Class<?> clazz, Method method, ProxyConfig config)Methods in org.jboss.resteasy.client.jaxrs.internal.proxy that return types with arguments of type ClientInvoker Modifier and Type Method Description Collection<ClientInvoker>ResteasyClientProxy. getResteasyClientInvokers()Methods in org.jboss.resteasy.client.jaxrs.internal.proxy with parameters of type ClientInvoker Modifier and Type Method Description voidClientInvokerModifier. modify(ClientInvoker invoker)
-