Uses of Class
org.apache.http.entity.mime.HttpMultipartMode

Packages that use HttpMultipartMode
org.apache.http.entity.mime Support for MIME multipart encoded entities 
 

Uses of HttpMultipartMode in org.apache.http.entity.mime
 

Methods in org.apache.http.entity.mime that return HttpMultipartMode
 HttpMultipartMode HttpMultipart.getMode()
           
static HttpMultipartMode HttpMultipartMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpMultipartMode[] HttpMultipartMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.http.entity.mime with parameters of type HttpMultipartMode
 void HttpMultipart.setMode(HttpMultipartMode mode)
           
 

Constructors in org.apache.http.entity.mime with parameters of type HttpMultipartMode
MultipartEntity(HttpMultipartMode mode)
           
MultipartEntity(HttpMultipartMode mode, String boundary, Charset charset)
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.