Package io.netty.channel.sctp
Abstract SCTP socket interfaces which extend the core channel API.
-
Interface Summary Interface Description SctpChannel A SCTP/IPChannel
interface for single SCTP association.SctpChannelConfig AChannelConfig
for aSctpChannel
.SctpServerChannel A SCTP/IPServerChannel
which accepts incoming SCTP/IP associations.SctpServerChannelConfig AChannelConfig
for aSctpServerChannelConfig
. -
Class Summary Class Description DefaultSctpChannelConfig The defaultSctpChannelConfig
implementation for SCTP.DefaultSctpServerChannelConfig The defaultSctpServerChannelConfig
implementation for SCTP.SctpChannelOption<T> Option for configuring the SCTP transportSctpMessage Representation of SCTP Data ChunkSctpNotificationHandler AbstractNotificationHandler
implementation which will handle allNotification
s by trigger aNotification
user event in theChannelPipeline
of aSctpChannel
.