Uses of Interface
com.sun.nio.sctp.SctpSocketOption
Packages that use SctpSocketOption
Package
Description
This package is only included to let SCTP also compile on non-unix operation systems.
-
Uses of SctpSocketOption in com.sun.nio.sctp
Fields in com.sun.nio.sctp declared as SctpSocketOptionModifier and TypeFieldDescriptionstatic final SctpSocketOption
<Boolean> SctpStandardSocketOptions.SCTP_DISABLE_FRAGMENTS
static final SctpSocketOption
<Boolean> SctpStandardSocketOptions.SCTP_EXPLICIT_COMPLETE
static final SctpSocketOption
<Integer> SctpStandardSocketOptions.SCTP_FRAGMENT_INTERLEAVE
static final SctpSocketOption
<SctpStandardSocketOptions.InitMaxStreams> SctpStandardSocketOptions.SCTP_INIT_MAXSTREAMS
static final SctpSocketOption
<Boolean> SctpStandardSocketOptions.SCTP_NODELAY
static final SctpSocketOption
<SocketAddress> SctpStandardSocketOptions.SCTP_PRIMARY_ADDR
static final SctpSocketOption
<SocketAddress> SctpStandardSocketOptions.SCTP_SET_PEER_PRIMARY_ADDR
static final SctpSocketOption
<Integer> SctpStandardSocketOptions.SO_LINGER
static final SctpSocketOption
<Integer> SctpStandardSocketOptions.SO_RCVBUF
static final SctpSocketOption
<Integer> SctpStandardSocketOptions.SO_SNDBUF
Methods in com.sun.nio.sctp that return types with arguments of type SctpSocketOptionModifier and TypeMethodDescriptionabstract Set
<SctpSocketOption<?>> SctpChannel.supportedOptions()
Methods in com.sun.nio.sctp with parameters of type SctpSocketOptionModifier and TypeMethodDescriptionabstract <T> T
SctpChannel.getOption
(SctpSocketOption<T> name) abstract <T> T
SctpServerChannel.getOption
(SctpSocketOption<T> name) abstract <T> SctpChannel
SctpChannel.setOption
(SctpSocketOption<T> name, T value) abstract <T> SctpServerChannel
SctpServerChannel.setOption
(SctpSocketOption<T> name, T value)