class org.apache.cassandra.transport.Server$OptionalSecureInitializer$1 extends io.netty.handler.codec.ByteToMessageDecoder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.cassandra.transport.Server$OptionalSecureInitializer$1
super_class: io.netty.handler.codec.ByteToMessageDecoder
{
final org.apache.cassandra.transport.Server$OptionalSecureInitializer this$1;
descriptor: Lorg/apache/cassandra/transport/Server$OptionalSecureInitializer;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.cassandra.transport.Server$OptionalSecureInitializer);
descriptor: (Lorg/apache/cassandra/transport/Server$OptionalSecureInitializer;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.apache.cassandra.transport.Server$OptionalSecureInitializer$1 this
0: .line 432
aload 0 /* this */
aload 1
putfield org.apache.cassandra.transport.Server$OptionalSecureInitializer$1.this$1:Lorg/apache/cassandra/transport/Server$OptionalSecureInitializer;
aload 0 /* this */
invokespecial io.netty.handler.codec.ByteToMessageDecoder.<init>:()V
return
end local 0 // org.apache.cassandra.transport.Server$OptionalSecureInitializer$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/cassandra/transport/Server$OptionalSecureInitializer$1;
MethodParameters:
Name Flags
this$0 final
protected void decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List<java.lang.Object>);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=5, args_size=4
start local 0 // org.apache.cassandra.transport.Server$OptionalSecureInitializer$1 this
start local 1 // io.netty.channel.ChannelHandlerContext channelHandlerContext
start local 2 // io.netty.buffer.ByteBuf byteBuf
start local 3 // java.util.List list
0: .line 437
aload 2 /* byteBuf */
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
iconst_5
if_icmpge 2
1: .line 441
return
2: .line 443
StackMap locals:
StackMap stack:
aload 2 /* byteBuf */
invokestatic io.netty.handler.ssl.SslHandler.isEncrypted:(Lio/netty/buffer/ByteBuf;)Z
ifeq 6
3: .line 447
aload 0 /* this */
getfield org.apache.cassandra.transport.Server$OptionalSecureInitializer$1.this$1:Lorg/apache/cassandra/transport/Server$OptionalSecureInitializer;
invokevirtual org.apache.cassandra.transport.Server$OptionalSecureInitializer.createSslHandler:()Lio/netty/handler/ssl/SslHandler;
astore 4 /* sslHandler */
start local 4 // io.netty.handler.ssl.SslHandler sslHandler
4: .line 448
aload 1 /* channelHandlerContext */
invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
aload 0 /* this */
ldc "ssl"
aload 4 /* sslHandler */
invokeinterface io.netty.channel.ChannelPipeline.replace:(Lio/netty/channel/ChannelHandler;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
end local 4 // io.netty.handler.ssl.SslHandler sslHandler
5: .line 449
goto 7
6: .line 454
StackMap locals:
StackMap stack:
aload 1 /* channelHandlerContext */
invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
aload 0 /* this */
invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
7: .line 456
StackMap locals:
StackMap stack:
return
end local 3 // java.util.List list
end local 2 // io.netty.buffer.ByteBuf byteBuf
end local 1 // io.netty.channel.ChannelHandlerContext channelHandlerContext
end local 0 // org.apache.cassandra.transport.Server$OptionalSecureInitializer$1 this
LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/cassandra/transport/Server$OptionalSecureInitializer$1;
0 8 1 channelHandlerContext Lio/netty/channel/ChannelHandlerContext;
0 8 2 byteBuf Lio/netty/buffer/ByteBuf;
0 8 3 list Ljava/util/List<Ljava/lang/Object;>;
4 5 4 sslHandler Lio/netty/handler/ssl/SslHandler;
Exceptions:
throws java.lang.Exception
Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
channelHandlerContext
byteBuf
list
}
SourceFile: "Server.java"
EnclosingMethod: org.apache.cassandra.transport.Server$OptionalSecureInitializer.initChannel:(Lio/netty/channel/Channel;)V
NestHost: org.apache.cassandra.transport.Server
InnerClasses:
private OptionalSecureInitializer = org.apache.cassandra.transport.Server$OptionalSecureInitializer of org.apache.cassandra.transport.Server
org.apache.cassandra.transport.Server$OptionalSecureInitializer$1