| Package | Description |
|---|---|
| javax.ws.rs.client | |
| javax.ws.rs.core |
| Modifier and Type | Method and Description |
|---|---|
static Entity<Form> |
Entity.form(Form form) |
static Entity<Form> |
Entity.form(MultivaluedMap<String,String> formData) |
| Modifier and Type | Method and Description |
|---|---|
static Entity<Form> |
Entity.form(Form form) |
| Modifier and Type | Method and Description |
|---|---|
Form |
Form.param(String name,
String value) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.