Uses of Class
org.miaixz.bus.http.bodys.MultipartBody.Part
Packages that use MultipartBody.Part
Package
Description
Provides classes for handling HTTP request and response bodies.
-
Uses of MultipartBody.Part in org.miaixz.bus.http.bodys
Methods in org.miaixz.bus.http.bodys that return MultipartBody.PartModifier and TypeMethodDescriptionstatic MultipartBody.PartMultipartBody.Part.create(RequestBody body) Creates a new part with no headers.static MultipartBody.PartMultipartBody.Part.create(Headers headers, RequestBody body) Creates a new part with the given headers and body.static MultipartBody.PartMultipartBody.Part.createFormData(String name, String value) Creates a new form-data part.static MultipartBody.PartMultipartBody.Part.createFormData(String name, String filename, RequestBody body) Creates a new form-data part with a filename.MultipartBody.part(int index) Returns the part at the specified index.Methods in org.miaixz.bus.http.bodys that return types with arguments of type MultipartBody.PartMethods in org.miaixz.bus.http.bodys with parameters of type MultipartBody.PartModifier and TypeMethodDescriptionMultipartBody.Builder.addPart(MultipartBody.Part part) Adds a part.