interface org.xnio.nio.Log extends org.jboss.logging.BasicLogger
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.xnio.nio.Log
  super_class: java.lang.Object
{
  public static final org.xnio.nio.Log log;
    descriptor: Lorg/xnio/nio/Log;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.xnio.nio.Log socketLog;
    descriptor: Lorg/xnio/nio/Log;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.xnio.nio.Log selectorLog;
    descriptor: Lorg/xnio/nio/Log;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.xnio.nio.Log tcpServerLog;
    descriptor: Lorg/xnio/nio/Log;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.xnio.nio.Log udpServerChannelLog;
    descriptor: Lorg/xnio/nio/Log;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tMessageLogger cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tField cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tCause cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tTransform cannot be resolved to a type\n\tGET_CLASS cannot be resolved to a variable\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void greeting(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    MethodParameters:
         Name  Flags
      version  

  public abstract void taskFailed(java.lang.Runnable, java.lang.Throwable);
    descriptor: (Ljava/lang/Runnable;Ljava/lang/Throwable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        Cause()
    MethodParameters:
         Name  Flags
      command  
      cause    

  public abstract java.lang.IllegalArgumentException parameterOutOfRange(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/IllegalArgumentException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()
    MethodParameters:
      Name  Flags
      name  

  public abstract java.lang.IllegalArgumentException optionOutOfRange(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/IllegalArgumentException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()
    MethodParameters:
      Name  Flags
      name  

  public abstract org.xnio.channels.ReadTimeoutException readTimeout();
    descriptor: ()Lorg/xnio/channels/ReadTimeoutException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()

  public abstract org.xnio.channels.WriteTimeoutException writeTimeout();
    descriptor: ()Lorg/xnio/channels/WriteTimeoutException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()

  public abstract java.io.InterruptedIOException interruptedIO();
    descriptor: ()Ljava/io/InterruptedIOException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()

  public abstract java.io.InterruptedIOException interruptedIO(int);
    descriptor: (I)Ljava/io/InterruptedIOException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Field()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Field()
    MethodParameters:
                  Name  Flags
      bytesTransferred  

  public abstract org.xnio.ClosedWorkerException workerShutDown();
    descriptor: ()Lorg/xnio/ClosedWorkerException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()

  public abstract java.lang.UnsupportedOperationException unsupported(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/UnsupportedOperationException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()
    MethodParameters:
            Name  Flags
      methodName  

  public abstract void failedToInvokeFileWatchCallback(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
      LogMessage()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Cause()
    MethodParameters:
       Name  Flags
      cause  

  public abstract java.lang.IllegalArgumentException noThreads();
    descriptor: ()Ljava/lang/IllegalArgumentException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()

  public abstract java.lang.IllegalArgumentException balancingTokens();
    descriptor: ()Ljava/lang/IllegalArgumentException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()

  public abstract java.lang.IllegalArgumentException balancingConnectionCount();
    descriptor: ()Ljava/lang/IllegalArgumentException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()

  public abstract java.lang.IllegalArgumentException bufferTooLarge();
    descriptor: ()Ljava/lang/IllegalArgumentException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()

  public abstract java.lang.IllegalStateException noSelectorProvider();
    descriptor: ()Ljava/lang/IllegalStateException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()

  public abstract java.lang.IllegalStateException unexpectedSelectorOpenProblem(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/IllegalStateException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Cause()
      METHOD_RETURN
        Message()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Cause()
    MethodParameters:
       Name  Flags
      cause  

  public abstract java.lang.IllegalArgumentException notNioProvider();
    descriptor: ()Ljava/lang/IllegalArgumentException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()

  public abstract java.util.concurrent.RejectedExecutionException threadExiting();
    descriptor: ()Ljava/util/concurrent/RejectedExecutionException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Message()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Message()

  public abstract void selectionError(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    MethodParameters:
      Name  Flags
      e     

  public abstract void selectorProvider(java.nio.channels.spi.SelectorProvider);
    descriptor: (Ljava/nio/channels/spi/SelectorProvider;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    MethodParameters:
          Name  Flags
      provider  

  public abstract void selectors(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    MethodParameters:
                     Name  Flags
      mainSelectorCreator  
      tempSelectorCreator  
}
SourceFile: "Log.java"
    RuntimeInvisibleAnnotations: 
      MessageLogger()