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 netty.client.HeartBeatReqHandler.java

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

From source file netty.client.LoginAuthReqHandler.java

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

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

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

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

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

From source file netty.codec.serializable.netty.SubReqClientHandler.java

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

From source file netty.codec.serializable.netty.SubReqServerHandler.java

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

From source file netty.echo.http.HttpHelloWorldServerHandler.java

public class HttpHelloWorldServerHandler extends ChannelHandlerAdapter {

    private ByteBuf buffer_body = UnpooledByteBufAllocator.DEFAULT.buffer();
    /*
     * for debug
     */

From source file netty.echo.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 netty.echo.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 netty.frame.correct.TimeClientHandler.java

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