public abstract class SctpMessageToMessageDecoder<O> extends MessageToMessageDecoder<io.netty.channel.socket.SctpMessage,O>
| Constructor and Description |
|---|
SctpMessageToMessageDecoder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDecodable(Object msg)
Returns
true if and only if the specified message can be decoded by this decoder. |
decode, inboundBufferUpdated, newInboundBufferafterAdd, afterRemove, beforeAdd, beforeRemove, channelActive, channelInactive, channelRegistered, channelUnregistered, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic boolean isDecodable(Object msg) throws Exception
MessageToMessageDecodertrue if and only if the specified message can be decoded by this decoder.isDecodable in class MessageToMessageDecoder<io.netty.channel.socket.SctpMessage,O>msg - the messageExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.