com.ning.http.client
Class FilePart

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

public class FilePart
extends Object
implements Part

A file multipart part.


Constructor Summary
FilePart(String name, File file, String mimeType, String charSet)
           
 
Method Summary
 String getCharSet()
           
 File getFile()
           
 String getMimeType()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePart

public FilePart(String name,
                File file,
                String mimeType,
                String charSet)
Method Detail

getName

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

getFile

public File getFile()

getMimeType

public String getMimeType()

getCharSet

public String getCharSet()


Copyright © 2011. All Rights Reserved.