文件名称: netty-transport-sctp-4.1.119.Final.jar中文-英文对照文档.zip
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-sctp</artifactId>
<version>4.1.119.Final</version>
</dependency>Gradle:
implementation group: 'io.netty', name: 'netty-transport-sctp', version: '4.1.119.Final'
Gradle (Short):
implementation 'io.netty:netty-transport-sctp:4.1.119.Final'
Gradle (Kotlin):
implementation("io.netty:netty-transport-sctp:4.1.119.Final")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.sun.nio.sctp
io.netty.channel.sctp
io.netty.channel.sctp.nio
io.netty.channel.sctp.oio
io.netty.handler.codec.sctpcom.sun.nio.sctp.AbstractNotificationHandler
com.sun.nio.sctp.Association
com.sun.nio.sctp.AssociationChangeNotification
com.sun.nio.sctp.HandlerResult
com.sun.nio.sctp.MessageInfo
com.sun.nio.sctp.Notification
com.sun.nio.sctp.NotificationHandler
com.sun.nio.sctp.PeerAddressChangeNotification
com.sun.nio.sctp.SctpChannel
com.sun.nio.sctp.SctpServerChannel
com.sun.nio.sctp.SctpSocketOption
com.sun.nio.sctp.SctpStandardSocketOptions
com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
com.sun.nio.sctp.SendFailedNotification
com.sun.nio.sctp.ShutdownNotification
com.sun.nio.sctp.UnsupportedOperatingSystemException
io.netty.channel.sctp.DefaultSctpChannelConfig
io.netty.channel.sctp.DefaultSctpServerChannelConfig
io.netty.channel.sctp.SctpChannel
io.netty.channel.sctp.SctpChannelConfig
io.netty.channel.sctp.SctpChannelOption
io.netty.channel.sctp.SctpMessage
io.netty.channel.sctp.SctpNotificationHandler
io.netty.channel.sctp.SctpServerChannel
io.netty.channel.sctp.SctpServerChannelConfig
io.netty.channel.sctp.nio.NioSctpChannel
io.netty.channel.sctp.nio.NioSctpServerChannel
io.netty.channel.sctp.oio.OioSctpChannel
io.netty.channel.sctp.oio.OioSctpServerChannel
io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
io.netty.handler.codec.sctp.SctpMessageCompletionHandler
io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler