public class io.undertow.attribute.CompositeExchangeAttribute implements io.undertow.attribute.ExchangeAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.attribute.CompositeExchangeAttribute
  super_class: java.lang.Object
{
  private final io.undertow.attribute.ExchangeAttribute[] attributes;
    descriptor: [Lio/undertow/attribute/ExchangeAttribute;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.undertow.attribute.ExchangeAttribute[]);
    descriptor: ([Lio/undertow/attribute/ExchangeAttribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.undertow.attribute.CompositeExchangeAttribute this
        start local 1 // io.undertow.attribute.ExchangeAttribute[] attributes
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 1 /* attributes */
            arraylength
            anewarray io.undertow.attribute.ExchangeAttribute
            astore 2 /* copy */
        start local 2 // io.undertow.attribute.ExchangeAttribute[] copy
         2: .line 34
            aload 1 /* attributes */
            iconst_0
            aload 2 /* copy */
            iconst_0
            aload 1 /* attributes */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 35
            aload 0 /* this */
            aload 2 /* copy */
            putfield io.undertow.attribute.CompositeExchangeAttribute.attributes:[Lio/undertow/attribute/ExchangeAttribute;
         4: .line 36
            return
        end local 2 // io.undertow.attribute.ExchangeAttribute[] copy
        end local 1 // io.undertow.attribute.ExchangeAttribute[] attributes
        end local 0 // io.undertow.attribute.CompositeExchangeAttribute this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/undertow/attribute/CompositeExchangeAttribute;
            0    5     1  attributes  [Lio/undertow/attribute/ExchangeAttribute;
            2    5     2        copy  [Lio/undertow/attribute/ExchangeAttribute;
    MethodParameters:
            Name  Flags
      attributes  

  public java.lang.String readAttribute(io.undertow.server.HttpServerExchange);
    descriptor: (Lio/undertow/server/HttpServerExchange;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // io.undertow.attribute.CompositeExchangeAttribute this
        start local 1 // io.undertow.server.HttpServerExchange exchange
         0: .line 40
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
         1: .line 41
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 42
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.attribute.CompositeExchangeAttribute.attributes:[Lio/undertow/attribute/ExchangeAttribute;
            iload 3 /* i */
            aaload
            aload 1 /* exchange */
            invokeinterface io.undertow.attribute.ExchangeAttribute.readAttribute:(Lio/undertow/server/HttpServerExchange;)Ljava/lang/String;
            astore 4 /* val */
        start local 4 // java.lang.String val
         4: .line 43
            aload 4 /* val */
            ifnull 6
         5: .line 44
            aload 2 /* sb */
            aload 4 /* val */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 4 // java.lang.String val
         6: .line 41
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield io.undertow.attribute.CompositeExchangeAttribute.attributes:[Lio/undertow/attribute/ExchangeAttribute;
            arraylength
            if_icmplt 3
        end local 3 // int i
         8: .line 47
            aload 2 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder sb
        end local 1 // io.undertow.server.HttpServerExchange exchange
        end local 0 // io.undertow.attribute.CompositeExchangeAttribute this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lio/undertow/attribute/CompositeExchangeAttribute;
            0    9     1  exchange  Lio/undertow/server/HttpServerExchange;
            1    9     2        sb  Ljava/lang/StringBuilder;
            2    8     3         i  I
            4    6     4       val  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      exchange  

  public void writeAttribute(io.undertow.server.HttpServerExchange, java.lang.String);
    descriptor: (Lio/undertow/server/HttpServerExchange;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.undertow.attribute.CompositeExchangeAttribute this
        start local 1 // io.undertow.server.HttpServerExchange exchange
        start local 2 // java.lang.String newValue
         0: .line 52
            new io.undertow.attribute.ReadOnlyAttributeException
            dup
            ldc "combined"
            aload 2 /* newValue */
            invokespecial io.undertow.attribute.ReadOnlyAttributeException.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String newValue
        end local 1 // io.undertow.server.HttpServerExchange exchange
        end local 0 // io.undertow.attribute.CompositeExchangeAttribute this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/undertow/attribute/CompositeExchangeAttribute;
            0    1     1  exchange  Lio/undertow/server/HttpServerExchange;
            0    1     2  newValue  Ljava/lang/String;
    Exceptions:
      throws io.undertow.attribute.ReadOnlyAttributeException
    MethodParameters:
          Name  Flags
      exchange  
      newValue  
}
SourceFile: "CompositeExchangeAttribute.java"