# # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this # particular file as subject to the "Classpath" exception as provided # by Oracle in the LICENSE file that accompanied this code. # # This code is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # version 2 for more details (a copy is included in the LICENSE file that # accompanied this code). # # You should have received a copy of the GNU General Public License version # 2 along with this work; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. # # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # # ########################################################## # ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ### # ########################################################## # class name com/sun/nio/sctp/AbstractNotificationHandler header extends java/lang/Object implements com/sun/nio/sctp/NotificationHandler flags 21 signature Ljava/lang/Object;Lcom/sun/nio/sctp/NotificationHandler; classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name descriptor ()V flags 4 method name handleNotification descriptor (Lcom/sun/nio/sctp/Notification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult; flags 1 signature (Lcom/sun/nio/sctp/Notification;TT;)Lcom/sun/nio/sctp/HandlerResult; method name handleNotification descriptor (Lcom/sun/nio/sctp/AssociationChangeNotification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult; flags 1 signature (Lcom/sun/nio/sctp/AssociationChangeNotification;TT;)Lcom/sun/nio/sctp/HandlerResult; method name handleNotification descriptor (Lcom/sun/nio/sctp/PeerAddressChangeNotification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult; flags 1 signature (Lcom/sun/nio/sctp/PeerAddressChangeNotification;TT;)Lcom/sun/nio/sctp/HandlerResult; method name handleNotification descriptor (Lcom/sun/nio/sctp/SendFailedNotification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult; flags 1 signature (Lcom/sun/nio/sctp/SendFailedNotification;TT;)Lcom/sun/nio/sctp/HandlerResult; method name handleNotification descriptor (Lcom/sun/nio/sctp/ShutdownNotification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult; flags 1 signature (Lcom/sun/nio/sctp/ShutdownNotification;TT;)Lcom/sun/nio/sctp/HandlerResult; class name com/sun/nio/sctp/Association header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name descriptor (III)V flags 4 method name associationID descriptor ()I flags 11 method name maxInboundStreams descriptor ()I flags 11 method name maxOutboundStreams descriptor ()I flags 11 class name com/sun/nio/sctp/AssociationChangeNotification header extends java/lang/Object implements com/sun/nio/sctp/Notification flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; innerclass innerClass com/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent outerClass com/sun/nio/sctp/AssociationChangeNotification innerClassName AssocChangeEvent flags 4019 method name descriptor ()V flags 4 method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401 method name event descriptor ()Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 401 class name com/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum; runtimeAnnotations @Ljdk/Exported; innerclass innerClass com/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent outerClass com/sun/nio/sctp/AssociationChangeNotification innerClassName AssocChangeEvent flags 4019 field name COMM_UP descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019 field name COMM_LOST descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019 field name RESTART descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019 field name SHUTDOWN descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019 field name CANT_START descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019 method name values descriptor ()[Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 9 method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 9 class name com/sun/nio/sctp/HandlerResult header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum; classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; field name CONTINUE descriptor Lcom/sun/nio/sctp/HandlerResult; flags 4019 field name RETURN descriptor Lcom/sun/nio/sctp/HandlerResult; flags 4019 method name values descriptor ()[Lcom/sun/nio/sctp/HandlerResult; flags 9 method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/nio/sctp/HandlerResult; flags 9 class name com/sun/nio/sctp/IllegalReceiveException header extends java/lang/IllegalStateException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name descriptor ()V flags 1 method name descriptor (Ljava/lang/String;)V flags 1 class name com/sun/nio/sctp/IllegalUnbindException header extends java/lang/IllegalStateException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name descriptor ()V flags 1 method name descriptor (Ljava/lang/String;)V flags 1 class name com/sun/nio/sctp/InvalidStreamException header extends java/lang/IllegalArgumentException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name descriptor ()V flags 1 method name descriptor (Ljava/lang/String;)V flags 1 class name com/sun/nio/sctp/MessageInfo header extends java/lang/Object flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name descriptor ()V flags 4 method name createOutgoing descriptor (Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/MessageInfo; flags 9 method name createOutgoing descriptor (Lcom/sun/nio/sctp/Association;Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/MessageInfo; flags 9 method name address descriptor ()Ljava/net/SocketAddress; flags 401 method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401 method name bytes descriptor ()I flags 401 method name isComplete descriptor ()Z flags 401 method name complete descriptor (Z)Lcom/sun/nio/sctp/MessageInfo; flags 401 method name isUnordered descriptor ()Z flags 401 method name unordered descriptor (Z)Lcom/sun/nio/sctp/MessageInfo; flags 401 method name payloadProtocolID descriptor ()I flags 401 method name payloadProtocolID descriptor (I)Lcom/sun/nio/sctp/MessageInfo; flags 401 method name streamNumber descriptor ()I flags 401 method name streamNumber descriptor (I)Lcom/sun/nio/sctp/MessageInfo; flags 401 method name timeToLive descriptor ()J flags 401 method name timeToLive descriptor (J)Lcom/sun/nio/sctp/MessageInfo; flags 401 class name com/sun/nio/sctp/Notification header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401 class name com/sun/nio/sctp/NotificationHandler header extends java/lang/Object flags 601 signature Ljava/lang/Object; classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name handleNotification descriptor (Lcom/sun/nio/sctp/Notification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult; flags 401 signature (Lcom/sun/nio/sctp/Notification;TT;)Lcom/sun/nio/sctp/HandlerResult; class name com/sun/nio/sctp/PeerAddressChangeNotification header extends java/lang/Object implements com/sun/nio/sctp/Notification flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; innerclass innerClass com/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent outerClass com/sun/nio/sctp/PeerAddressChangeNotification innerClassName AddressChangeEvent flags 4019 method name descriptor ()V flags 4 method name address descriptor ()Ljava/net/SocketAddress; flags 401 method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401 method name event descriptor ()Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 401 class name com/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum; runtimeAnnotations @Ljdk/Exported; innerclass innerClass com/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent outerClass com/sun/nio/sctp/PeerAddressChangeNotification innerClassName AddressChangeEvent flags 4019 field name ADDR_AVAILABLE descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019 field name ADDR_UNREACHABLE descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019 field name ADDR_REMOVED descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019 field name ADDR_ADDED descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019 field name ADDR_MADE_PRIMARY descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019 field name ADDR_CONFIRMED descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019 method name values descriptor ()[Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 9 method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 9 class name com/sun/nio/sctp/SctpChannel header extends java/nio/channels/spi/AbstractSelectableChannel flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name descriptor (Ljava/nio/channels/spi/SelectorProvider;)V flags 4 method name open descriptor ()Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 9 method name open descriptor (Ljava/net/SocketAddress;II)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 9 method name association descriptor ()Lcom/sun/nio/sctp/Association; thrownTypes java/io/IOException flags 401 method name bind descriptor (Ljava/net/SocketAddress;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401 method name bindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401 method name unbindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401 method name connect descriptor (Ljava/net/SocketAddress;)Z thrownTypes java/io/IOException flags 401 method name connect descriptor (Ljava/net/SocketAddress;II)Z thrownTypes java/io/IOException flags 401 method name isConnectionPending descriptor ()Z flags 401 method name finishConnect descriptor ()Z thrownTypes java/io/IOException flags 401 method name getAllLocalAddresses descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set; method name getRemoteAddresses descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set; method name shutdown descriptor ()Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401 method name getOption descriptor (Lcom/sun/nio/sctp/SctpSocketOption;)Ljava/lang/Object; thrownTypes java/io/IOException flags 401 signature (Lcom/sun/nio/sctp/SctpSocketOption;)TT; method name setOption descriptor (Lcom/sun/nio/sctp/SctpSocketOption;Ljava/lang/Object;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401 signature (Lcom/sun/nio/sctp/SctpSocketOption;TT;)Lcom/sun/nio/sctp/SctpChannel; method name supportedOptions descriptor ()Ljava/util/Set; flags 401 signature ()Ljava/util/Set;>; method name validOps descriptor ()I flags 11 method name receive descriptor (Ljava/nio/ByteBuffer;Ljava/lang/Object;Lcom/sun/nio/sctp/NotificationHandler;)Lcom/sun/nio/sctp/MessageInfo; thrownTypes java/io/IOException flags 401 signature (Ljava/nio/ByteBuffer;TT;Lcom/sun/nio/sctp/NotificationHandler;)Lcom/sun/nio/sctp/MessageInfo; method name send descriptor (Ljava/nio/ByteBuffer;Lcom/sun/nio/sctp/MessageInfo;)I thrownTypes java/io/IOException flags 401 class name com/sun/nio/sctp/SctpMultiChannel header extends java/nio/channels/spi/AbstractSelectableChannel flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name descriptor (Ljava/nio/channels/spi/SelectorProvider;)V flags 4 method name open descriptor ()Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 9 method name associations descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set; method name bind descriptor (Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401 method name bind descriptor (Ljava/net/SocketAddress;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 11 method name bindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401 method name unbindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401 method name getAllLocalAddresses descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set; method name getRemoteAddresses descriptor (Lcom/sun/nio/sctp/Association;)Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature (Lcom/sun/nio/sctp/Association;)Ljava/util/Set; method name shutdown descriptor (Lcom/sun/nio/sctp/Association;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401 method name getOption descriptor (Lcom/sun/nio/sctp/SctpSocketOption;Lcom/sun/nio/sctp/Association;)Ljava/lang/Object; thrownTypes java/io/IOException flags 401 signature (Lcom/sun/nio/sctp/SctpSocketOption;Lcom/sun/nio/sctp/Association;)TT; method name setOption descriptor (Lcom/sun/nio/sctp/SctpSocketOption;Ljava/lang/Object;Lcom/sun/nio/sctp/Association;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401 signature (Lcom/sun/nio/sctp/SctpSocketOption;TT;Lcom/sun/nio/sctp/Association;)Lcom/sun/nio/sctp/SctpMultiChannel; method name supportedOptions descriptor ()Ljava/util/Set; flags 401 signature ()Ljava/util/Set;>; method name validOps descriptor ()I flags 11 method name receive descriptor (Ljava/nio/ByteBuffer;Ljava/lang/Object;Lcom/sun/nio/sctp/NotificationHandler;)Lcom/sun/nio/sctp/MessageInfo; thrownTypes java/io/IOException flags 401 signature (Ljava/nio/ByteBuffer;TT;Lcom/sun/nio/sctp/NotificationHandler;)Lcom/sun/nio/sctp/MessageInfo; method name send descriptor (Ljava/nio/ByteBuffer;Lcom/sun/nio/sctp/MessageInfo;)I thrownTypes java/io/IOException flags 401 method name branch descriptor (Lcom/sun/nio/sctp/Association;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401 class name com/sun/nio/sctp/SctpServerChannel header extends java/nio/channels/spi/AbstractSelectableChannel flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name descriptor (Ljava/nio/channels/spi/SelectorProvider;)V flags 4 method name open descriptor ()Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 9 method name accept descriptor ()Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401 method name bind descriptor (Ljava/net/SocketAddress;)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 11 method name bind descriptor (Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 401 method name bindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 401 method name unbindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 401 method name getAllLocalAddresses descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set; method name getOption descriptor (Lcom/sun/nio/sctp/SctpSocketOption;)Ljava/lang/Object; thrownTypes java/io/IOException flags 401 signature (Lcom/sun/nio/sctp/SctpSocketOption;)TT; method name setOption descriptor (Lcom/sun/nio/sctp/SctpSocketOption;Ljava/lang/Object;)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 401 signature (Lcom/sun/nio/sctp/SctpSocketOption;TT;)Lcom/sun/nio/sctp/SctpServerChannel; method name supportedOptions descriptor ()Ljava/util/Set; flags 401 signature ()Ljava/util/Set;>; method name validOps descriptor ()I flags 11 class name com/sun/nio/sctp/SctpSocketOption header extends java/lang/Object implements java/net/SocketOption flags 601 signature Ljava/lang/Object;Ljava/net/SocketOption; classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; class name com/sun/nio/sctp/SctpStandardSocketOptions header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; innerclass innerClass com/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams outerClass com/sun/nio/sctp/SctpStandardSocketOptions innerClassName InitMaxStreams flags 9 field name SCTP_DISABLE_FRAGMENTS descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption; field name SCTP_EXPLICIT_COMPLETE descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption; field name SCTP_FRAGMENT_INTERLEAVE descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption; field name SCTP_INIT_MAXSTREAMS descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption; field name SCTP_NODELAY descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption; field name SCTP_PRIMARY_ADDR descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption; field name SCTP_SET_PEER_PRIMARY_ADDR descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption; field name SO_SNDBUF descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption; field name SO_RCVBUF descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption; field name SO_LINGER descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption; class name com/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams header extends java/lang/Object flags 21 runtimeAnnotations @Ljdk/Exported; innerclass innerClass com/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams outerClass com/sun/nio/sctp/SctpStandardSocketOptions innerClassName InitMaxStreams flags 9 method name create descriptor (II)Lcom/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams; flags 9 method name maxInStreams descriptor ()I flags 1 method name maxOutStreams descriptor ()I flags 1 method name toString descriptor ()Ljava/lang/String; flags 1 method name equals descriptor (Ljava/lang/Object;)Z flags 1 method name hashCode descriptor ()I flags 1 class name com/sun/nio/sctp/SendFailedNotification header extends java/lang/Object implements com/sun/nio/sctp/Notification flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name descriptor ()V flags 4 method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401 method name address descriptor ()Ljava/net/SocketAddress; flags 401 method name buffer descriptor ()Ljava/nio/ByteBuffer; flags 401 method name errorCode descriptor ()I flags 401 method name streamNumber descriptor ()I flags 401 class name com/sun/nio/sctp/ShutdownNotification header extends java/lang/Object implements com/sun/nio/sctp/Notification flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported; method name descriptor ()V flags 4 method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401