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.property(String name,
Object value) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.