public final class HttpRequestBodyForm extends Object implements HttpRequestBody
HttpRequestBody for form url-encoded request bodies.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getBody()
The request body.
|
String |
getContentType()
The request body content type, may be
null. |
Collection<HttpParameter> |
getParameters()
Get
parameters |
int |
hashCode() |
String |
toString() |
public String getContentType()
HttpRequestBodynull.getContentType in interface HttpRequestBodypublic byte[] getBody()
HttpRequestBodygetBody in interface HttpRequestBodypublic Collection<HttpParameter> getParameters()
parametersparametersCopyright © 2019. All rights reserved.