Uses of Interface
com.ning.http.client.Part

Packages that use Part
com.ning.http.client   
com.ning.http.util   
 

Uses of Part in com.ning.http.client
 

Classes in com.ning.http.client that implement Part
 class ByteArrayPart
           
 class FilePart
          A file multipart part.
 class StringPart
          A string multipart part.
 

Methods in com.ning.http.client that return types with arguments of type Part
 List<Part> Request.getParts()
          Return the current Part
 

Methods in com.ning.http.client with parameters of type Part
 T RequestBuilderBase.addBodyPart(Part part)
           
 RequestBuilder RequestBuilder.addBodyPart(Part part)
           
 AsyncHttpClient.BoundRequestBuilder AsyncHttpClient.BoundRequestBuilder.addBodyPart(Part part)
           
 

Uses of Part in com.ning.http.util
 

Method parameters in com.ning.http.util with type arguments of type Part
static MultipartRequestEntity AsyncHttpProviderUtils.createMultipartRequestEntity(List<Part> params, FluentStringsMap methodParams)
          This is quite ugly as our internal names are duplicated, but we build on top of HTTP Client implementation.
 



Copyright © 2010. All Rights Reserved.