Uses of Class
org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
-
Packages that use ClientInvocationBuilder Package Description org.jboss.resteasy.client.jaxrs.internal.proxy.processors org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation -
-
Uses of ClientInvocationBuilder in org.jboss.resteasy.client.jaxrs.internal.proxy.processors
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.processors with parameters of type ClientInvocationBuilder Modifier and Type Method Description void
FormProcessor. process(ClientInvocationBuilder invocation, java.lang.Object param)
void
InvocationProcessor. process(ClientInvocationBuilder invocation, java.lang.Object param)
private void
FormProcessor. processParam(ClientInvocationBuilder invocation, java.lang.Object val, java.lang.Object proc)
-
Uses of ClientInvocationBuilder in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation that return ClientInvocationBuilder Modifier and Type Method Description protected ClientInvocationBuilder
FormParamProcessor. apply(ClientInvocationBuilder target, java.lang.Object object)
protected ClientInvocationBuilder
HeaderParamProcessor. apply(ClientInvocationBuilder target, java.lang.Object object)
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation with parameters of type ClientInvocationBuilder Modifier and Type Method Description protected ClientInvocationBuilder
FormParamProcessor. apply(ClientInvocationBuilder target, java.lang.Object object)
protected ClientInvocationBuilder
HeaderParamProcessor. apply(ClientInvocationBuilder target, java.lang.Object object)
void
AbstractInvocationCollectionProcessor. process(ClientInvocationBuilder invocation, java.lang.Object param)
void
CookieParamProcessor. process(ClientInvocationBuilder request, java.lang.Object object)
void
MessageBodyParameterProcessor. process(ClientInvocationBuilder invocation, java.lang.Object param)
void
URIParamProcessor. process(ClientInvocationBuilder invocation, java.lang.Object param)
-