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 SctpChannelSctpServerChannel.accept()abstract SctpChannelSctpChannel.bind(SocketAddress local) abstract SctpChannelSctpChannel.bindAddress(InetAddress inetAddress) static SctpChannelSctpChannel.open()abstract <T> SctpChannelSctpChannel.setOption(SctpSocketOption<T> name, T value) abstract SctpChannelSctpChannel.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 SctpChannelNioSctpChannel.javaChannel()private static SctpChannelNioSctpChannel.newSctpChannel()Constructors in io.netty.channel.sctp.nio with parameters of type SctpChannelModifierConstructorDescriptionNioSctpChannel(SctpChannel sctpChannel) Create a new instance usingSctpChannelNioSctpChannel(Channel parent, SctpChannel sctpChannel) Create a new instanceprivateNioSctpChannelConfig(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 SctpChannelOioSctpChannel.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.privateOioSctpChannelConfig(OioSctpChannel channel, SctpChannel javaChannel)