|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.xlightweb.MultivalueMap
org.xlightweb.FormURLEncodedBody
MultivalueMap
public final class FormURLEncodedBody
| Constructor Summary | |
|---|---|
FormURLEncodedBody(BodyDataSource bodyDataSource)
Deprecated. construcotr |
|
FormURLEncodedBody(NameValuePair... decodedFormParameters)
Deprecated. constructor |
|
FormURLEncodedBody(NameValuePair decodedFormParameter)
Deprecated. constructor |
|
FormURLEncodedBody(String encoding)
Deprecated. constructor |
|
FormURLEncodedBody(String encoding,
NameValuePair... decodedFormParameters)
Deprecated. constructor |
|
FormURLEncodedBody(String encoding,
String... decodedFormParameters)
Deprecated. constructor |
|
| Method Summary |
|---|
| Methods inherited from class org.xlightweb.MultivalueMap |
|---|
addParameter, getBooleanParameter, getBooleanParameter, getDoubleParameter, getDoubleParameter, getFloatParameter, getFloatParameter, getIntParameter, getIntParameter, getLongParameter, getLongParameter, getParameter, getParameterNameSet, getParameterValues, removeParameter, setParameter, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormURLEncodedBody(NameValuePair decodedFormParameter)
decodedFormParameter - the decoded form parameterspublic FormURLEncodedBody(String encoding)
encoding - the encoding to usedecodedFormParameter - the decoded form parameterspublic FormURLEncodedBody(NameValuePair... decodedFormParameters)
decodedFormParameters - the decoded form parameters
public FormURLEncodedBody(String encoding,
NameValuePair... decodedFormParameters)
encoding - the encoding to usedecodedFormParameters - the decoded form parameters
public FormURLEncodedBody(String encoding,
String... decodedFormParameters)
encoding - the encoding to usedecodedFormParameters - the decoded form parameters
public FormURLEncodedBody(BodyDataSource bodyDataSource)
throws IOException
bodyDataSource - the entity
IOException - if the body parsing fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||