public class io.undertow.server.protocol.http.HttpAttachments
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.server.protocol.http.HttpAttachments
  super_class: java.lang.Object
{
  public static final io.undertow.util.AttachmentKey<io.undertow.util.HeaderMap> REQUEST_TRAILERS;
    descriptor: Lio/undertow/util/AttachmentKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/undertow/util/AttachmentKey<Lio/undertow/util/HeaderMap;>;

  public static final io.undertow.util.AttachmentKey<io.undertow.util.HeaderMap> RESPONSE_TRAILERS;
    descriptor: Lio/undertow/util/AttachmentKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/undertow/util/AttachmentKey<Lio/undertow/util/HeaderMap;>;

  public static final io.undertow.util.AttachmentKey<java.util.function.Supplier<io.undertow.util.HeaderMap>> RESPONSE_TRAILER_SUPPLIER;
    descriptor: Lio/undertow/util/AttachmentKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/undertow/util/AttachmentKey<Ljava/util/function/Supplier<Lio/undertow/util/HeaderMap;>;>;

  public static final io.undertow.util.AttachmentKey<java.lang.Boolean> PRE_CHUNKED_RESPONSE;
    descriptor: Lio/undertow/util/AttachmentKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/undertow/util/AttachmentKey<Ljava/lang/Boolean;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            ldc Lio/undertow/util/HeaderMap;
            invokestatic io.undertow.util.AttachmentKey.create:(Ljava/lang/Class;)Lio/undertow/util/AttachmentKey;
            putstatic io.undertow.server.protocol.http.HttpAttachments.REQUEST_TRAILERS:Lio/undertow/util/AttachmentKey;
         1: .line 49
            ldc Lio/undertow/util/HeaderMap;
            invokestatic io.undertow.util.AttachmentKey.create:(Ljava/lang/Class;)Lio/undertow/util/AttachmentKey;
            putstatic io.undertow.server.protocol.http.HttpAttachments.RESPONSE_TRAILERS:Lio/undertow/util/AttachmentKey;
         2: .line 62
            ldc Ljava/util/function/Supplier;
            invokestatic io.undertow.util.AttachmentKey.create:(Ljava/lang/Class;)Lio/undertow/util/AttachmentKey;
            putstatic io.undertow.server.protocol.http.HttpAttachments.RESPONSE_TRAILER_SUPPLIER:Lio/undertow/util/AttachmentKey;
         3: .line 71
            ldc Ljava/lang/Boolean;
            invokestatic io.undertow.util.AttachmentKey.create:(Ljava/lang/Class;)Lio/undertow/util/AttachmentKey;
            putstatic io.undertow.server.protocol.http.HttpAttachments.PRE_CHUNKED_RESPONSE:Lio/undertow/util/AttachmentKey;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.http.HttpAttachments this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.protocol.http.HttpAttachments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/http/HttpAttachments;
}
SourceFile: "HttpAttachments.java"