public class NettySctpServerHandler extends NettySctpChannelInboundHandlerAdapter
association, channel, ctx, lastCongestionMonitorSecondPart| Constructor and Description |
|---|
NettySctpServerHandler(NettyServerImpl serverImpl,
NettySctpManagementImpl managementImpl) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx) |
void |
channelRegistered(io.netty.channel.ChannelHandlerContext ctx) |
void |
channelUnregistered(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable cause) |
channelInactive, channelRead, closeChannel, userEventTriggered, writeAndFlushchannelReadComplete, channelWritabilityChangedhandlerAdded, handlerRemoved, isSharablepublic NettySctpServerHandler(NettyServerImpl serverImpl, NettySctpManagementImpl managementImpl)
public void channelUnregistered(io.netty.channel.ChannelHandlerContext ctx)
throws java.lang.Exception
channelUnregistered in interface io.netty.channel.ChannelInboundHandlerchannelUnregistered in class io.netty.channel.ChannelInboundHandlerAdapterjava.lang.Exceptionpublic void channelRegistered(io.netty.channel.ChannelHandlerContext ctx)
throws java.lang.Exception
channelRegistered in interface io.netty.channel.ChannelInboundHandlerchannelRegistered in class io.netty.channel.ChannelInboundHandlerAdapterjava.lang.Exceptionpublic void channelActive(io.netty.channel.ChannelHandlerContext ctx)
channelActive in interface io.netty.channel.ChannelInboundHandlerchannelActive in class io.netty.channel.ChannelInboundHandlerAdapterpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable cause)
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2017. All Rights Reserved.