| 构造器和说明 |
|---|
AioSynReponseClientHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
channelRead(HandlerPipline.HandlerContext context,
Object obj) |
void |
exceptionCaught(HandlerPipline.HandlerContext context,
Throwable cause) |
CountDownLatch |
getCountDownLatch() |
String |
getMsg() |
void |
setCountDownLatch(CountDownLatch countDownLatch) |
void |
setMsg(String msg) |
public void channelRead(HandlerPipline.HandlerContext context, Object obj) throws Exception
channelRead 在接口中 InHandler<String>Exceptionpublic void exceptionCaught(HandlerPipline.HandlerContext context, Throwable cause)
exceptionCaught 在接口中 InHandler<String>public String getMsg()
public void setMsg(String msg)
public CountDownLatch getCountDownLatch()
public void setCountDownLatch(CountDownLatch countDownLatch)
Copyright © 2019. All Rights Reserved.