class io.vertx.core.http.impl.HttpUtils$5 extends io.vertx.core.http.StreamPriority
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpUtils$5
  super_class: io.vertx.core.http.StreamPriority
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpUtils$5 this
         0: .line 166
            aload 0 /* this */
            invokespecial io.vertx.core.http.StreamPriority.<init>:()V
            return
        end local 0 // io.vertx.core.http.impl.HttpUtils$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpUtils$5;

  public io.vertx.core.http.StreamPriority setWeight(short);
    descriptor: (S)Lio/vertx/core/http/StreamPriority;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpUtils$5 this
        start local 1 // short weight
         0: .line 169
            new java.lang.UnsupportedOperationException
            dup
            ldc "Unmodifiable stream priority"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // short weight
        end local 0 // io.vertx.core.http.impl.HttpUtils$5 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/core/http/impl/HttpUtils$5;
            0    1     1  weight  S
    MethodParameters:
        Name  Flags
      weight  

  public io.vertx.core.http.StreamPriority setDependency(int);
    descriptor: (I)Lio/vertx/core/http/StreamPriority;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpUtils$5 this
        start local 1 // int dependency
         0: .line 174
            new java.lang.UnsupportedOperationException
            dup
            ldc "Unmodifiable stream priority"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int dependency
        end local 0 // io.vertx.core.http.impl.HttpUtils$5 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/core/http/impl/HttpUtils$5;
            0    1     1  dependency  I
    MethodParameters:
            Name  Flags
      dependency  

  public io.vertx.core.http.StreamPriority setExclusive(boolean);
    descriptor: (Z)Lio/vertx/core/http/StreamPriority;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpUtils$5 this
        start local 1 // boolean exclusive
         0: .line 179
            new java.lang.UnsupportedOperationException
            dup
            ldc "Unmodifiable stream priority"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // boolean exclusive
        end local 0 // io.vertx.core.http.impl.HttpUtils$5 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/core/http/impl/HttpUtils$5;
            0    1     1  exclusive  Z
    MethodParameters:
           Name  Flags
      exclusive  
}
SourceFile: "HttpUtils.java"
EnclosingMethod: io.vertx.core.http.impl.HttpUtils
NestHost: io.vertx.core.http.impl.HttpUtils
InnerClasses:
  io.vertx.core.http.impl.HttpUtils$5