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 // com.mongodb.connection.netty.NettyStream$InboundBufferHandler this
         0: .line 319
            aload 0 /* this */
            aload 1
            putfield com.mongodb.connection.netty.NettyStream$InboundBufferHandler.this$0:Lcom/mongodb/connection/netty/NettyStream;
            aload 0 /* this */
            invokespecial io.netty.channel.SimpleChannelInboundHandler.<init>:()V
            return
        end local 0 // com.mongodb.connection.netty.NettyStream$InboundBufferHandler this
      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 // com.mongodb.connection.netty.NettyStream$InboundBufferHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.buffer.ByteBuf buffer
         0: .line 322
            aload 0 /* this */
            getfield com.mongodb.connection.netty.NettyStream$InboundBufferHandler.this$0:Lcom/mongodb/connection/netty/NettyStream;
            aload 2 /* buffer */
            aconst_null
            invokevirtual com.mongodb.connection.netty.NettyStream.handleReadResponse:(Lio/netty/buffer/ByteBuf;Ljava/lang/Throwable;)V
         1: .line 323
            return
        end local 2 // io.netty.buffer.ByteBuf buffer
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // com.mongodb.connection.netty.NettyStream$InboundBufferHandler this
      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 // com.mongodb.connection.netty.NettyStream$InboundBufferHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Throwable t
         0: .line 327
            aload 2 /* t */
            instanceof io.netty.handler.timeout.ReadTimeoutException
            ifeq 3
         1: .line 328
            aload 0 /* this */
            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 /* this */
            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 /* t */
            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: .line 329
            goto 4
         3: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.connection.netty.NettyStream$InboundBufferHandler.this$0:Lcom/mongodb/connection/netty/NettyStream;
            aconst_null
            aload 2 /* t */
            invokevirtual com.mongodb.connection.netty.NettyStream.handleReadResponse:(Lio/netty/buffer/ByteBuf;Ljava/lang/Throwable;)V
         4: .line 332
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.close:()Lio/netty/channel/ChannelFuture;
            pop
         5: .line 333
            return
        end local 2 // java.lang.Throwable t
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // com.mongodb.connection.netty.NettyStream$InboundBufferHandler this
      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: .line 1
            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