Uses of Class
org.jboss.resteasy.client.jaxrs.internal.ResteasyClientImpl
-
Packages that use ResteasyClientImpl Package Description org.jboss.resteasy.client.jaxrs.internal -
-
Uses of ResteasyClientImpl in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return ResteasyClientImpl Modifier and Type Method Description ResteasyClientImplResteasyClientImpl. property(String name, Object value)ResteasyClientImplResteasyClientImpl. register(Class<?> componentClass)ResteasyClientImplResteasyClientImpl. register(Class<?> componentClass, int priority)ResteasyClientImplResteasyClientImpl. register(Class<?> componentClass, Class<?>... contracts)ResteasyClientImplResteasyClientImpl. register(Class<?> componentClass, Map<Class<?>,Integer> contracts)ResteasyClientImplResteasyClientImpl. register(Object component)ResteasyClientImplResteasyClientImpl. register(Object component, int priority)ResteasyClientImplResteasyClientImpl. register(Object component, Class<?>... contracts)ResteasyClientImplResteasyClientImpl. register(Object component, Map<Class<?>,Integer> contracts)Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ResteasyClientImpl Modifier and Type Method Description protected ResteasyWebTargetResteasyClientImpl. createClientWebTarget(ResteasyClientImpl client, String uri, ClientConfiguration configuration)protected ResteasyWebTargetResteasyClientImpl. createClientWebTarget(ResteasyClientImpl client, URI uri, ClientConfiguration configuration)protected ResteasyWebTargetResteasyClientImpl. createClientWebTarget(ResteasyClientImpl client, javax.ws.rs.core.UriBuilder uriBuilder, ClientConfiguration configuration)
-