| Package | Description | 
|---|---|
| javax.ws.rs.client | 
 The Client API 
 | 
| javax.ws.rs.core | 
 Low-level interfaces and annotations used to create RESTful service
 resources. 
 | 
| 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. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.