import
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
package com.sipai.netty;
|
||||
|
||||
import java.nio.charset.Charset;
|
||||
import java.util.Date;
|
||||
|
||||
import io.netty.buffer.ByteBuf;
|
||||
import io.netty.buffer.Unpooled;
|
||||
import io.netty.channel.ChannelHandlerContext;
|
||||
import io.netty.channel.ChannelInboundHandlerAdapter;
|
||||
|
||||
import java.nio.charset.Charset;
|
||||
import java.util.Date;
|
||||
|
||||
public class NettyClientHandler extends ChannelInboundHandlerAdapter {
|
||||
/**
|
||||
* 通道信息读取处理
|
||||
|
||||
Reference in New Issue
Block a user