Example usage for io.netty.channel ChannelHandlerAdapter subclass-usage

List of usage examples for io.netty.channel ChannelHandlerAdapter subclass-usage

Introduction

In this page you can find the example usage for io.netty.channel ChannelHandlerAdapter subclass-usage.

Usage

From source file com.phei.netty.chapter9.marshalling.SubReqClientHandler.java

/**
 * @author lilinfeng
 * @date 2014214
 * @version 1.0
 */
public class SubReqClientHandler extends ChannelHandlerAdapter {

From source file com.phei.netty.chapter9.marshalling.SubReqServerHandler.java

/**
 * @author lilinfeng
 * @version 1.0
 * @date 2014214
 */
@Sharable

From source file com.phei.netty.codec.marshalling.SubReqClientHandler.java

/**
 * @author lilinfeng
 * @date 2014214
 * @version 1.0
 */
public class SubReqClientHandler extends ChannelHandlerAdapter {

From source file com.phei.netty.codec.marshalling.SubReqServerHandler.java

/**
 * @author lilinfeng
 * @date 2014214
 * @version 1.0
 */
@Sharable

From source file com.phei.netty.codec.msgpack.EchoClientHandler.java

/**
 * Handler implementation for the echo client. It initiates the ping-pong
 * traffic between the echo client and server by sending the first message to
 * the server.
 */
public class EchoClientHandler extends ChannelHandlerAdapter {

From source file com.phei.netty.codec.msgpack.EchoServerHandler.java

/**
 * Handler implementation for the echo server.
 */
@Sharable
public class EchoServerHandler extends ChannelHandlerAdapter {

From source file com.phei.netty.codec.netty.SubReqClientHandler.java

/**
 * @author lilinfeng
 * @version 1.0
 * @date 2014214
 */
public class SubReqClientHandler extends ChannelHandlerAdapter {

From source file com.phei.netty.codec.netty.SubReqServerHandler.java

/**
 * @author lilinfeng
 * @date 2014214
 * @version 1.0
 */
@Sharable

From source file com.phei.netty.codec.protobuf.SubReqClientHandler.java

/**
 * @author lilinfeng
 * @date 2014214
 * @version 1.0
 */
public class SubReqClientHandler extends ChannelHandlerAdapter {

From source file com.phei.netty.codec.protobuf.SubReqServerHandler.java

/**
 * @author lilinfeng
 * @date 2014214
 * @version 1.0
 */
@Sharable