Uses of Class
org.miaixz.bus.http.plugin.httpz.PostRequest.FileInfo
Packages that use PostRequest.FileInfo
-
Uses of PostRequest.FileInfo in org.miaixz.bus.http.plugin.httpz
Fields in org.miaixz.bus.http.plugin.httpz with type parameters of type PostRequest.FileInfoConstructor parameters in org.miaixz.bus.http.plugin.httpz with type arguments of type PostRequest.FileInfoModifierConstructorDescriptionprotectedHttpRequest(String url, Object tag, Map<String, String> params, Map<String, String> headers, List<PostRequest.FileInfo> fileInfos, String body, MultipartBody multipartBody, String id) protectedHttpRequest(String url, Object tag, Map<String, String> params, Map<String, String> encodedParams, Map<String, String> headers, List<PostRequest.FileInfo> fileInfos, String body, MultipartBody multipartBody, String id) PostRequest(String url, Object tag, Map<String, String> params, Map<String, String> headers, List<PostRequest.FileInfo> fileInfos, String postBody, MultipartBody multipartBody, String id) PostRequest(String url, Object tag, Map<String, String> params, Map<String, String> encodeParams, Map<String, String> headers, List<PostRequest.FileInfo> fileInfos, String postBody, MultipartBody multipartBody, String id) PutRequest(String url, Object tag, Map<String, String> params, Map<String, String> headers, List<PostRequest.FileInfo> fileInfos, String body, MultipartBody multipartBody, String id)