| 构造器和说明 |
|---|
AioResponseClientHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
channelRead(HandlerPipline.HandlerContext context,
Object msg) |
void |
exceptionCaught(HandlerPipline.HandlerContext context,
Throwable cause) |
AioResphone |
getAioResphone() |
int |
getErrorNum() |
AioNet.AioTask |
getTask() |
void |
setAioResphone(AioResphone aioResphone) |
void |
setErrorNum(int errorNum) |
void |
setTask(AioNet.AioTask task) |
public void channelRead(HandlerPipline.HandlerContext context, Object msg) throws Exception
channelRead 在接口中 InHandler<String>Exceptionpublic void exceptionCaught(HandlerPipline.HandlerContext context, Throwable cause)
exceptionCaught 在接口中 InHandler<String>public int getErrorNum()
public void setErrorNum(int errorNum)
public AioResphone getAioResphone()
public void setAioResphone(AioResphone aioResphone)
public AioNet.AioTask getTask()
public void setTask(AioNet.AioTask task)
Copyright © 2019. All Rights Reserved.