List of usage examples for io.netty.channel ChannelHandlerAdapter subclass-usage
From source file com.wii.netty.protocol.netty.client.HeartBeatReqHandler.java
/** * @author wishell * @date 2014315 * @version 1.0 */ public class HeartBeatReqHandler extends ChannelHandlerAdapter {
From source file com.wii.netty.protocol.netty.client.LoginAuthReqHandler.java
/** * @author wishell * @date 2014315 * @version 1.0 */ public class LoginAuthReqHandler extends ChannelHandlerAdapter {
From source file com.wii.netty.protocol.netty.server.HeartBeatRespHandler.java
/** * @author wishell * @date 2014315 * @version 1.0 */ public class HeartBeatRespHandler extends ChannelHandlerAdapter {
From source file com.wii.netty.protocol.netty.server.LoginAuthRespHandler.java
/** * @author wishell * @date 2014315 * @version 1.0 */ public class LoginAuthRespHandler extends ChannelHandlerAdapter {
From source file com.yao.netty.objectecho.ObjectEchoClientHandler.java
/** * Handler implementation for the object echo client. It initiates the * ping-pong traffic between the object echo client and server by sending the * first message to the server. */ public class ObjectEchoClientHandler extends ChannelHandlerAdapter {
From source file com.yao.netty.objectecho.ObjectEchoServerHandler.java
/** * Handles both client-side and server-side handler depending on which * constructor was called. */ public class ObjectEchoServerHandler extends ChannelHandlerAdapter {
From source file com.yundai.playjava.playNetty.TimeClientHandler.java
/** * @author lilinfeng * @date 2014214 * @version 1.0 */ public class TimeClientHandler extends ChannelHandlerAdapter {
From source file com.yundai.playjava.playNetty.TimeServerHandler.java
/** * @author lilinfeng * @date 2014214 * @version 1.0 */ public class TimeServerHandler extends ChannelHandlerAdapter {
From source file com.zaradai.distributor.messaging.netty.handler.ConnectionAuthenticatorHandler.java
public class ConnectionAuthenticatorHandler extends ChannelHandlerAdapter { private static final Logger LOGGER = LoggerFactory.getLogger(ConnectionAuthenticatorHandler.class); private final ConnectionAuthenticator authenticator; @Inject
From source file com.zhaopeng.timeserver.netty.basic.TimeClientHandler.java
/** * Created by zhaopeng on 2016/10/10. */ public class TimeClientHandler extends ChannelHandlerAdapter { private static final Logger logger = Logger.getLogger(TimeClientHandler.class.getName());