Uses of Class
com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
Packages that use SctpStandardSocketOptions.InitMaxStreams
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.
-
Uses of SctpStandardSocketOptions.InitMaxStreams in com.sun.nio.sctp
Fields in com.sun.nio.sctp with type parameters of type SctpStandardSocketOptions.InitMaxStreamsModifier and TypeFieldDescriptionstatic final SctpSocketOption<SctpStandardSocketOptions.InitMaxStreams> SctpStandardSocketOptions.SCTP_INIT_MAXSTREAMSMethods in com.sun.nio.sctp that return SctpStandardSocketOptions.InitMaxStreams -
Uses of SctpStandardSocketOptions.InitMaxStreams in io.netty.channel.sctp
Fields in io.netty.channel.sctp with type parameters of type SctpStandardSocketOptions.InitMaxStreamsModifier and TypeFieldDescriptionstatic final ChannelOption<SctpStandardSocketOptions.InitMaxStreams> SctpChannelOption.SCTP_INIT_MAXSTREAMSMethods in io.netty.channel.sctp that return SctpStandardSocketOptions.InitMaxStreamsModifier and TypeMethodDescriptionDefaultSctpChannelConfig.getInitMaxStreams()DefaultSctpServerChannelConfig.getInitMaxStreams()SctpChannelConfig.getInitMaxStreams()Gets theSCTP_INIT_MAXSTREAMSoption.SctpServerChannelConfig.getInitMaxStreams()Gets theSCTP_INIT_MAXSTREAMSoption.Methods in io.netty.channel.sctp with parameters of type SctpStandardSocketOptions.InitMaxStreamsModifier and TypeMethodDescriptionDefaultSctpChannelConfig.setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams initMaxStreams) DefaultSctpServerChannelConfig.setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams initMaxStreams) SctpChannelConfig.setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams initMaxStreams) Gets theSCTP_INIT_MAXSTREAMSoption.SctpServerChannelConfig.setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams initMaxStreams) Gets theSCTP_INIT_MAXSTREAMSoption.