com.ning.http.client
Class FilePart
java.lang.Object
com.ning.http.client.FilePart
- All Implemented Interfaces:
- Part
public class FilePart
- extends Object
- implements Part
A file multipart part.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilePart
public FilePart(String name,
File file,
String mimeType,
String charSet)
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.