abstract class com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation
super_class: java.lang.Object
{
final com.mongodb.internal.connection.tlschannel.impl.ByteBufferSet bufferSet;
descriptor: Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;
flags: (0x0010) ACC_FINAL
final java.util.function.LongConsumer onSuccess;
descriptor: Ljava/util/function/LongConsumer;
flags: (0x0010) ACC_FINAL
final java.util.function.Consumer<java.lang.Throwable> onFailure;
descriptor: Ljava/util/function/Consumer;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/function/Consumer<Ljava/lang/Throwable;>;
java.util.concurrent.Future<?> timeoutFuture;
descriptor: Ljava/util/concurrent/Future;
flags: (0x0000)
Signature: Ljava/util/concurrent/Future<*>;
void <init>(com.mongodb.internal.connection.tlschannel.impl.ByteBufferSet, java.util.function.LongConsumer, java.util.function.Consumer<java.lang.Throwable>);
descriptor: (Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;Ljava/util/function/LongConsumer;Ljava/util/function/Consumer;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation.bufferSet:Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;
2: aload 0
aload 2
putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation.onSuccess:Ljava/util/function/LongConsumer;
3: aload 0
aload 3
putfield com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation.onFailure:Ljava/util/function/Consumer;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/mongodb/internal/connection/tlschannel/async/AsynchronousTlsChannelGroup$Operation;
0 5 1 bufferSet Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;
0 5 2 onSuccess Ljava/util/function/LongConsumer;
0 5 3 onFailure Ljava/util/function/Consumer<Ljava/lang/Throwable;>;
Signature: (Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;Ljava/util/function/LongConsumer;Ljava/util/function/Consumer<Ljava/lang/Throwable;>;)V
MethodParameters:
Name Flags
bufferSet final
onSuccess final
onFailure final
}
SourceFile: "AsynchronousTlsChannelGroup.java"
NestHost: com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup
InnerClasses:
private abstract Operation = com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup$Operation of com.mongodb.internal.connection.tlschannel.async.AsynchronousTlsChannelGroup