com.ning.http.client
Class StringPart
java.lang.Object
com.ning.http.client.StringPart
- All Implemented Interfaces:
- Part
public class StringPart
- extends Object
- implements Part
A string multipart part.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringPart
public StringPart(String name,
String value,
String charset)
StringPart
public StringPart(String name,
String value)
getName
public String getName()
- Specified by:
getName
in interface Part
getValue
public String getValue()
getCharset
public String getCharset()
Copyright © 2011. All Rights Reserved.