List of usage examples for io.netty.channel ChannelHandlerAdapter subclass-usage
From source file org.hope6537.netty.codec.serializable.netty.SubReqServerHandler.java
/**
* @author wuyang
* @version 1.0
*
*/
@Sharable
From source file org.hope6537.netty.frame.correct.TimeClientHandler.java
/** * @author wuyang * @version 1.0 * */ public class TimeClientHandler extends ChannelHandlerAdapter {
From source file org.hope6537.netty.frame.correct.TimeServerHandler.java
/** * @author wuyang * @version 1.0 */ public class TimeServerHandler extends ChannelHandlerAdapter {
From source file org.hope6537.netty.frame.delimiter.EchoClientHandler.java
/** * @author wuyang * @version 1.0 * */ public class EchoClientHandler extends ChannelHandlerAdapter {
From source file org.hope6537.netty.frame.delimiter.EchoServerHandler.java
/**
* @author wuyang
* @version 1.0
*
*/
@Sharable
From source file org.hope6537.netty.frame.fault.TimeClientHandler.java
/** * @author wuyang * @version 1.0 * */ public class TimeClientHandler extends ChannelHandlerAdapter {
From source file org.hope6537.netty.frame.fault.TimeServerHandler.java
/** * @author wuyang * @version 1.0 * */ public class TimeServerHandler extends ChannelHandlerAdapter {
From source file org.hope6537.netty.frame.fixedLen.EchoServerHandler.java
/**
* @author wuyang
* @version 1.0
*
*/
@Sharable
From source file org.hummer.client.ClientHandler.java
public class ClientHandler extends ChannelHandlerAdapter { @SuppressWarnings("unchecked") private Publisher<Response> responsePublisher = ServiceLocator.loadService(Publisher.class, "response"); @Override
From source file org.hummer.server.HummerServerHandler.java
public class HummerServerHandler extends ChannelHandlerAdapter { public static final List<Channel> channels = new CopyOnWriteArrayList<Channel>(); @SuppressWarnings("unchecked") private static final Publisher<Request> requestPublisher = ServiceLocator.loadService(Publisher.class,