@ChannelHandler.Sharable
public class SctpEchoServerHandler
extends io.netty.channel.ChannelInboundMessageHandlerAdapter<io.netty.channel.socket.SctpMessage>
| Constructor and Description |
|---|
SctpEchoServerHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
messageReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.socket.SctpMessage msg) |
beginMessageReceived, endMessageReceived, inboundBufferUpdated, newInboundBufferafterAdd, afterRemove, beforeAdd, beforeRemove, channelActive, channelInactive, channelRegistered, channelUnregistered, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in class io.netty.channel.ChannelStateHandlerAdapterCopyright © 2008-2012 The Netty Project. All Rights Reserved.