JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
io.netty.channel.sctp.oio
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package io.netty.channel.sctp.oio
package
io.netty.channel.sctp.oio
Deprecated.
use NIO based SCTP implementation.
Old blocking I/O based SCTP channel API implementation - recommended for a small number of connections (< 1000).
Related Packages
Package
Description
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).
Classes
Class
Description
OioSctpChannel
Deprecated.
use
NioSctpChannel
.
OioSctpServerChannel
Deprecated.
use
NioSctpServerChannel
.