public final class com.mongodb.event.ConnectionMessageReceivedEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.event.ConnectionMessageReceivedEvent
  super_class: java.lang.Object
{
  private final int responseTo;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int size;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.mongodb.connection.ConnectionId connectionId;
    descriptor: Lcom/mongodb/connection/ConnectionId;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.mongodb.connection.ConnectionId, int, int);
    descriptor: (Lcom/mongodb/connection/ConnectionId;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.mongodb.event.ConnectionMessageReceivedEvent this
        start local 1 // com.mongodb.connection.ConnectionId connectionId
        start local 2 // int responseTo
        start local 3 // int size
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            ldc "connectionId"
            aload 1 /* connectionId */
            invokestatic org.bson.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.mongodb.connection.ConnectionId
            putfield com.mongodb.event.ConnectionMessageReceivedEvent.connectionId:Lcom/mongodb/connection/ConnectionId;
         2: .line 45
            aload 0 /* this */
            iload 2 /* responseTo */
            putfield com.mongodb.event.ConnectionMessageReceivedEvent.responseTo:I
         3: .line 46
            aload 0 /* this */
            iload 3 /* size */
            putfield com.mongodb.event.ConnectionMessageReceivedEvent.size:I
         4: .line 47
            return
        end local 3 // int size
        end local 2 // int responseTo
        end local 1 // com.mongodb.connection.ConnectionId connectionId
        end local 0 // com.mongodb.event.ConnectionMessageReceivedEvent this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/mongodb/event/ConnectionMessageReceivedEvent;
            0    5     1  connectionId  Lcom/mongodb/connection/ConnectionId;
            0    5     2    responseTo  I
            0    5     3          size  I
    MethodParameters:
              Name  Flags
      connectionId  final
      responseTo    final
      size          final

  public int getResponseTo();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.event.ConnectionMessageReceivedEvent this
         0: .line 55
            aload 0 /* this */
            getfield com.mongodb.event.ConnectionMessageReceivedEvent.responseTo:I
            ireturn
        end local 0 // com.mongodb.event.ConnectionMessageReceivedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/event/ConnectionMessageReceivedEvent;

  public int getSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.event.ConnectionMessageReceivedEvent this
         0: .line 64
            aload 0 /* this */
            getfield com.mongodb.event.ConnectionMessageReceivedEvent.size:I
            ireturn
        end local 0 // com.mongodb.event.ConnectionMessageReceivedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/event/ConnectionMessageReceivedEvent;

  public com.mongodb.connection.ConnectionId getConnectionId();
    descriptor: ()Lcom/mongodb/connection/ConnectionId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.event.ConnectionMessageReceivedEvent this
         0: .line 73
            aload 0 /* this */
            getfield com.mongodb.event.ConnectionMessageReceivedEvent.connectionId:Lcom/mongodb/connection/ConnectionId;
            areturn
        end local 0 // com.mongodb.event.ConnectionMessageReceivedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/event/ConnectionMessageReceivedEvent;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.mongodb.event.ConnectionMessageReceivedEvent this
         0: .line 78
            new java.lang.StringBuilder
            dup
            ldc "ConnectionMessageReceivedEvent{responseTo="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 79
            aload 0 /* this */
            getfield com.mongodb.event.ConnectionMessageReceivedEvent.responseTo:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 80
            ldc ", size="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.mongodb.event.ConnectionMessageReceivedEvent.size:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 81
            ldc ", connectionId="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.mongodb.event.ConnectionMessageReceivedEvent.connectionId:Lcom/mongodb/connection/ConnectionId;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 82
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         5: .line 78
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.mongodb.event.ConnectionMessageReceivedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/mongodb/event/ConnectionMessageReceivedEvent;
}
SourceFile: "ConnectionMessageReceivedEvent.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      com.mongodb.annotations.Beta()