Uses of Class
com.sun.nio.sctp.SctpServerChannel
Packages that use SctpServerChannel
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 SctpServerChannel in com.sun.nio.sctp
Methods in com.sun.nio.sctp that return SctpServerChannelModifier and TypeMethodDescriptionabstract SctpServerChannelSctpServerChannel.bind(SocketAddress local) abstract SctpServerChannelSctpServerChannel.bind(SocketAddress local, int backlog) abstract SctpServerChannelSctpServerChannel.bindAddress(InetAddress inetAddress) static SctpServerChannelSctpServerChannel.open()abstract <T> SctpServerChannelSctpServerChannel.setOption(SctpSocketOption<T> name, T value) abstract SctpServerChannelSctpServerChannel.unbindAddress(InetAddress inetAddress) -
Uses of SctpServerChannel in io.netty.channel.sctp
Fields in io.netty.channel.sctp declared as SctpServerChannelModifier and TypeFieldDescriptionprivate final SctpServerChannelDefaultSctpServerChannelConfig.javaChannelConstructors in io.netty.channel.sctp with parameters of type SctpServerChannelModifierConstructorDescriptionDefaultSctpServerChannelConfig(SctpServerChannel channel, SctpServerChannel javaChannel) Creates a new instance. -
Uses of SctpServerChannel in io.netty.channel.sctp.nio
Methods in io.netty.channel.sctp.nio that return SctpServerChannelModifier and TypeMethodDescriptionprotected SctpServerChannelNioSctpServerChannel.javaChannel()private static SctpServerChannelNioSctpServerChannel.newSocket()Constructors in io.netty.channel.sctp.nio with parameters of type SctpServerChannelModifierConstructorDescriptionprivateNioSctpServerChannelConfig(NioSctpServerChannel channel, SctpServerChannel javaChannel) -
Uses of SctpServerChannel in io.netty.channel.sctp.oio
Fields in io.netty.channel.sctp.oio declared as SctpServerChannelModifier and TypeFieldDescriptionprivate final SctpServerChannelOioSctpServerChannel.schDeprecated.Methods in io.netty.channel.sctp.oio that return SctpServerChannelModifier and TypeMethodDescriptionprivate static SctpServerChannelOioSctpServerChannel.newServerSocket()Deprecated.Constructors in io.netty.channel.sctp.oio with parameters of type SctpServerChannelModifierConstructorDescriptionDeprecated.Create a new instance from the givenSctpServerChannelprivateOioSctpServerChannelConfig(OioSctpServerChannel channel, SctpServerChannel javaChannel)