public class RelpHandler
extends io.netty.channel.ChannelDuplexHandler
Constructor and Description |
---|
RelpHandler() |
RelpHandler(int timeout) |
Modifier and Type | Method and Description |
---|---|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx) |
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
protected void |
handleOpen(io.netty.channel.ChannelHandlerContext ctx,
OpenRequest msg) |
protected void |
handleSyslog(io.netty.channel.ChannelHandlerContext ctx,
SyslogRequest msg) |
protected void |
processTimeout(io.netty.channel.ChannelHandlerContext ctx) |
bind, close, connect, deregister, disconnect, flush, read, write
channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
handlerAdded, handlerRemoved, isSharable
public void channelActive(io.netty.channel.ChannelHandlerContext ctx) throws Exception
channelActive
in interface io.netty.channel.ChannelInboundHandler
channelActive
in class io.netty.channel.ChannelInboundHandlerAdapter
Exception
protected void processTimeout(io.netty.channel.ChannelHandlerContext ctx)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg) throws Exception
channelRead
in interface io.netty.channel.ChannelInboundHandler
channelRead
in class io.netty.channel.ChannelInboundHandlerAdapter
Exception
protected void handleSyslog(io.netty.channel.ChannelHandlerContext ctx, SyslogRequest msg)
protected void handleOpen(io.netty.channel.ChannelHandlerContext ctx, OpenRequest msg)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.