See: Description
Class | Description |
---|---|
SctpInboundByteStreamHandler |
A ChannelHandler which receives
SctpMessage s which belong to a application protocol form a specific
SCTP Stream and decode it as ByteBuf . |
SctpMessageCompletionHandler |
MessageToMessageDecoder which will take care of handle fragmented SctpMessage s, so
only complete SctpMessage s will be forwarded to the next
ChannelInboundHandler . |
SctpMessageToMessageDecoder | |
SctpOutboundByteStreamHandler |
A ChannelHandler which transform
ByteBuf to SctpMessage and send it through a specific stream
with given protocol identifier. |
Copyright © 2008–2018 The Netty Project. All rights reserved.