com.ning.http.client
Class StringPart

java.lang.Object
  extended by com.ning.http.client.StringPart
All Implemented Interfaces:
Part

public class StringPart
extends Object
implements Part

A string multipart part.


Constructor Summary
StringPart(String name, String value)
           
StringPart(String name, String value, String charset)
           
 
Method Summary
 String getCharset()
           
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringPart

public StringPart(String name,
                  String value,
                  String charset)

StringPart

public StringPart(String name,
                  String value)
Method Detail

getName

public String getName()
Specified by:
getName in interface Part

getValue

public String getValue()

getCharset

public String getCharset()


Copyright © 2011. All Rights Reserved.