jdk.sctp-8.sym.txt revision 2973:0e8fa3249327
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#
29class name com/sun/nio/sctp/AbstractNotificationHandler
30header 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;
31method name <init> descriptor ()V flags 4
32method 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;
33method 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;
34method 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;
35method 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;
36method 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
38class name com/sun/nio/sctp/Association
39header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
40method name <init> descriptor (III)V flags 4
41method name associationID descriptor ()I flags 11
42method name maxInboundStreams descriptor ()I flags 11
43method name maxOutboundStreams descriptor ()I flags 11
44
45class name com/sun/nio/sctp/AssociationChangeNotification
46header extends java/lang/Object implements com/sun/nio/sctp/Notification flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
47innerclass innerClass com/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent outerClass com/sun/nio/sctp/AssociationChangeNotification innerClassName AssocChangeEvent flags 4019
48method name <init> descriptor ()V flags 4
49method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401
50method name event descriptor ()Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 401
51
52class name com/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent
53header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;>; runtimeAnnotations @Ljdk/Exported;
54innerclass innerClass com/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent outerClass com/sun/nio/sctp/AssociationChangeNotification innerClassName AssocChangeEvent flags 4019
55field name COMM_UP descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019
56field name COMM_LOST descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019
57field name RESTART descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019
58field name SHUTDOWN descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019
59field name CANT_START descriptor Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 4019
60method name values descriptor ()[Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 9
61method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent; flags 9
62
63class name com/sun/nio/sctp/HandlerResult
64header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Lcom/sun/nio/sctp/HandlerResult;>; classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
65field name CONTINUE descriptor Lcom/sun/nio/sctp/HandlerResult; flags 4019
66field name RETURN descriptor Lcom/sun/nio/sctp/HandlerResult; flags 4019
67method name values descriptor ()[Lcom/sun/nio/sctp/HandlerResult; flags 9
68method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/nio/sctp/HandlerResult; flags 9
69
70class name com/sun/nio/sctp/IllegalReceiveException
71header extends java/lang/IllegalStateException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
72method name <init> descriptor ()V flags 1
73method name <init> descriptor (Ljava/lang/String;)V flags 1
74
75class name com/sun/nio/sctp/IllegalUnbindException
76header extends java/lang/IllegalStateException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
77method name <init> descriptor ()V flags 1
78method name <init> descriptor (Ljava/lang/String;)V flags 1
79
80class name com/sun/nio/sctp/InvalidStreamException
81header extends java/lang/IllegalArgumentException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
82method name <init> descriptor ()V flags 1
83method name <init> descriptor (Ljava/lang/String;)V flags 1
84
85class name com/sun/nio/sctp/MessageInfo
86header extends java/lang/Object flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
87method name <init> descriptor ()V flags 4
88method name createOutgoing descriptor (Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/MessageInfo; flags 9
89method name createOutgoing descriptor (Lcom/sun/nio/sctp/Association;Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/MessageInfo; flags 9
90method name address descriptor ()Ljava/net/SocketAddress; flags 401
91method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401
92method name bytes descriptor ()I flags 401
93method name isComplete descriptor ()Z flags 401
94method name complete descriptor (Z)Lcom/sun/nio/sctp/MessageInfo; flags 401
95method name isUnordered descriptor ()Z flags 401
96method name unordered descriptor (Z)Lcom/sun/nio/sctp/MessageInfo; flags 401
97method name payloadProtocolID descriptor ()I flags 401
98method name payloadProtocolID descriptor (I)Lcom/sun/nio/sctp/MessageInfo; flags 401
99method name streamNumber descriptor ()I flags 401
100method name streamNumber descriptor (I)Lcom/sun/nio/sctp/MessageInfo; flags 401
101method name timeToLive descriptor ()J flags 401
102method name timeToLive descriptor (J)Lcom/sun/nio/sctp/MessageInfo; flags 401
103
104class name com/sun/nio/sctp/Notification
105header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
106method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401
107
108class name com/sun/nio/sctp/NotificationHandler
109header extends java/lang/Object flags 601 signature <T:Ljava/lang/Object;>Ljava/lang/Object; classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
110method 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
112class name com/sun/nio/sctp/PeerAddressChangeNotification
113header extends java/lang/Object implements com/sun/nio/sctp/Notification flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
114innerclass innerClass com/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent outerClass com/sun/nio/sctp/PeerAddressChangeNotification innerClassName AddressChangeEvent flags 4019
115method name <init> descriptor ()V flags 4
116method name address descriptor ()Ljava/net/SocketAddress; flags 401
117method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401
118method name event descriptor ()Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 401
119
120class name com/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent
121header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent;>; runtimeAnnotations @Ljdk/Exported;
122innerclass innerClass com/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent outerClass com/sun/nio/sctp/PeerAddressChangeNotification innerClassName AddressChangeEvent flags 4019
123field name ADDR_AVAILABLE descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019
124field name ADDR_UNREACHABLE descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019
125field name ADDR_REMOVED descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019
126field name ADDR_ADDED descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019
127field name ADDR_MADE_PRIMARY descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019
128field name ADDR_CONFIRMED descriptor Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 4019
129method name values descriptor ()[Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 9
130method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/nio/sctp/PeerAddressChangeNotification$AddressChangeEvent; flags 9
131
132class name com/sun/nio/sctp/SctpChannel
133header extends java/nio/channels/spi/AbstractSelectableChannel flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
134method name <init> descriptor (Ljava/nio/channels/spi/SelectorProvider;)V flags 4
135method name open descriptor ()Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 9
136method name open descriptor (Ljava/net/SocketAddress;II)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 9
137method name association descriptor ()Lcom/sun/nio/sctp/Association; thrownTypes java/io/IOException flags 401
138method name bind descriptor (Ljava/net/SocketAddress;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401
139method name bindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401
140method name unbindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401
141method name connect descriptor (Ljava/net/SocketAddress;)Z thrownTypes java/io/IOException flags 401
142method name connect descriptor (Ljava/net/SocketAddress;II)Z thrownTypes java/io/IOException flags 401
143method name isConnectionPending descriptor ()Z flags 401
144method name finishConnect descriptor ()Z thrownTypes java/io/IOException flags 401
145method name getAllLocalAddresses descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set<Ljava/net/SocketAddress;>;
146method name getRemoteAddresses descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set<Ljava/net/SocketAddress;>;
147method name shutdown descriptor ()Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401
148method 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;
149method 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;
150method name supportedOptions descriptor ()Ljava/util/Set; flags 401 signature ()Ljava/util/Set<Lcom/sun/nio/sctp/SctpSocketOption<*>;>;
151method name validOps descriptor ()I flags 11
152method 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;
153method name send descriptor (Ljava/nio/ByteBuffer;Lcom/sun/nio/sctp/MessageInfo;)I thrownTypes java/io/IOException flags 401
154
155class name com/sun/nio/sctp/SctpMultiChannel
156header extends java/nio/channels/spi/AbstractSelectableChannel flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
157method name <init> descriptor (Ljava/nio/channels/spi/SelectorProvider;)V flags 4
158method name open descriptor ()Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 9
159method name associations descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set<Lcom/sun/nio/sctp/Association;>;
160method name bind descriptor (Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401
161method name bind descriptor (Ljava/net/SocketAddress;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 11
162method name bindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401
163method name unbindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401
164method name getAllLocalAddresses descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set<Ljava/net/SocketAddress;>;
165method 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;>;
166method name shutdown descriptor (Lcom/sun/nio/sctp/Association;)Lcom/sun/nio/sctp/SctpMultiChannel; thrownTypes java/io/IOException flags 401
167method 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;
168method 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;
169method name supportedOptions descriptor ()Ljava/util/Set; flags 401 signature ()Ljava/util/Set<Lcom/sun/nio/sctp/SctpSocketOption<*>;>;
170method name validOps descriptor ()I flags 11
171method 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;
172method name send descriptor (Ljava/nio/ByteBuffer;Lcom/sun/nio/sctp/MessageInfo;)I thrownTypes java/io/IOException flags 401
173method name branch descriptor (Lcom/sun/nio/sctp/Association;)Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401
174
175class name com/sun/nio/sctp/SctpServerChannel
176header extends java/nio/channels/spi/AbstractSelectableChannel flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
177method name <init> descriptor (Ljava/nio/channels/spi/SelectorProvider;)V flags 4
178method name open descriptor ()Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 9
179method name accept descriptor ()Lcom/sun/nio/sctp/SctpChannel; thrownTypes java/io/IOException flags 401
180method name bind descriptor (Ljava/net/SocketAddress;)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 11
181method name bind descriptor (Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 401
182method name bindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 401
183method name unbindAddress descriptor (Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpServerChannel; thrownTypes java/io/IOException flags 401
184method name getAllLocalAddresses descriptor ()Ljava/util/Set; thrownTypes java/io/IOException flags 401 signature ()Ljava/util/Set<Ljava/net/SocketAddress;>;
185method 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;
186method 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;
187method name supportedOptions descriptor ()Ljava/util/Set; flags 401 signature ()Ljava/util/Set<Lcom/sun/nio/sctp/SctpSocketOption<*>;>;
188method name validOps descriptor ()I flags 11
189
190class name com/sun/nio/sctp/SctpSocketOption
191header 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
193class name com/sun/nio/sctp/SctpStandardSocketOptions
194header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
195innerclass innerClass com/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams outerClass com/sun/nio/sctp/SctpStandardSocketOptions innerClassName InitMaxStreams flags 9
196field name SCTP_DISABLE_FRAGMENTS descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Boolean;>;
197field name SCTP_EXPLICIT_COMPLETE descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Boolean;>;
198field name SCTP_FRAGMENT_INTERLEAVE descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Integer;>;
199field name SCTP_INIT_MAXSTREAMS descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Lcom/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams;>;
200field name SCTP_NODELAY descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Boolean;>;
201field name SCTP_PRIMARY_ADDR descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/net/SocketAddress;>;
202field name SCTP_SET_PEER_PRIMARY_ADDR descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/net/SocketAddress;>;
203field name SO_SNDBUF descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Integer;>;
204field name SO_RCVBUF descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Integer;>;
205field name SO_LINGER descriptor Lcom/sun/nio/sctp/SctpSocketOption; flags 19 signature Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Integer;>;
206
207class name com/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams
208header extends java/lang/Object flags 21 runtimeAnnotations @Ljdk/Exported;
209innerclass innerClass com/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams outerClass com/sun/nio/sctp/SctpStandardSocketOptions innerClassName InitMaxStreams flags 9
210method name create descriptor (II)Lcom/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams; flags 9
211method name maxInStreams descriptor ()I flags 1
212method name maxOutStreams descriptor ()I flags 1
213method name toString descriptor ()Ljava/lang/String; flags 1
214method name equals descriptor (Ljava/lang/Object;)Z flags 1
215method name hashCode descriptor ()I flags 1
216
217class name com/sun/nio/sctp/SendFailedNotification
218header extends java/lang/Object implements com/sun/nio/sctp/Notification flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
219method name <init> descriptor ()V flags 4
220method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401
221method name address descriptor ()Ljava/net/SocketAddress; flags 401
222method name buffer descriptor ()Ljava/nio/ByteBuffer; flags 401
223method name errorCode descriptor ()I flags 401
224method name streamNumber descriptor ()I flags 401
225
226class name com/sun/nio/sctp/ShutdownNotification
227header extends java/lang/Object implements com/sun/nio/sctp/Notification flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
228method name <init> descriptor ()V flags 4
229method name association descriptor ()Lcom/sun/nio/sctp/Association; flags 401
230
231