public class InvokePostResponse extends InvokeMethodResponse
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_X_WWW_FORM_URLENCODED
.
|
static String |
MULTIPART_FORM_DATA
.
|
| Constructor and Description |
|---|
InvokePostResponse(String uri) |
InvokePostResponse(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
Body |
getBody() |
String |
getContentType() |
void |
setBody(Body body) |
void |
setContentType(String contentType) |
String |
toString() |
addHeader, getHeaders, getURIpublic static final String APPLICATION_X_WWW_FORM_URLENCODED
public static final String MULTIPART_FORM_DATA
Copyright © 2003-2018 GateIn. All Rights Reserved.