public interface InHandler<T>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
channelRead(HandlerPipline.HandlerContext context,
Object obj) |
void |
exceptionCaught(HandlerPipline.HandlerContext context,
Throwable cause) |
void channelRead(HandlerPipline.HandlerContext context, Object obj) throws Exception
Exceptionvoid exceptionCaught(HandlerPipline.HandlerContext context, Throwable cause)
Copyright © 2019. All Rights Reserved.