langtools/make/data/symbols/jdk.sctp-8.sym.txt
changeset 31506 4e07f827a794
equal deleted inserted replaced
31505:98c52b994430 31506:4e07f827a794
       
     1 #
       
     2 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
       
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4 #
       
     5 # This code is free software; you can redistribute it and/or modify it
       
     6 # under the terms of the GNU General Public License version 2 only, as
       
     7 # published by the Free Software Foundation.  Oracle designates this
       
     8 # particular file as subject to the "Classpath" exception as provided
       
     9 # by Oracle in the LICENSE file that accompanied this code.
       
    10 #
       
    11 # This code is distributed in the hope that it will be useful, but WITHOUT
       
    12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    14 # version 2 for more details (a copy is included in the LICENSE file that
       
    15 # accompanied this code).
       
    16 #
       
    17 # You should have received a copy of the GNU General Public License version
       
    18 # 2 along with this work; if not, write to the Free Software Foundation,
       
    19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    20 #
       
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    22 # or visit www.oracle.com if you need additional information or have any
       
    23 # questions.
       
    24 #
       
    25 # ##########################################################
       
    26 # ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
       
    27 # ##########################################################
       
    28 #
       
    29 class name com/sun/nio/sctp/AbstractNotificationHandler
       
    30 header extends java/lang/Object implements com/sun/nio/sctp/NotificationHandler flags 21 signature <T:Ljava/lang/Object;>Ljava/lang/Object;Lcom/sun/nio/sctp/NotificationHandler<TT;>; classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
    31 method name <init> descriptor ()V flags 4
       
    32 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;
       
    33 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;
       
    34 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;
       
    35 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;
       
    36 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;
       
    37 
       
    38 class name com/sun/nio/sctp/Association
       
    39 header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
    40 method name <init> descriptor (III)V flags 4
       
    41 method name associationID descriptor ()I flags 11
       
    42 method name maxInboundStreams descriptor ()I flags 11
       
    43 method name maxOutboundStreams descriptor ()I flags 11
       
    44 
       
    45 class name com/sun/nio/sctp/AssociationChangeNotification
       
    46 header extends java/lang/Object implements com/sun/nio/sctp/Notification flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
    47 innerclass innerClass com/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent outerClass com/sun/nio/sctp/AssociationChangeNotification innerClassName AssocChangeEvent flags 4019
       
    48 method name <init> descriptor ()V flags 4
       
    49 method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401
       
    50 method name event descriptor ()Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 401
       
    51 
       
    52 class name com/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent
       
    53 header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;>; runtimeAnnotations @Ljdk/Exported;
       
    54 innerclass innerClass com/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent outerClass com/sun/nio/sctp/AssociationChangeNotification innerClassName AssocChangeEvent flags 4019
       
    55 field name COMM_UP descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019
       
    56 field name COMM_LOST descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019
       
    57 field name RESTART descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019
       
    58 field name SHUTDOWN descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019
       
    59 field name CANT_START descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019
       
    60 method name values descriptor ()[Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 9
       
    61 method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 9
       
    62 
       
    63 class name com/sun/nio/sctp/HandlerResult
       
    64 header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Lcom/sun/nio/sctp/HandlerResult;>; classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
    65 field name CONTINUE descriptor Lcom/sun/nio/sctp/HandlerResult; flags 4019
       
    66 field name RETURN descriptor Lcom/sun/nio/sctp/HandlerResult; flags 4019
       
    67 method name values descriptor ()[Lcom/sun/nio/sctp/HandlerResult; flags 9
       
    68 method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/nio/sctp/HandlerResult; flags 9
       
    69 
       
    70 class name com/sun/nio/sctp/IllegalReceiveException
       
    71 header extends java/lang/IllegalStateException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
    72 method name <init> descriptor ()V flags 1
       
    73 method name <init> descriptor (Ljava/lang/String;)V flags 1
       
    74 
       
    75 class name com/sun/nio/sctp/IllegalUnbindException
       
    76 header extends java/lang/IllegalStateException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
    77 method name <init> descriptor ()V flags 1
       
    78 method name <init> descriptor (Ljava/lang/String;)V flags 1
       
    79 
       
    80 class name com/sun/nio/sctp/InvalidStreamException
       
    81 header extends java/lang/IllegalArgumentException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
    82 method name <init> descriptor ()V flags 1
       
    83 method name <init> descriptor (Ljava/lang/String;)V flags 1
       
    84 
       
    85 class name com/sun/nio/sctp/MessageInfo
       
    86 header extends java/lang/Object flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
    87 method name <init> descriptor ()V flags 4
       
    88 method name createOutgoing descriptor (Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/MessageInfo; flags 9
       
    89 method name createOutgoing descriptor (Lcom/sun/nio/sctp/Association;Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/MessageInfo; flags 9
       
    90 method name address descriptor ()Ljava/net/SocketAddress; flags 401
       
    91 method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401
       
    92 method name bytes descriptor ()I flags 401
       
    93 method name isComplete descriptor ()Z flags 401
       
    94 method name complete descriptor (Z)Lcom/sun/nio/sctp/MessageInfo; flags 401
       
    95 method name isUnordered descriptor ()Z flags 401
       
    96 method name unordered descriptor (Z)Lcom/sun/nio/sctp/MessageInfo; flags 401
       
    97 method name payloadProtocolID descriptor ()I flags 401
       
    98 method name payloadProtocolID descriptor (I)Lcom/sun/nio/sctp/MessageInfo; flags 401
       
    99 method name streamNumber descriptor ()I flags 401
       
   100 method name streamNumber descriptor (I)Lcom/sun/nio/sctp/MessageInfo; flags 401
       
   101 method name timeToLive descriptor ()J flags 401
       
   102 method name timeToLive descriptor (J)Lcom/sun/nio/sctp/MessageInfo; flags 401
       
   103 
       
   104 class name com/sun/nio/sctp/Notification
       
   105 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
   106 method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401
       
   107 
       
   108 class name com/sun/nio/sctp/NotificationHandler
       
   109 header extends java/lang/Object flags 601 signature <T:Ljava/lang/Object;>Ljava/lang/Object; classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
   110 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;
       
   111 
       
   112 class name com/sun/nio/sctp/PeerAddressChangeNotification
       
   113 header extends java/lang/Object implements com/sun/nio/sctp/Notification flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
   114 innerclass innerClass com/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent outerClass com/sun/nio/sctp/PeerAddressChangeNotification innerClassName AddressChangeEvent flags 4019
       
   115 method name <init> descriptor ()V flags 4
       
   116 method name address descriptor ()Ljava/net/SocketAddress; flags 401
       
   117 method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401
       
   118 method name event descriptor ()Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 401
       
   119 
       
   120 class name com/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent
       
   121 header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;>; runtimeAnnotations @Ljdk/Exported;
       
   122 innerclass innerClass com/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent outerClass com/sun/nio/sctp/PeerAddressChangeNotification innerClassName AddressChangeEvent flags 4019
       
   123 field name ADDR_AVAILABLE descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019
       
   124 field name ADDR_UNREACHABLE descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019
       
   125 field name ADDR_REMOVED descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019
       
   126 field name ADDR_ADDED descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019
       
   127 field name ADDR_MADE_PRIMARY descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019
       
   128 field name ADDR_CONFIRMED descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019
       
   129 method name values descriptor ()[Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 9
       
   130 method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 9
       
   131 
       
   132 class name com/sun/nio/sctp/SctpChannel
       
   133 header extends java/nio/channels/spi/AbstractSelectableChannel flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
   134 method name <init> descriptor (Ljava/nio/channels/spi/SelectorProvider;)V flags 4
       
   135 method name open descriptor ()Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 9
       
   136 method name open descriptor (Ljava/net/SocketAddress;II)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 9
       
   137 method name association descriptor ()Lcom/sun/nio/sctp/Association; thrownTypes java/io/IOException flags 401
       
   138 method name bind descriptor (Ljava/net/SocketAddress;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401
       
   139 method name bindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401
       
   140 method name unbindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401
       
   141 method name connect descriptor (Ljava/net/SocketAddress;)Z thrownTypes java/io/IOException flags 401
       
   142 method name connect descriptor (Ljava/net/SocketAddress;II)Z thrownTypes java/io/IOException flags 401
       
   143 method name isConnectionPending descriptor ()Z flags 401
       
   144 method name finishConnect descriptor ()Z thrownTypes java/io/IOException flags 401
       
   145 method name getAllLocalAddresses descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set<Ljava/net/SocketAddress;>;
       
   146 method name getRemoteAddresses descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set<Ljava/net/SocketAddress;>;
       
   147 method name shutdown descriptor ()Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401
       
   148 method name getOption descriptor (Lcom/sun/nio/sctp/SctpSocketOption;)Ljava/lang/Object; thrownTypes java/io/IOException flags 401 signature <T:Ljava/lang/Object;>(Lcom/sun/nio/sctp/SctpSocketOption<TT;>;)TT;
       
   149 method name setOption descriptor (Lcom/sun/nio/sctp/SctpSocketOption;Ljava/lang/Object;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401 signature <T:Ljava/lang/Object;>(Lcom/sun/nio/sctp/SctpSocketOption<TT;>;TT;)Lcom/sun/nio/sctp/SctpChannel;
       
   150 method name supportedOptions descriptor ()Ljava/util/Set; flags 401 signature ()Ljava/util/Set<Lcom/sun/nio/sctp/SctpSocketOption<*>;>;
       
   151 method name validOps descriptor ()I flags 11
       
   152 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 <T:Ljava/lang/Object;>(Ljava/nio/ByteBuffer;TT;Lcom/sun/nio/sctp/NotificationHandler<TT;>;)Lcom/sun/nio/sctp/MessageInfo;
       
   153 method name send descriptor (Ljava/nio/ByteBuffer;Lcom/sun/nio/sctp/MessageInfo;)I thrownTypes java/io/IOException flags 401
       
   154 
       
   155 class name com/sun/nio/sctp/SctpMultiChannel
       
   156 header extends java/nio/channels/spi/AbstractSelectableChannel flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
   157 method name <init> descriptor (Ljava/nio/channels/spi/SelectorProvider;)V flags 4
       
   158 method name open descriptor ()Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 9
       
   159 method name associations descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set<Lcom/sun/nio/sctp/Association;>;
       
   160 method name bind descriptor (Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401
       
   161 method name bind descriptor (Ljava/net/SocketAddress;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 11
       
   162 method name bindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401
       
   163 method name unbindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401
       
   164 method name getAllLocalAddresses descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set<Ljava/net/SocketAddress;>;
       
   165 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<Ljava/net/SocketAddress;>;
       
   166 method name shutdown descriptor (Lcom/sun/nio/sctp/Association;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401
       
   167 method name getOption descriptor (Lcom/sun/nio/sctp/SctpSocketOption;Lcom/sun/nio/sctp/Association;)Ljava/lang/Object; thrownTypes java/io/IOException flags 401 signature <T:Ljava/lang/Object;>(Lcom/sun/nio/sctp/SctpSocketOption<TT;>;Lcom/sun/nio/sctp/Association;)TT;
       
   168 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 <T:Ljava/lang/Object;>(Lcom/sun/nio/sctp/SctpSocketOption<TT;>;TT;Lcom/sun/nio/sctp/Association;)Lcom/sun/nio/sctp/SctpMultiChannel;
       
   169 method name supportedOptions descriptor ()Ljava/util/Set; flags 401 signature ()Ljava/util/Set<Lcom/sun/nio/sctp/SctpSocketOption<*>;>;
       
   170 method name validOps descriptor ()I flags 11
       
   171 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 <T:Ljava/lang/Object;>(Ljava/nio/ByteBuffer;TT;Lcom/sun/nio/sctp/NotificationHandler<TT;>;)Lcom/sun/nio/sctp/MessageInfo;
       
   172 method name send descriptor (Ljava/nio/ByteBuffer;Lcom/sun/nio/sctp/MessageInfo;)I thrownTypes java/io/IOException flags 401
       
   173 method name branch descriptor (Lcom/sun/nio/sctp/Association;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401
       
   174 
       
   175 class name com/sun/nio/sctp/SctpServerChannel
       
   176 header extends java/nio/channels/spi/AbstractSelectableChannel flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
   177 method name <init> descriptor (Ljava/nio/channels/spi/SelectorProvider;)V flags 4
       
   178 method name open descriptor ()Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 9
       
   179 method name accept descriptor ()Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401
       
   180 method name bind descriptor (Ljava/net/SocketAddress;)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 11
       
   181 method name bind descriptor (Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 401
       
   182 method name bindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 401
       
   183 method name unbindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 401
       
   184 method name getAllLocalAddresses descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set<Ljava/net/SocketAddress;>;
       
   185 method name getOption descriptor (Lcom/sun/nio/sctp/SctpSocketOption;)Ljava/lang/Object; thrownTypes java/io/IOException flags 401 signature <T:Ljava/lang/Object;>(Lcom/sun/nio/sctp/SctpSocketOption<TT;>;)TT;
       
   186 method name setOption descriptor (Lcom/sun/nio/sctp/SctpSocketOption;Ljava/lang/Object;)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 401 signature <T:Ljava/lang/Object;>(Lcom/sun/nio/sctp/SctpSocketOption<TT;>;TT;)Lcom/sun/nio/sctp/SctpServerChannel;
       
   187 method name supportedOptions descriptor ()Ljava/util/Set; flags 401 signature ()Ljava/util/Set<Lcom/sun/nio/sctp/SctpSocketOption<*>;>;
       
   188 method name validOps descriptor ()I flags 11
       
   189 
       
   190 class name com/sun/nio/sctp/SctpSocketOption
       
   191 header extends java/lang/Object implements java/net/SocketOption flags 601 signature <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/net/SocketOption<TT;>; classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
   192 
       
   193 class name com/sun/nio/sctp/SctpStandardSocketOptions
       
   194 header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
   195 innerclass innerClass com/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams outerClass com/sun/nio/sctp/SctpStandardSocketOptions innerClassName InitMaxStreams flags 9
       
   196 field name SCTP_DISABLE_FRAGMENTS descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Boolean;>;
       
   197 field name SCTP_EXPLICIT_COMPLETE descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Boolean;>;
       
   198 field name SCTP_FRAGMENT_INTERLEAVE descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Integer;>;
       
   199 field name SCTP_INIT_MAXSTREAMS descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Lcom/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams;>;
       
   200 field name SCTP_NODELAY descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Boolean;>;
       
   201 field name SCTP_PRIMARY_ADDR descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/net/SocketAddress;>;
       
   202 field name SCTP_SET_PEER_PRIMARY_ADDR descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/net/SocketAddress;>;
       
   203 field name SO_SNDBUF descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Integer;>;
       
   204 field name SO_RCVBUF descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Integer;>;
       
   205 field name SO_LINGER descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Integer;>;
       
   206 
       
   207 class name com/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams
       
   208 header extends java/lang/Object flags 21 runtimeAnnotations @Ljdk/Exported;
       
   209 innerclass innerClass com/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams outerClass com/sun/nio/sctp/SctpStandardSocketOptions innerClassName InitMaxStreams flags 9
       
   210 method name create descriptor (II)Lcom/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams; flags 9
       
   211 method name maxInStreams descriptor ()I flags 1
       
   212 method name maxOutStreams descriptor ()I flags 1
       
   213 method name toString descriptor ()Ljava/lang/String; flags 1
       
   214 method name equals descriptor (Ljava/lang/Object;)Z flags 1
       
   215 method name hashCode descriptor ()I flags 1
       
   216 
       
   217 class name com/sun/nio/sctp/SendFailedNotification
       
   218 header extends java/lang/Object implements com/sun/nio/sctp/Notification flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
   219 method name <init> descriptor ()V flags 4
       
   220 method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401
       
   221 method name address descriptor ()Ljava/net/SocketAddress; flags 401
       
   222 method name buffer descriptor ()Ljava/nio/ByteBuffer; flags 401
       
   223 method name errorCode descriptor ()I flags 401
       
   224 method name streamNumber descriptor ()I flags 401
       
   225 
       
   226 class name com/sun/nio/sctp/ShutdownNotification
       
   227 header extends java/lang/Object implements com/sun/nio/sctp/Notification flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
       
   228 method name <init> descriptor ()V flags 4
       
   229 method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401
       
   230