| Methods in org.glassfish.jersey.client that return JerseyInvocation |
JerseyInvocation |
JerseyInvocation.Builder.build(String method)
|
JerseyInvocation |
JerseyInvocation.Builder.build(String method,
Entity<?> entity)
|
JerseyInvocation |
JerseyInvocation.Builder.buildDelete()
|
JerseyInvocation |
JerseyInvocation.Builder.buildGet()
|
JerseyInvocation |
JerseyInvocation.Builder.buildPost(Entity<?> entity)
|
JerseyInvocation |
JerseyInvocation.Builder.buildPut(Entity<?> entity)
|
JerseyInvocation |
JerseyInvocation.preInitialize()
Pre initializes the configuration of this invocation in order to improve
performance during the first request. |
JerseyInvocation |
JerseyInvocation.property(String name,
Object value)
|
JerseyInvocation |
JerseyInvocation.register(Class<?> providerClass)
|
JerseyInvocation |
JerseyInvocation.register(Class<?> providerClass,
Class<?>... contracts)
|
JerseyInvocation |
JerseyInvocation.register(Class<?> providerClass,
int bindingPriority)
|
JerseyInvocation |
JerseyInvocation.register(Class<?> providerClass,
Map<Class<?>,Integer> contracts)
|
JerseyInvocation |
JerseyInvocation.register(Object provider)
|
JerseyInvocation |
JerseyInvocation.register(Object provider,
Class<?>... contracts)
|
JerseyInvocation |
JerseyInvocation.register(Object provider,
int bindingPriority)
|
JerseyInvocation |
JerseyInvocation.register(Object provider,
Map<Class<?>,Integer> contracts)
|
JerseyInvocation |
JerseyInvocation.replaceWith(Configuration config)
|