Uses of Class
org.asynchttpclient.request.body.multipart.part.MultipartPart
-
Packages that use MultipartPart Package Description org.asynchttpclient.request.body.multipart org.asynchttpclient.request.body.multipart.part -
-
Uses of MultipartPart in org.asynchttpclient.request.body.multipart
Methods in org.asynchttpclient.request.body.multipart that return types with arguments of type MultipartPart Modifier and Type Method Description static List<MultipartPart<? extends Part>>MultipartUtils. generateMultipartParts(List<Part> parts, byte[] boundary)Constructor parameters in org.asynchttpclient.request.body.multipart with type arguments of type MultipartPart Constructor Description MultipartBody(List<MultipartPart<? extends Part>> parts, String contentType, byte[] boundary) -
Uses of MultipartPart in org.asynchttpclient.request.body.multipart.part
Subclasses of MultipartPart in org.asynchttpclient.request.body.multipart.part Modifier and Type Class Description classByteArrayMultipartPartclassFileLikeMultipartPart<T extends FileLikePart>classFileMultipartPartclassInputStreamMultipartPartclassMessageEndMultipartPartclassStringMultipartPart
-