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
Constructors 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 SctpServerChannel -
Uses of SctpServerChannel in io.netty.channel.sctp.oio
Constructors in io.netty.channel.sctp.oio with parameters of type SctpServerChannel