class io.vertx.core.http.impl.FileStreamChannel$Id implements io.netty.channel.ChannelId
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.FileStreamChannel$Id
  super_class: java.lang.Object
{
  static final io.netty.channel.ChannelId INSTANCE;
    descriptor: Lio/netty/channel/ChannelId;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 192
            new io.vertx.core.http.impl.FileStreamChannel$Id
            dup
            invokespecial io.vertx.core.http.impl.FileStreamChannel$Id.<init>:()V
            putstatic io.vertx.core.http.impl.FileStreamChannel$Id.INSTANCE:Lio/netty/channel/ChannelId;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
         0: .line 194
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/FileStreamChannel$Id;

  public java.lang.String asShortText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
         0: .line 198
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.FileStreamChannel$Id.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/FileStreamChannel$Id;

  public java.lang.String asLongText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
         0: .line 203
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.FileStreamChannel$Id.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/FileStreamChannel$Id;

  public int compareTo(io.netty.channel.ChannelId);
    descriptor: (Lio/netty/channel/ChannelId;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
        start local 1 // io.netty.channel.ChannelId o
         0: .line 208
            aload 1 /* o */
            instanceof io.vertx.core.http.impl.FileStreamChannel$Id
            ifeq 2
         1: .line 209
            iconst_0
            ireturn
         2: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.FileStreamChannel$Id.asLongText:()Ljava/lang/String;
            aload 1 /* o */
            invokeinterface io.netty.channel.ChannelId.asLongText:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            ireturn
        end local 1 // io.netty.channel.ChannelId o
        end local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/FileStreamChannel$Id;
            0    3     1     o  Lio/netty/channel/ChannelId;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
         0: .line 217
            iconst_0
            ireturn
        end local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/FileStreamChannel$Id;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
        start local 1 // java.lang.Object obj
         0: .line 222
            aload 1 /* obj */
            instanceof io.vertx.core.http.impl.FileStreamChannel$Id
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/FileStreamChannel$Id;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
         0: .line 227
            ldc "stream"
            areturn
        end local 0 // io.vertx.core.http.impl.FileStreamChannel$Id this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/FileStreamChannel$Id;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.channel.ChannelId
            invokevirtual io.vertx.core.http.impl.FileStreamChannel$Id.compareTo:(Lio/netty/channel/ChannelId;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "FileStreamChannel.java"
NestHost: io.vertx.core.http.impl.FileStreamChannel
InnerClasses:
  Id = io.vertx.core.http.impl.FileStreamChannel$Id of io.vertx.core.http.impl.FileStreamChannel