| Package | Description |
|---|---|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| Modifier and Type | Method and Description |
|---|---|
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.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) |
JerseyInvocation |
JerseyInvocation.setProperty(String name,
Object value) |
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.