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 1111
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=3, args_size=1
start local 0 // io.undertow.protocols.ssl.SslConduit$5$1 this
0: .line 1114
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 1115
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 1117
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 1119
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 1120
goto 8
StackMap locals: io.undertow.protocols.ssl.SslConduit$5$1 io.undertow.protocols.ssl.SslConduit
StackMap stack: java.lang.Throwable
5: astore 2 /* e */
start local 2 // java.lang.Throwable e
6: .line 1121
getstatic io.undertow.UndertowLogger.REQUEST_LOGGER:Lio/undertow/UndertowLogger;
ldc "Closing SSLConduit after exception on handshake"
aload 2 /* e */
invokeinterface io.undertow.UndertowLogger.debug:(Ljava/lang/Object;Ljava/lang/Throwable;)V
7: .line 1122
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
end local 2 // java.lang.Throwable e
8: .line 1124
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 10
9: .line 1125
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
10: .line 1127
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 12
11: .line 1128
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
12: .line 1114
StackMap locals:
StackMap stack:
aload 1
monitorexit
13: goto 16
StackMap locals:
StackMap stack: java.lang.Throwable
14: aload 1
monitorexit
15: athrow
16: .line 1131
StackMap locals:
StackMap stack:
return
end local 0 // io.undertow.protocols.ssl.SslConduit$5$1 this
LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lio/undertow/protocols/ssl/SslConduit$5$1;
6 8 2 e Ljava/lang/Throwable;
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 13 14 any
14 15 14 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