Uses of Interface
org.asynchttpclient.request.body.multipart.Part
-
Packages that use Part Package Description org.asynchttpclient org.asynchttpclient.netty.request.body org.asynchttpclient.request.body.multipart -
-
Uses of Part in org.asynchttpclient
Fields in org.asynchttpclient with type parameters of type Part Modifier and Type Field Description protected @Nullable List<Part>RequestBuilderBase. bodyPartsMethods in org.asynchttpclient that return types with arguments of type Part Modifier and Type Method Description List<Part>DefaultRequest. getBodyParts()List<Part>Request. getBodyParts()Methods in org.asynchttpclient with parameters of type Part Modifier and Type Method Description TRequestBuilderBase. addBodyPart(Part bodyPart)Method parameters in org.asynchttpclient with type arguments of type Part Modifier and Type Method Description TRequestBuilderBase. setBodyParts(List<Part> bodyParts) -
Uses of Part in org.asynchttpclient.netty.request.body
Constructor parameters in org.asynchttpclient.netty.request.body with type arguments of type Part Constructor Description NettyMultipartBody(List<Part> parts, io.netty.handler.codec.http.HttpHeaders headers, AsyncHttpClientConfig config) -
Uses of Part in org.asynchttpclient.request.body.multipart
Classes in org.asynchttpclient.request.body.multipart that implement Part Modifier and Type Class Description classByteArrayPartclassFileLikePartThis class is an adaptation of the Apache HttpClient implementationclassFilePartclassInputStreamPartclassPartBaseclassStringPartMethods in org.asynchttpclient.request.body.multipart that return types with arguments of type Part Modifier and Type Method Description static List<MultipartPart<? extends Part>>MultipartUtils. generateMultipartParts(List<Part> parts, byte[] boundary)Method parameters in org.asynchttpclient.request.body.multipart with type arguments of type Part Modifier and Type Method Description static List<MultipartPart<? extends Part>>MultipartUtils. generateMultipartParts(List<Part> parts, byte[] boundary)static MultipartBodyMultipartUtils. newMultipartBody(List<Part> parts, io.netty.handler.codec.http.HttpHeaders requestHeaders)Creates a new multipart entity containing the given parts.Constructor parameters in org.asynchttpclient.request.body.multipart with type arguments of type Part Constructor Description MultipartBody(List<MultipartPart<? extends Part>> parts, String contentType, byte[] boundary)
-