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 SctpServerChannel
SctpServerChannel.bind
(SocketAddress local) abstract SctpServerChannel
SctpServerChannel.bind
(SocketAddress local, int backlog) abstract SctpServerChannel
SctpServerChannel.bindAddress
(InetAddress inetAddress) static SctpServerChannel
SctpServerChannel.open()
abstract <T> SctpServerChannel
SctpServerChannel.setOption
(SctpSocketOption<T> name, T value) abstract SctpServerChannel
SctpServerChannel.unbindAddress
(InetAddress inetAddress) -
Uses of SctpServerChannel in io.netty.channel.sctp
Fields in io.netty.channel.sctp declared as SctpServerChannelModifier and TypeFieldDescriptionprivate final SctpServerChannel
DefaultSctpServerChannelConfig.javaChannel
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 SctpServerChannelModifier and TypeMethodDescriptionprotected SctpServerChannel
NioSctpServerChannel.javaChannel()
private static SctpServerChannel
NioSctpServerChannel.newSocket()
Constructors in io.netty.channel.sctp.nio with parameters of type SctpServerChannelModifierConstructorDescriptionprivate
NioSctpServerChannelConfig
(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 SctpServerChannel
OioSctpServerChannel.sch
Deprecated.Methods in io.netty.channel.sctp.oio that return SctpServerChannelModifier and TypeMethodDescriptionprivate static SctpServerChannel
OioSctpServerChannel.newServerSocket()
Deprecated.Constructors in io.netty.channel.sctp.oio with parameters of type SctpServerChannelModifierConstructorDescriptionDeprecated.Create a new instance from the givenSctpServerChannel
private
OioSctpServerChannelConfig
(OioSctpServerChannel channel, SctpServerChannel javaChannel)