| 类 | 说明 |
|---|---|
| ImBytesData |
字节数据封装类
该类用于封装二进制(Byte)的数据
Byte data Bean class This class is used to encapsulate binary (Byte) data. |
| ImFileData |
文件数据封装类
当使用上传文件时,需要将文件的相关数据在该类封装
File data Bean class When using an upload file, you need to encapsulate the relevant data of the file in this class. |
| ImFormData |
普通表单数据封装类
该类用于封装普通表单数据
Normal form data Bean class This class is used to wrap ordinary form data |
| ImMultipartFormData |
多部分构成的表单数据封装类
该类用于封装多部分构成的表单的数据,一般用于文件上传或二进制流数据的发送
Multi-part form data Bean class This class is used to encapsulate the data of a multi-part form, generally used for file upload or binary stream data transmission. |
| ImResponseCookie |
会话响应的Cookie数据封装
该类用于封装会话响应的Cookie数据
Cookie response data encapsulation class This class is used to encapsulate cookie data for session responses.. |
Copyright © 2021. All rights reserved.