@Deprecated public class AsyncTaskParam extends HalfDuplexParamBase
headers, parameters| 构造器和说明 |
|---|
AsyncTaskParam()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuffer |
getBinaryData()
已过时。
Get the binary data, only websocket, if no binary data, return null.
|
Map<String,String> |
getHeaders()
已过时。
The custom http header.
|
com.google.gson.JsonObject |
getHttpBody()
已过时。
Get the batch request data.
|
Object |
getInput()
已过时。
Get the request input data.
|
String |
getModel()
已过时。
|
Map<String,Object> |
getParameters()
已过时。
The service parameters.
|
Object |
getResources()
已过时。
Get the request resources
|
void |
validate()
已过时。
Validate the input and parameters.
|
public String getModel()
getModel 在类中 HalfDuplexParamBasepublic Map<String,Object> getParameters()
HalfDuplexParamBasegetParameters 在类中 HalfDuplexParamBasepublic com.google.gson.JsonObject getHttpBody()
HalfDuplexParamBasegetHttpBody 在类中 HalfDuplexParamBasepublic ByteBuffer getBinaryData()
HalfDuplexParamBasegetBinaryData 在类中 HalfDuplexParamBasepublic Object getInput()
HalfDuplexParamBasegetInput 在类中 HalfDuplexParamBasepublic void validate()
throws InputRequiredException
HalfDuplexParamBasevalidate 在类中 HalfDuplexParamBaseInputRequiredException - Missing input fields.public Object getResources()
HalfDuplexParamBasegetResources 在类中 HalfDuplexParamBasepublic Map<String,String> getHeaders()
HalfDuplexParamBasegetHeaders 在类中 HalfDuplexParamBaseCopyright © 2025. All rights reserved.