public class io.undertow.attribute.BytesSentAttribute implements io.undertow.attribute.ExchangeAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.attribute.BytesSentAttribute
  super_class: java.lang.Object
{
  public static final java.lang.String BYTES_SENT_SHORT_UPPER;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "%B"

  public static final java.lang.String BYTES_SENT_SHORT_LOWER;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "%b"

  public static final java.lang.String BYTES_SENT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "%{BYTES_SENT}"

  private final boolean dashIfZero;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.attribute.BytesSentAttribute this
        start local 1 // boolean dashIfZero
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            iload 1 /* dashIfZero */
            putfield io.undertow.attribute.BytesSentAttribute.dashIfZero:Z
         2: .line 38
            return
        end local 1 // boolean dashIfZero
        end local 0 // io.undertow.attribute.BytesSentAttribute this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/undertow/attribute/BytesSentAttribute;
            0    3     1  dashIfZero  Z
    MethodParameters:
            Name  Flags
      dashIfZero  

  public java.lang.String readAttribute(io.undertow.server.HttpServerExchange);
    descriptor: (Lio/undertow/server/HttpServerExchange;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.undertow.attribute.BytesSentAttribute this
        start local 1 // io.undertow.server.HttpServerExchange exchange
         0: .line 43
            aload 0 /* this */
            getfield io.undertow.attribute.BytesSentAttribute.dashIfZero:Z
            ifeq 5
         1: .line 44
            aload 1 /* exchange */
            invokevirtual io.undertow.server.HttpServerExchange.getResponseBytesSent:()J
            lstore 2 /* bytesSent */
        start local 2 // long bytesSent
         2: .line 45
            lload 2 /* bytesSent */
            lconst_0
            lcmp
            ifne 3
            ldc "-"
            goto 4
      StackMap locals: long
      StackMap stack:
         3: lload 2 /* bytesSent */
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         4: areturn
        end local 2 // long bytesSent
         5: .line 47
      StackMap locals:
      StackMap stack:
            aload 1 /* exchange */
            invokevirtual io.undertow.server.HttpServerExchange.getResponseBytesSent:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
        end local 1 // io.undertow.server.HttpServerExchange exchange
        end local 0 // io.undertow.attribute.BytesSentAttribute this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/undertow/attribute/BytesSentAttribute;
            0    6     1   exchange  Lio/undertow/server/HttpServerExchange;
            2    5     2  bytesSent  J
    MethodParameters:
          Name  Flags
      exchange  final

  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.BytesSentAttribute this
        start local 1 // io.undertow.server.HttpServerExchange exchange
        start local 2 // java.lang.String newValue
         0: .line 53
            new io.undertow.attribute.ReadOnlyAttributeException
            dup
            ldc "Bytes sent"
            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.BytesSentAttribute this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/undertow/attribute/BytesSentAttribute;
            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  final
      newValue  final
}
SourceFile: "BytesSentAttribute.java"
NestMembers:
  io.undertow.attribute.BytesSentAttribute$Builder
InnerClasses:
  public final Builder = io.undertow.attribute.BytesSentAttribute$Builder of io.undertow.attribute.BytesSentAttribute