public final class FormEncodingType extends Object
Modifier and Type | Field and Description |
---|---|
static FormEncodingType |
MULTIPART
MULTIPART
This used to be a constant in HttpClient but it was deprecated with no alternative.
|
static FormEncodingType |
URL_ENCODED
URL_ENCODED
|
Modifier and Type | Method and Description |
---|---|
static FormEncodingType |
getInstance(String name)
Return the constant that matches the given name
|
String |
getName()
Return the name of this EncodingType
|
String |
toString()
Return a string representation of this object
|
public static final FormEncodingType URL_ENCODED
public static final FormEncodingType MULTIPART
public String getName()
public static FormEncodingType getInstance(String name)
name
- The name to search byCopyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.