class com.mongodb.connection.netty.NettyStream$InboundBufferHandler extends io.netty.channel.SimpleChannelInboundHandler<io.netty.buffer.ByteBuf>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.mongodb.connection.netty.NettyStream$InboundBufferHandler
super_class: io.netty.channel.SimpleChannelInboundHandler
{
final com.mongodb.connection.netty.NettyStream this$0;
descriptor: Lcom/mongodb/connection/netty/NettyStream;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(com.mongodb.connection.netty.NettyStream);
descriptor: (Lcom/mongodb/connection/netty/NettyStream;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.mongodb.connection.netty.NettyStream$InboundBufferHandler.this$0:Lcom/mongodb/connection/netty/NettyStream;
aload 0
invokespecial io.netty.channel.SimpleChannelInboundHandler.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/connection/netty/NettyStream$InboundBufferHandler;
MethodParameters:
Name Flags
this$0 final
protected void channelRead0(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.mongodb.connection.netty.NettyStream$InboundBufferHandler.this$0:Lcom/mongodb/connection/netty/NettyStream;
aload 2
aconst_null
invokevirtual com.mongodb.connection.netty.NettyStream.handleReadResponse:(Lio/netty/buffer/ByteBuf;Ljava/lang/Throwable;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/mongodb/connection/netty/NettyStream$InboundBufferHandler;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 2 2 buffer Lio/netty/buffer/ByteBuf;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx final
buffer final
public void exceptionCaught(io.netty.channel.ChannelHandlerContext, java.lang.Throwable);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
instanceof io.netty.handler.timeout.ReadTimeoutException
ifeq 3
1: aload 0
getfield com.mongodb.connection.netty.NettyStream$InboundBufferHandler.this$0:Lcom/mongodb/connection/netty/NettyStream;
aconst_null
new com.mongodb.MongoSocketReadTimeoutException
dup
ldc "Timeout while receiving message"
aload 0
getfield com.mongodb.connection.netty.NettyStream$InboundBufferHandler.this$0:Lcom/mongodb/connection/netty/NettyStream;
getfield com.mongodb.connection.netty.NettyStream.address:Lcom/mongodb/ServerAddress;
aload 2
invokespecial com.mongodb.MongoSocketReadTimeoutException.<init>:(Ljava/lang/String;Lcom/mongodb/ServerAddress;Ljava/lang/Throwable;)V
invokevirtual com.mongodb.connection.netty.NettyStream.handleReadResponse:(Lio/netty/buffer/ByteBuf;Ljava/lang/Throwable;)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield com.mongodb.connection.netty.NettyStream$InboundBufferHandler.this$0:Lcom/mongodb/connection/netty/NettyStream;
aconst_null
aload 2
invokevirtual com.mongodb.connection.netty.NettyStream.handleReadResponse:(Lio/netty/buffer/ByteBuf;Ljava/lang/Throwable;)V
4: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.close:()Lio/netty/channel/ChannelFuture;
pop
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/mongodb/connection/netty/NettyStream$InboundBufferHandler;
0 6 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 6 2 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
ctx final
t final
protected void channelRead0(io.netty.channel.ChannelHandlerContext, java.lang.Object);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
checkcast io.netty.buffer.ByteBuf
invokevirtual com.mongodb.connection.netty.NettyStream$InboundBufferHandler.channelRead0:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Lio/netty/channel/SimpleChannelInboundHandler<Lio/netty/buffer/ByteBuf;>;
SourceFile: "NettyStream.java"
NestHost: com.mongodb.connection.netty.NettyStream
InnerClasses:
private InboundBufferHandler = com.mongodb.connection.netty.NettyStream$InboundBufferHandler of com.mongodb.connection.netty.NettyStream