class com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$4 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$4
super_class: java.lang.Object
{
final com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup this$0;
descriptor: Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$RegisteredSocket val$socket;
descriptor: Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$RegisteredSocket;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$ReadOperation val$finalOp;
descriptor: Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$ReadOperation;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup, com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$RegisteredSocket, com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$ReadOperation);
descriptor: (Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup;Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$RegisteredSocket;Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$ReadOperation;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$4.this$0:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup;
aload 0
aload 2
putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$4.val$socket:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$RegisteredSocket;
aload 0
aload 3
putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$4.val$finalOp:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$ReadOperation;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$4;
MethodParameters:
Name Flags
this$0 final
val$socket final
val$finalOp final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$4.this$0:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup;
aload 0
getfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$4.val$socket:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$RegisteredSocket;
aload 0
getfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$4.val$finalOp:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$ReadOperation;
invokevirtual com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup.doCancelRead:(Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$RegisteredSocket;Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$ReadOperation;)Z
istore 1
start local 1 1: iload 1
ifeq 3
2: aload 0
getfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$4.val$finalOp:Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$ReadOperation;
getfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$ReadOperation.onFailure:Ljava/util/function/Consumer;
new java.nio.channels.InterruptedByTimeoutException
dup
invokespecial java.nio.channels.InterruptedByTimeoutException.<init>:()V
invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
3: StackMap locals: int
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$4;
1 4 1 success Z
}
SourceFile: "AsynchronousTlsChannelGroup.java"
EnclosingMethod: com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup.startRead:(Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$RegisteredSocket;Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;JLjava/util/concurrent/TimeUnit;Ljava/util/function/LongConsumer;Ljava/util/function/Consumer;)Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$ReadOperation;
NestHost: com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup
InnerClasses:
com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$4
final ReadOperation = com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$ReadOperation of com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup
RegisteredSocket = com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$RegisteredSocket of com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup