Uses of Class
com.sun.nio.sctp.SctpChannel
Packages that use SctpChannel
Package
Description
This package is only included to let SCTP also compile on non-unix operation systems.
Abstract SCTP socket interfaces which extend the core channel API.
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based SCTP channel API implementation - recommended for
a small number of connections (< 1000).
-
Uses of SctpChannel in com.sun.nio.sctp
Methods in com.sun.nio.sctp that return SctpChannelModifier and TypeMethodDescriptionabstract SctpChannel
SctpServerChannel.accept()
abstract SctpChannel
SctpChannel.bind
(SocketAddress local) abstract SctpChannel
SctpChannel.bindAddress
(InetAddress inetAddress) static SctpChannel
SctpChannel.open()
abstract <T> SctpChannel
SctpChannel.setOption
(SctpSocketOption<T> name, T value) abstract SctpChannel
SctpChannel.unbindAddress
(InetAddress inetAddress) -
Uses of SctpChannel in io.netty.channel.sctp
Fields in io.netty.channel.sctp declared as SctpChannelConstructors in io.netty.channel.sctp with parameters of type SctpChannelModifierConstructorDescriptionDefaultSctpChannelConfig
(SctpChannel channel, SctpChannel javaChannel) -
Uses of SctpChannel in io.netty.channel.sctp.nio
Methods in io.netty.channel.sctp.nio that return SctpChannelModifier and TypeMethodDescriptionprotected SctpChannel
NioSctpChannel.javaChannel()
private static SctpChannel
NioSctpChannel.newSctpChannel()
Constructors in io.netty.channel.sctp.nio with parameters of type SctpChannelModifierConstructorDescriptionNioSctpChannel
(SctpChannel sctpChannel) Create a new instance usingSctpChannel
NioSctpChannel
(Channel parent, SctpChannel sctpChannel) Create a new instanceprivate
NioSctpChannelConfig
(NioSctpChannel channel, SctpChannel javaChannel) -
Uses of SctpChannel in io.netty.channel.sctp.oio
Fields in io.netty.channel.sctp.oio declared as SctpChannelMethods in io.netty.channel.sctp.oio that return SctpChannelModifier and TypeMethodDescriptionprivate static SctpChannel
OioSctpChannel.openChannel()
Deprecated.Constructors in io.netty.channel.sctp.oio with parameters of type SctpChannelModifierConstructorDescriptionDeprecated.Create a new instance from the givenSctpChannel
.OioSctpChannel
(Channel parent, SctpChannel ch) Deprecated.Create a new instance from the givenSctpChannel
.private
OioSctpChannelConfig
(OioSctpChannel channel, SctpChannel javaChannel)