class com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$2 implements java.util.function.Supplier<com.mongodb.internal.connection.tlschannel.impl.ByteBufferSet>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$2
super_class: java.lang.Object
{
final com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl this$0;
descriptor: Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl);
descriptor: (Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$2 this
0: .line 290
aload 0 /* this */
aload 1
putfield com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$2.this$0:Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl$2;
MethodParameters:
Name Flags
this$0 final
public com.mongodb.internal.connection.tlschannel.impl.ByteBufferSet get();
descriptor: ()Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$2 this
0: .line 293
aload 0 /* this */
getfield com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$2.this$0:Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl;
getfield com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl.inPlain:Lcom/mongodb/internal/connection/tlschannel/impl/BufferHolder;
invokevirtual com.mongodb.internal.connection.tlschannel.impl.BufferHolder.prepare:()V
1: .line 294
new com.mongodb.internal.connection.tlschannel.impl.ByteBufferSet
dup
aload 0 /* this */
getfield com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$2.this$0:Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl;
getfield com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl.inPlain:Lcom/mongodb/internal/connection/tlschannel/impl/BufferHolder;
getfield com.mongodb.internal.connection.tlschannel.impl.BufferHolder.buffer:Ljava/nio/ByteBuffer;
invokespecial com.mongodb.internal.connection.tlschannel.impl.ByteBufferSet.<init>:(Ljava/nio/ByteBuffer;)V
areturn
end local 0 // com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$2 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl$2;
public java.lang.Object get();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: .line 1
aload 0
invokevirtual com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$2.get:()Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Supplier<Lcom/mongodb/internal/connection/tlschannel/impl/ByteBufferSet;>;
SourceFile: "TlsChannelImpl.java"
EnclosingMethod: com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl.unwrapLoop:(Ljava/util/Optional;Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;Z)Lcom/mongodb/internal/connection/tlschannel/impl/TlsChannelImpl$UnwrapResult;
NestHost: com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl
InnerClasses:
com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$2
private UnwrapResult = com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl$UnwrapResult of com.mongodb.internal.connection.tlschannel.impl.TlsChannelImpl
public final HandshakeStatus = javax.net.ssl.SSLEngineResult$HandshakeStatus of javax.net.ssl.SSLEngineResult