SctpChannelConfig
configuration of the channel.SctpServerChannelConfig
configuration of the channel.SctpChannelConfig
implementation for SCTP.SctpServerChannelConfig
implementation for SCTP.SCTP_INIT_MAXSTREAMS
option.SCTP_INIT_MAXSTREAMS
option.SO_RCVBUF
option.SO_RCVBUF
option.SO_SNDBUF
option.SO_SNDBUF
option.true
if this message is complete.SCTP_NODELAY
option.MessageInfo
for inbound messages or null
for
outbound messages.SctpChannel
implementation which use non-blocking mode and allows to read /
write SctpMessage
s to the underlying SctpChannel
.SctpChannel
SctpServerChannel
implementation which use non-blocking mode to accept new
connections and create the NioSctpChannel
for them.NioSctpChannel
.SctpChannel
.SctpChannel
.SctpChannel
.NioSctpServerChannel
.SctpServerChannel
SctpServerChannel
Channel
interface for single SCTP association.ChannelConfig
for a SctpChannel
.SctpMessage
s which belong to a application protocol form a specific
SCTP Stream and decode it as ByteBuf
.MessageToMessageDecoder
which will take care of handle fragmented SctpMessage
s, so
only complete SctpMessage
s will be forwarded to the next
ChannelInboundHandler
.AbstractNotificationHandler
implementation which will handle all Notification
s by trigger a
Notification
user event in the ChannelPipeline
of a SctpChannel
.ByteBuf
to SctpMessage
and send it through a specific stream
with given protocol identifier.ServerChannel
which accepts incoming SCTP/IP associations.ChannelConfig
for a SctpServerChannelConfig
.SCTP_INIT_MAXSTREAMS
option.SCTP_INIT_MAXSTREAMS
option.SO_RCVBUF
option.SO_RCVBUF
option.SCTP_NODELAY
option.SO_SNDBUF
option.SO_SNDBUF
option.Copyright © 2008–2021 The Netty Project. All rights reserved.