src/share/classes/com/sun/nio/sctp/MessageInfo.java

Print this page

        

*** 46,63 **** * that the sending side SCTP stack may expire the message if it has not been * sent. This time period is an indication to the stack that the message is no * longer required to be sent after the time period expires. It is not a hard * timeout and may be influenced by whether the association supports the partial * reliability extension, <a href=http://www.ietf.org/rfc/rfc3758.txt>RFC 3758 ! * <a> * * <P> {@code MessageInfo} instances are not safe for use by multiple concurrent * threads. If a MessageInfo is to be used by more than one thread then access * to the MessageInfo should be controlled by appropriate synchronization. * * @since 1.7 */ public abstract class MessageInfo { /** * Initializes a new instance of this class. */ protected MessageInfo() {} --- 46,64 ---- * that the sending side SCTP stack may expire the message if it has not been * sent. This time period is an indication to the stack that the message is no * longer required to be sent after the time period expires. It is not a hard * timeout and may be influenced by whether the association supports the partial * reliability extension, <a href=http://www.ietf.org/rfc/rfc3758.txt>RFC 3758 ! * </a> * * <P> {@code MessageInfo} instances are not safe for use by multiple concurrent * threads. If a MessageInfo is to be used by more than one thread then access * to the MessageInfo should be controlled by appropriate synchronization. * * @since 1.7 */ + @jdk.Supported public abstract class MessageInfo { /** * Initializes a new instance of this class. */ protected MessageInfo() {}