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_FRAGMENTSstatic final SctpSocketOption<Boolean> SctpStandardSocketOptions.SCTP_EXPLICIT_COMPLETEstatic final SctpSocketOption<Integer> SctpStandardSocketOptions.SCTP_FRAGMENT_INTERLEAVEstatic final SctpSocketOption<SctpStandardSocketOptions.InitMaxStreams> SctpStandardSocketOptions.SCTP_INIT_MAXSTREAMSstatic final SctpSocketOption<Boolean> SctpStandardSocketOptions.SCTP_NODELAYstatic final SctpSocketOption<SocketAddress> SctpStandardSocketOptions.SCTP_PRIMARY_ADDRstatic final SctpSocketOption<SocketAddress> SctpStandardSocketOptions.SCTP_SET_PEER_PRIMARY_ADDRstatic final SctpSocketOption<Integer> SctpStandardSocketOptions.SO_LINGERstatic final SctpSocketOption<Integer> SctpStandardSocketOptions.SO_RCVBUFstatic final SctpSocketOption<Integer> SctpStandardSocketOptions.SO_SNDBUFMethods 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> TSctpChannel.getOption(SctpSocketOption<T> name) abstract <T> TSctpServerChannel.getOption(SctpSocketOption<T> name) abstract <T> SctpChannelSctpChannel.setOption(SctpSocketOption<T> name, T value) abstract <T> SctpServerChannelSctpServerChannel.setOption(SctpSocketOption<T> name, T value)