class jdk.incubator.http.internal.websocket.TransportSupplier$1 extends jdk.incubator.http.internal.websocket.Receiver
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.incubator.http.internal.websocket.TransportSupplier$1
super_class: jdk.incubator.http.internal.websocket.Receiver
{
final jdk.incubator.http.internal.websocket.TransportSupplier this$0;
descriptor: Ljdk/incubator/http/internal/websocket/TransportSupplier;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(jdk.incubator.http.internal.websocket.TransportSupplier, jdk.incubator.http.internal.websocket.MessageStreamConsumer, jdk.incubator.http.internal.websocket.RawChannel);
descriptor: (Ljdk/incubator/http/internal/websocket/TransportSupplier;Ljdk/incubator/http/internal/websocket/MessageStreamConsumer;Ljdk/incubator/http/internal/websocket/RawChannel;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 // jdk.incubator.http.internal.websocket.TransportSupplier$1 this
start local 2 // jdk.incubator.http.internal.websocket.MessageStreamConsumer $anonymous0
start local 3 // jdk.incubator.http.internal.websocket.RawChannel $anonymous1
0: .line 69
aload 0 /* this */
aload 1
putfield jdk.incubator.http.internal.websocket.TransportSupplier$1.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
aload 0 /* this */
aload 2 /* $anonymous0 */
aload 3 /* $anonymous1 */
invokespecial jdk.incubator.http.internal.websocket.Receiver.<init>:(Ljdk/incubator/http/internal/websocket/MessageStreamConsumer;Ljdk/incubator/http/internal/websocket/RawChannel;)V
return
end local 3 // jdk.incubator.http.internal.websocket.RawChannel $anonymous1
end local 2 // jdk.incubator.http.internal.websocket.MessageStreamConsumer $anonymous0
end local 0 // jdk.incubator.http.internal.websocket.TransportSupplier$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/internal/websocket/TransportSupplier$1;
0 1 2 $anonymous0 Ljdk/incubator/http/internal/websocket/MessageStreamConsumer;
0 1 3 $anonymous1 Ljdk/incubator/http/internal/websocket/RawChannel;
MethodParameters:
Name Flags
this$0 final
$anonymous0
$anonymous1
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 // jdk.incubator.http.internal.websocket.TransportSupplier$1 this
0: .line 72
aload 0 /* this */
getfield jdk.incubator.http.internal.websocket.TransportSupplier$1.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
getfield jdk.incubator.http.internal.websocket.TransportSupplier.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: .line 73
aload 0 /* this */
getfield jdk.incubator.http.internal.websocket.TransportSupplier$1.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
getfield jdk.incubator.http.internal.websocket.TransportSupplier.closed:Z
ifne 14
2: .line 75
aload 0 /* this */
invokespecial jdk.incubator.http.internal.websocket.Receiver.close:()V
3: .line 76
goto 10
StackMap locals: jdk.incubator.http.internal.websocket.TransportSupplier$1 java.lang.Object
StackMap stack: java.lang.Throwable
4: astore 2
5: .line 77
aload 0 /* this */
getfield jdk.incubator.http.internal.websocket.TransportSupplier$1.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
iconst_1
putfield jdk.incubator.http.internal.websocket.TransportSupplier.receiverShutdown:Z
6: .line 78
aload 0 /* this */
getfield jdk.incubator.http.internal.websocket.TransportSupplier$1.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
getfield jdk.incubator.http.internal.websocket.TransportSupplier.transmitterShutdown:Z
ifeq 9
7: .line 79
aload 0 /* this */
getfield jdk.incubator.http.internal.websocket.TransportSupplier$1.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
iconst_1
putfield jdk.incubator.http.internal.websocket.TransportSupplier.closed:Z
8: .line 80
aload 0 /* this */
getfield jdk.incubator.http.internal.websocket.TransportSupplier$1.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
getfield jdk.incubator.http.internal.websocket.TransportSupplier.channel:Ljdk/incubator/http/internal/websocket/RawChannel;
invokeinterface jdk.incubator.http.internal.websocket.RawChannel.close:()V
9: .line 82
StackMap locals: java.lang.Throwable
StackMap stack:
aload 2
athrow
10: .line 77
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield jdk.incubator.http.internal.websocket.TransportSupplier$1.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
iconst_1
putfield jdk.incubator.http.internal.websocket.TransportSupplier.receiverShutdown:Z
11: .line 78
aload 0 /* this */
getfield jdk.incubator.http.internal.websocket.TransportSupplier$1.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
getfield jdk.incubator.http.internal.websocket.TransportSupplier.transmitterShutdown:Z
ifeq 14
12: .line 79
aload 0 /* this */
getfield jdk.incubator.http.internal.websocket.TransportSupplier$1.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
iconst_1
putfield jdk.incubator.http.internal.websocket.TransportSupplier.closed:Z
13: .line 80
aload 0 /* this */
getfield jdk.incubator.http.internal.websocket.TransportSupplier$1.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
getfield jdk.incubator.http.internal.websocket.TransportSupplier.channel:Ljdk/incubator/http/internal/websocket/RawChannel;
invokeinterface jdk.incubator.http.internal.websocket.RawChannel.close:()V
14: .line 72
StackMap locals:
StackMap stack:
aload 1
monitorexit
15: goto 18
StackMap locals:
StackMap stack: java.lang.Throwable
16: aload 1
monitorexit
17: athrow
18: .line 85
StackMap locals:
StackMap stack:
return
end local 0 // jdk.incubator.http.internal.websocket.TransportSupplier$1 this
LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Ljdk/incubator/http/internal/websocket/TransportSupplier$1;
Exception table:
from to target type
2 4 4 any
1 15 16 any
16 17 16 any
Exceptions:
throws java.io.IOException
}
SourceFile: "TransportSupplier.java"
EnclosingMethod: jdk.incubator.http.internal.websocket.TransportSupplier.newReceiver:(Ljdk/incubator/http/internal/websocket/MessageStreamConsumer;)Ljdk/incubator/http/internal/websocket/Receiver;
NestHost: jdk.incubator.http.internal.websocket.TransportSupplier
InnerClasses:
jdk.incubator.http.internal.websocket.TransportSupplier$1