public class DefaultFrameDecoder extends ChannelInboundHandlerAdapter
| 构造器和说明 |
|---|
DefaultFrameDecoder() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
decode(SocketChannel socketChannel,
Object obj,
LinkedNonReadBlockQueue<Object> out)
消息解码
|
channelAdded, channelClosed, channelRead, channelWrite, encode, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchannelAdded, channelClosed, channelRead, exceptionCaughtchannelWrite, encode, userEventTriggeredpublic void decode(SocketChannel socketChannel, Object obj, LinkedNonReadBlockQueue<Object> out) throws Exception
ChannelBoundHandlerdecode 在接口中 ChannelBoundHandlerdecode 在接口中 ChannelInboundHandlerdecode 在类中 ChannelHandlerAdaptersocketChannel - 通道obj - 消息out - 消息队列Exception - 异常Copyright © 2021. All rights reserved.