class org.springframework.boot.web.embedded.undertow.AccessLogHttpHandlerFactory$ClosableAccessLogHandler implements java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.embedded.undertow.AccessLogHttpHandlerFactory$ClosableAccessLogHandler
  super_class: java.lang.Object
{
  private final DefaultAccessLogReceiver accessLogReceiver;
    descriptor: LDefaultAccessLogReceiver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final XnioWorker worker;
    descriptor: LXnioWorker;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(HttpHandler, XnioWorker, DefaultAccessLogReceiver, java.lang.String);
    descriptor: (LHttpHandler;LXnioWorker;LDefaultAccessLogReceiver;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.springframework.boot.web.embedded.undertow.AccessLogHttpHandlerFactory$ClosableAccessLogHandler this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import org.xnio cannot be resolved\n\tThe import org.xnio cannot be resolved\n\tThe import org.xnio cannot be resolved\n\tThe import org.xnio cannot be resolved\n\tThe type AccessLogHttpHandlerFactory must implement the inherited abstract method HttpHandlerFactory.getHandler(HttpHandler)\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tXnioWorker cannot be resolved to a type\n\tThe method createWorker() from the type AccessLogHttpHandlerFactory refers to the missing type XnioWorker\n\tDefaultAccessLogReceiver cannot be resolved to a type\n\tXnioWorker cannot be resolved to a type\n\tXnio cannot be resolved to a type\n\tXnio cannot be resolved\n\tUndertow cannot be resolved to a type\n\tOptionMap cannot be resolved\n\tOptions cannot be resolved to a variable\n\tAccessLogHandler cannot be resolved to a type\n\tDefaultAccessLogReceiver cannot be resolved to a type\n\tXnioWorker cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tXnioWorker cannot be resolved to a type\n\tDefaultAccessLogReceiver cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tXnioWorker cannot be resolved to a type\n\tDefaultAccessLogReceiver cannot be resolved to a type\n\tDefaultAccessLogReceiver cannot be resolved to a type\n\tXnioWorker cannot be resolved to a type\n\tXnioWorker cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.undertow.AccessLogHttpHandlerFactory$ClosableAccessLogHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/AccessLogHttpHandlerFactory$ClosableAccessLogHandler;
    MethodParameters:
                   Name  Flags
      next               
      worker             
      accessLogReceiver  
      formatString       

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.AccessLogHttpHandlerFactory$ClosableAccessLogHandler this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDefaultAccessLogReceiver cannot be resolved to a type\n\tXnioWorker cannot be resolved to a type\n\tXnioWorker cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.undertow.AccessLogHttpHandlerFactory$ClosableAccessLogHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/AccessLogHttpHandlerFactory$ClosableAccessLogHandler;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "AccessLogHttpHandlerFactory.java"
NestHost: org.springframework.boot.web.embedded.undertow.AccessLogHttpHandlerFactory
InnerClasses:
  private ClosableAccessLogHandler = org.springframework.boot.web.embedded.undertow.AccessLogHttpHandlerFactory$ClosableAccessLogHandler of org.springframework.boot.web.embedded.undertow.AccessLogHttpHandlerFactory