Class FormParamsMediaReader
java.lang.Object
cool.scx.http.media.form_params.FormParamsMediaReader
- All Implemented Interfaces:
MediaReader<FormParams>
FormParamsMediaReader
- Version:
- 0.0.1
- Author:
- scx567888
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionread(cool.scx.io.ByteInput byteInput, ScxHttpHeaders headers) 读取内容
-
Field Details
-
FORM_PARAMS_MEDIA_READER
-
-
Method Details
-
read
public FormParams read(cool.scx.io.ByteInput byteInput, ScxHttpHeaders headers) throws cool.scx.io.exception.ScxIOException, cool.scx.io.exception.AlreadyClosedException Description copied from interface:MediaReader读取内容- Specified by:
readin interfaceMediaReader<FormParams>- Parameters:
byteInput- 输入流headers- 请求头 (在客户端状态下是 responseHeaders)- Throws:
cool.scx.io.exception.ScxIOExceptioncool.scx.io.exception.AlreadyClosedException
-