< prev index next >

src/jdk.sctp/share/classes/com/sun/nio/sctp/SctpServerChannel.java

Print this page

        

*** 45,65 **** * * <p> Socket options are configured using the * {@link #setOption(SctpSocketOption,Object) setOption} method. SCTP server socket * channels support the following options: * <blockquote> ! * <table><caption style="display:none">Socket options</caption> * <tr> ! * <th>Option Name</th> ! * <th>Description</th> * </tr> * <tr> ! * <td> {@link SctpStandardSocketOptions#SCTP_INIT_MAXSTREAMS ! * SCTP_INIT_MAXSTREAMS} </td> * <td> The maximum number of streams requested by the local endpoint during * association initialization </td> * </tr> * </table> * </blockquote> * Additional (implementation specific) options may also be supported. The list * of options supported is obtained by invoking the {@link #supportedOptions() * supportedOptions} method. --- 45,70 ---- * * <p> Socket options are configured using the * {@link #setOption(SctpSocketOption,Object) setOption} method. SCTP server socket * channels support the following options: * <blockquote> ! * <table class="striped"> ! * <caption style="display:none">Socket options</caption> ! * <thead> * <tr> ! * <th scope="col">Option Name</th> ! * <th scope="col">Description</th> * </tr> + * </thead> + * <tbody> * <tr> ! * <th scope="row"> {@link SctpStandardSocketOptions#SCTP_INIT_MAXSTREAMS ! * SCTP_INIT_MAXSTREAMS} </th> * <td> The maximum number of streams requested by the local endpoint during * association initialization </td> * </tr> + * </tbody> * </table> * </blockquote> * Additional (implementation specific) options may also be supported. The list * of options supported is obtained by invoking the {@link #supportedOptions() * supportedOptions} method.
< prev index next >