Search Java Classes and Packages
Search Java Frameworks and Libraries
#Io.netty.channel.sctp Classes and Interfaces - 13 results found.
| Name | Description | Type | Package | Framework |
| DefaultSctpChannelConfig | The default SctpChannelConfig implementation for SCTP. | Class | io.netty.channel.sctp | Netty |
|
| DefaultSctpServerChannelConfig | The default SctpServerChannelConfig implementation for SCTP. | Class | io.netty.channel.sctp | Netty |
|
| NioSctpChannel | SctpChannel implementation which use non-blocking mode and allows to read /write SctpMessages to the underlying SctpChannel. | Class | io.netty.channel.sctp.nio | Netty |
|
| NioSctpServerChannel | SctpServerChannel implementation which use non-blocking mode to accept newconnections and create the NioSctpChannel for them. | Class | io.netty.channel.sctp.nio | Netty |
|
| OioSctpChannel | SctpChannel implementation which use blocking mode and allows to read / writeSctpMessages to the underlying SctpChannel. | Class | io.netty.channel.sctp.oio | Netty |
|
| OioSctpServerChannel | SctpServerChannel implementation which use blocking mode to accept newconnections and create the OioSctpChannel for them. | Class | io.netty.channel.sctp.oio | Netty |
|
| SctpChannel | A SCTP/IP Channel interface for single SCTP association. | Interface | io.netty.channel.sctp | Netty |
|
| SctpChannelConfig | A ChannelConfig for a SctpChannel. | Interface | io.netty.channel.sctp | Netty |
|
| SctpChannelOption | | Class | io.netty.channel.sctp | Netty |
|
| SctpMessage | | Class | io.netty.channel.sctp | Netty |
|
| SctpNotificationHandler | AbstractNotificationHandler implementation which will handle all Notifications by trigger aNotification user event in the ChannelPipeline of a SctpChannel. | Class | io.netty.channel.sctp | Netty |
|
| SctpServerChannel | A SCTP/IP ServerChannel which accepts incoming SCTP/IP associations. | Interface | io.netty.channel.sctp | Netty |
|
| SctpServerChannelConfig | A ChannelConfig for a SctpServerChannelConfig. | Interface | io.netty.channel.sctp | Netty |