public class NettySctpChannelInboundHandlerAdapter
extends io.netty.channel.ChannelInboundHandlerAdapter
| Modifier and Type | Field and Description |
|---|---|
protected NettyAssociationImpl |
association |
protected io.netty.channel.Channel |
channel |
protected io.netty.channel.ChannelHandlerContext |
ctx |
protected long |
lastCongestionMonitorSecond |
| Constructor and Description |
|---|
NettySctpChannelInboundHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelInactive(io.netty.channel.ChannelHandlerContext ctx) |
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
protected void |
closeChannel() |
void |
userEventTriggered(io.netty.channel.ChannelHandlerContext ctx,
Object evt) |
protected void |
writeAndFlush(Object message) |
channelActive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughthandlerAdded, handlerRemoved, isSharableprotected NettyAssociationImpl association
protected io.netty.channel.Channel channel
protected io.netty.channel.ChannelHandlerContext ctx
protected long lastCongestionMonitorSecond
public NettySctpChannelInboundHandlerAdapter()
public void channelInactive(io.netty.channel.ChannelHandlerContext ctx)
channelInactive in interface io.netty.channel.ChannelInboundHandlerchannelInactive in class io.netty.channel.ChannelInboundHandlerAdapterpublic void userEventTriggered(io.netty.channel.ChannelHandlerContext ctx,
Object evt)
throws Exception
userEventTriggered in interface io.netty.channel.ChannelInboundHandleruserEventTriggered in class io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class io.netty.channel.ChannelInboundHandlerAdapterprotected void writeAndFlush(Object message)
protected void closeChannel()
Copyright © 2016. All Rights Reserved.