Skip navigation links
Netty/Transport/SCTP 4.1.63.Final-redhat-00001

Netty/Transport/SCTP 4.1.63.Final-redhat-00001 API

Packages 
Package Description
com.sun.nio.sctp
This package is only included to let SCTP also compile on non-unix operation systems.
io.netty.channel.sctp
Abstract SCTP socket interfaces which extend the core channel API.
io.netty.channel.sctp.nio
NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).
io.netty.channel.sctp.oio
Old blocking I/O based SCTP channel API implementation - recommended for a small number of connections (< 1000).
io.netty.handler.codec.sctp
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
Skip navigation links
Netty/Transport/SCTP 4.1.63.Final-redhat-00001

Copyright © 2008–2021 The Netty Project. All rights reserved.