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.book.netty5.server.HeartBeatRespHandler.java

/**
 * @author Lilinfeng
 * @date 2014315
 * @version 1.0
 */
public class HeartBeatRespHandler extends ChannelHandlerAdapter {

From source file com.book.netty5.server.LoginAuthRespHandler.java

/**
 * @author Lilinfeng
 * @date 2014315
 * @version 1.0
 */
public class LoginAuthRespHandler extends ChannelHandlerAdapter {

From source file com.caricah.iotracah.server.netty.TimeoutHandler.java

/**
 * @author <a href="mailto:bwire@caricah.com"> Peter Bwire </a>
 * @version 1.0 5/27/15
 */
public class TimeoutHandler extends ChannelHandlerAdapter {

From source file com.celeral.netlet.benchmark.netty.BenchmarkTcpClient.java

/**
 * <p>Netty Coral Block based Benchmark Test Client</p>
 * see: <a href="http://www.coralblocks.com/index.php/2014/04/coralreactor-vs-netty-performance-comparison">http://www.coralblocks.com/index.php/2014/04/coralreactor-vs-netty-performance-comparison</a>,
 * <a href="http://stackoverflow.com/questions/23839437/what-are-the-netty-alternatives-for-high-performance-networking">http://stackoverflow.com/questions/23839437/what-are-the-netty-alternatives-for-high-performance-networking</a>,
 * <a href="http://www.coralblocks.com/NettyBench.zip">http://www.coralblocks.com/NettyBench.zip</a> and
 * <a href="https://groups.google.com/forum/#!topic/mechanical-sympathy/fhbyMnnxmaA">https://groups.google.com/forum/#!topic/mechanical-sympathy/fhbyMnnxmaA</a>

From source file com.celeral.netlet.benchmark.netty.EchoTcpServer.java

/**
 * <p>Netty Coral Block based Benchmark Echo Test Server</p>
 * see: <a href="http://www.coralblocks.com/index.php/2014/04/coralreactor-vs-netty-performance-comparison">http://www.coralblocks.com/index.php/2014/04/coralreactor-vs-netty-performance-comparison</a>,
 * <a href="http://stackoverflow.com/questions/23839437/what-are-the-netty-alternatives-for-high-performance-networking">http://stackoverflow.com/questions/23839437/what-are-the-netty-alternatives-for-high-performance-networking</a>,
 * <a href="http://www.coralblocks.com/NettyBench.zip">http://www.coralblocks.com/NettyBench.zip</a> and
 * <a href="https://groups.google.com/forum/#!topic/mechanical-sympathy/fhbyMnnxmaA">https://groups.google.com/forum/#!topic/mechanical-sympathy/fhbyMnnxmaA</a>

From source file com.changxx.phei.netty.basic.TimeClientHandler.java

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

From source file com.changxx.phei.netty.basic.TimeServerHandler.java

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

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

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

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

/**
 * @author lilinfeng
 * @version 1.0
 */
@Sharable
public class SubReqServerHandler extends ChannelHandlerAdapter {

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

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