See: Description
Interface | Description |
---|---|
SctpChannel |
A SCTP/IP
Channel interface for single SCTP association. |
SctpChannelConfig |
A
ChannelConfig for a SctpChannel . |
SctpServerChannel |
A SCTP/IP
ServerChannel which accepts incoming SCTP/IP associations. |
SctpServerChannelConfig |
A
ChannelConfig for a SctpServerChannelConfig . |
Class | Description |
---|---|
DefaultSctpChannelConfig |
The default
SctpChannelConfig implementation for SCTP. |
DefaultSctpServerChannelConfig |
The default
SctpServerChannelConfig implementation for SCTP. |
SctpChannelOption<T> |
Option for configuring the SCTP transport
|
SctpMessage |
Representation of SCTP Data Chunk
|
SctpNotificationHandler |
AbstractNotificationHandler implementation which will handle all Notification s by trigger a
Notification user event in the ChannelPipeline of a SctpChannel . |
Copyright © 2008–2024 The Netty Project. All rights reserved.