Uses of Interface
com.ning.http.client.multipart.Part
Packages that use Part
-
Uses of Part in com.ning.http.client
Methods in com.ning.http.client that return types with arguments of type PartMethods in com.ning.http.client with parameters of type PartModifier and TypeMethodDescriptionAsyncHttpClient.BoundRequestBuilder.addBodyPart(Part part) RequestBuilder.addBodyPart(Part part) RequestBuilderBase.addBodyPart(Part part) SimpleAsyncHttpClient.Builder.addBodyPart(Part part) SimpleAsyncHttpClient.DerivedBuilder.addBodyPart(Part part) SimpleAsyncHttpClient.post(BodyConsumer consumer, Part... parts) SimpleAsyncHttpClient.put(BodyConsumer consumer, Part... parts) -
Uses of Part in com.ning.http.client.multipart
Classes in com.ning.http.client.multipart that implement PartModifier and TypeClassDescriptionclassThis class is an adaptation of the Apache HttpClient implementationclassclassclassclassMethod parameters in com.ning.http.client.multipart with type arguments of type PartModifier and TypeMethodDescriptionstatic longMultipartUtils.getLengthOfParts(List<Part> parts, byte[] partBoundary) static MultipartBodyMultipartUtils.newMultipartBody(List<Part> parts, FluentCaseInsensitiveStringsMap requestHeaders) Creates a new multipart entity containing the given parts.Constructor parameters in com.ning.http.client.multipart with type arguments of type PartModifierConstructorDescriptionMultipartBody(List<Part> parts, String contentType, long contentLength, byte[] boundary)