class io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$Match
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$Match
  super_class: java.lang.Object
{
  public final boolean doesMatch;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.String requiredAuthority;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  void <init>(boolean, java.lang.String);
    descriptor: (ZLjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$Match this
        start local 1 // boolean doesMatch
        start local 2 // java.lang.String requiredAuthority
         0: .line 582
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 583
            aload 0 /* this */
            iload 1 /* doesMatch */
            putfield io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$Match.doesMatch:Z
         2: .line 584
            aload 0 /* this */
            aload 2 /* requiredAuthority */
            putfield io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$Match.requiredAuthority:Ljava/lang/String;
         3: .line 585
            return
        end local 2 // java.lang.String requiredAuthority
        end local 1 // boolean doesMatch
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$Match this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/vertx/ext/web/handler/sockjs/impl/EventBusBridgeImpl$Match;
            0    4     1          doesMatch  Z
            0    4     2  requiredAuthority  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      doesMatch          
      requiredAuthority  

  void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$Match this
        start local 1 // boolean doesMatch
         0: .line 587
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 588
            aload 0 /* this */
            iload 1 /* doesMatch */
            putfield io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$Match.doesMatch:Z
         2: .line 589
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$Match.requiredAuthority:Ljava/lang/String;
         3: .line 590
            return
        end local 1 // boolean doesMatch
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$Match this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/ext/web/handler/sockjs/impl/EventBusBridgeImpl$Match;
            0    4     1  doesMatch  Z
    MethodParameters:
           Name  Flags
      doesMatch  
}
SourceFile: "EventBusBridgeImpl.java"
NestHost: io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl
InnerClasses:
  private Match = io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$Match of io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl