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

Packages that use HttpMultipartMode
org.apache.http.entity.mime MIME coded HTTP entity implementations. 
 

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

Methods in org.apache.http.entity.mime that return HttpMultipartMode
 HttpMultipartMode HttpMultipart.getMode()
          Deprecated.  
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
 MultipartEntityBuilder MultipartEntityBuilder.setMode(HttpMultipartMode mode)
           
 

Constructors in org.apache.http.entity.mime with parameters of type HttpMultipartMode
HttpMultipart(String subType, Charset charset, String boundary, HttpMultipartMode mode)
          Deprecated. Creates an instance with the specified settings.
MultipartEntity(HttpMultipartMode mode)
          Deprecated. Creates an instance using the specified HttpMultipartMode mode.
MultipartEntity(HttpMultipartMode mode, String boundary, Charset charset)
          Deprecated. Creates an instance using the specified parameters
 



Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.