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)
           
 
Method Summary
 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)
Method Detail

getName

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

getValue

public String getValue()


Copyright © 2010. All Rights Reserved.