class io.undertow.protocols.ssl.SslConduit$5$1 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.undertow.protocols.ssl.SslConduit$5$1
super_class: java.lang.Object
{
final io.undertow.protocols.ssl.SslConduit$5 this$1;
descriptor: Lio/undertow/protocols/ssl/SslConduit$5;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.undertow.protocols.ssl.SslConduit$5);
descriptor: (Lio/undertow/protocols/ssl/SslConduit$5;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // io.undertow.protocols.ssl.SslConduit$5$1 this
0: .line 1068
aload 0 /* this */
aload 1
putfield io.undertow.protocols.ssl.SslConduit$5$1.this$1:Lio/undertow/protocols/ssl/SslConduit$5;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // io.undertow.protocols.ssl.SslConduit$5$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/undertow/protocols/ssl/SslConduit$5$1;
MethodParameters:
Name Flags
this$0 final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 // io.undertow.protocols.ssl.SslConduit$5$1 this
0: .line 1071
aload 0 /* this */
getfield io.undertow.protocols.ssl.SslConduit$5$1.this$1:Lio/undertow/protocols/ssl/SslConduit$5;
invokestatic io.undertow.protocols.ssl.SslConduit$5.access$0:(Lio/undertow/protocols/ssl/SslConduit$5;)Lio/undertow/protocols/ssl/SslConduit;
dup
astore 1
monitorenter
1: .line 1072
aload 0 /* this */
getfield io.undertow.protocols.ssl.SslConduit$5$1.this$1:Lio/undertow/protocols/ssl/SslConduit$5;
invokestatic io.undertow.protocols.ssl.SslConduit$5.access$0:(Lio/undertow/protocols/ssl/SslConduit$5;)Lio/undertow/protocols/ssl/SslConduit;
invokevirtual java.lang.Object.notifyAll:()V
2: .line 1074
aload 0 /* this */
getfield io.undertow.protocols.ssl.SslConduit$5$1.this$1:Lio/undertow/protocols/ssl/SslConduit$5;
invokestatic io.undertow.protocols.ssl.SslConduit$5.access$0:(Lio/undertow/protocols/ssl/SslConduit$5;)Lio/undertow/protocols/ssl/SslConduit;
dup
getfield io.undertow.protocols.ssl.SslConduit.outstandingTasks:I
iconst_1
isub
putfield io.undertow.protocols.ssl.SslConduit.outstandingTasks:I
3: .line 1076
aload 0 /* this */
getfield io.undertow.protocols.ssl.SslConduit$5$1.this$1:Lio/undertow/protocols/ssl/SslConduit$5;
invokestatic io.undertow.protocols.ssl.SslConduit$5.access$0:(Lio/undertow/protocols/ssl/SslConduit$5;)Lio/undertow/protocols/ssl/SslConduit;
invokevirtual io.undertow.protocols.ssl.SslConduit.doHandshake:()V
4: .line 1077
goto 7
StackMap locals: io.undertow.protocols.ssl.SslConduit$5$1 io.undertow.protocols.ssl.SslConduit
StackMap stack: java.lang.Throwable
5: pop
6: .line 1078
aload 0 /* this */
getfield io.undertow.protocols.ssl.SslConduit$5$1.this$1:Lio/undertow/protocols/ssl/SslConduit$5;
invokestatic io.undertow.protocols.ssl.SslConduit$5.access$0:(Lio/undertow/protocols/ssl/SslConduit$5;)Lio/undertow/protocols/ssl/SslConduit;
getfield io.undertow.protocols.ssl.SslConduit.connection:Lio/undertow/protocols/ssl/UndertowSslConnection;
invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
7: .line 1080
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield io.undertow.protocols.ssl.SslConduit$5$1.this$1:Lio/undertow/protocols/ssl/SslConduit$5;
invokestatic io.undertow.protocols.ssl.SslConduit$5.access$0:(Lio/undertow/protocols/ssl/SslConduit$5;)Lio/undertow/protocols/ssl/SslConduit;
getfield io.undertow.protocols.ssl.SslConduit.state:I
iconst_4
invokestatic org.xnio.Bits.anyAreSet:(II)Z
ifeq 9
8: .line 1081
aload 0 /* this */
getfield io.undertow.protocols.ssl.SslConduit$5$1.this$1:Lio/undertow/protocols/ssl/SslConduit$5;
invokestatic io.undertow.protocols.ssl.SslConduit$5.access$0:(Lio/undertow/protocols/ssl/SslConduit$5;)Lio/undertow/protocols/ssl/SslConduit;
invokevirtual io.undertow.protocols.ssl.SslConduit.wakeupReads:()V
9: .line 1083
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield io.undertow.protocols.ssl.SslConduit$5$1.this$1:Lio/undertow/protocols/ssl/SslConduit$5;
invokestatic io.undertow.protocols.ssl.SslConduit$5.access$0:(Lio/undertow/protocols/ssl/SslConduit$5;)Lio/undertow/protocols/ssl/SslConduit;
getfield io.undertow.protocols.ssl.SslConduit.state:I
bipush 8
invokestatic org.xnio.Bits.anyAreSet:(II)Z
ifeq 11
10: .line 1084
aload 0 /* this */
getfield io.undertow.protocols.ssl.SslConduit$5$1.this$1:Lio/undertow/protocols/ssl/SslConduit$5;
invokestatic io.undertow.protocols.ssl.SslConduit$5.access$0:(Lio/undertow/protocols/ssl/SslConduit$5;)Lio/undertow/protocols/ssl/SslConduit;
invokevirtual io.undertow.protocols.ssl.SslConduit.resumeWrites:()V
11: .line 1071
StackMap locals:
StackMap stack:
aload 1
monitorexit
12: goto 15
StackMap locals:
StackMap stack: java.lang.Throwable
13: aload 1
monitorexit
14: athrow
15: .line 1087
StackMap locals:
StackMap stack:
return
end local 0 // io.undertow.protocols.ssl.SslConduit$5$1 this
LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lio/undertow/protocols/ssl/SslConduit$5$1;
Exception table:
from to target type
3 4 5 Class java.io.IOException
3 4 5 Class java.lang.RuntimeException
3 4 5 Class java.lang.Error
1 12 13 any
13 14 13 any
}
SourceFile: "SslConduit.java"
EnclosingMethod: io.undertow.protocols.ssl.SslConduit$5.run:()V
NestHost: io.undertow.protocols.ssl.SslConduit
InnerClasses:
io.undertow.protocols.ssl.SslConduit$5
io.undertow.protocols.ssl.SslConduit$5$1