Package | Description |
---|---|
javax.ws.rs.client |
The JAX-RS client API
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
org.glassfish.jersey.client.proxy |
This package defines a high-level (proxy-based) client API.
|
Modifier and Type | Method and Description |
---|---|
static Entity<Form> |
Entity.form(Form form)
Create an "application/x-www-form-urlencoded"
form entity.
|
static Entity<Form> |
Entity.form(MultivaluedMap<String,String> formData)
Create an "application/x-www-form-urlencoded"
form entity.
|
Modifier and Type | Method and Description |
---|---|
static Entity<Form> |
Entity.form(Form form)
Create an "application/x-www-form-urlencoded"
form entity.
|
Modifier and Type | Method and Description |
---|---|
Form |
Form.param(String name,
String value)
Adds a new value to the specified form parameter.
|
Modifier and Type | Method and Description |
---|---|
static <C> C |
WebResourceFactory.newResource(Class<C> resourceInterface,
WebTarget target,
boolean ignoreResourcePath,
MultivaluedMap<String,Object> headers,
List<Cookie> cookies,
Form form)
Creates a new client-side representation of a resource described by
the interface passed in the first argument.
|
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.