interface org.postgresql.jre8.sasl.ScramAuthenticator$BodySender
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.postgresql.jre8.sasl.ScramAuthenticator$BodySender
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 13
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.ongres cannot be resolved\n\tThe import com.ongres cannot be resolved\n\tThe import com.ongres cannot be resolved\n\tThe import com.ongres cannot be resolved\n\tThe import com.ongres cannot be resolved\n\tThe import com.ongres cannot be resolved\n\tThe import com.ongres cannot be resolved\n\tScramClient cannot be resolved to a type\n\tScramSession cannot be resolved to a type\n\tScramSession cannot be resolved to a type\n\tScramSession cannot be resolved to a type\n\tScramClient cannot be resolved to a type\n\tScramClient cannot be resolved\n\tScramClient cannot be resolved to a variable\n\tStringPreparations cannot be resolved to a variable\n\tScramClient cannot be resolved to a type\n\tScramSession cannot be resolved to a type\n\tScramClient cannot be resolved to a type\n\tScramSession cannot be resolved to a type\n\tScramClient cannot be resolved to a type\n\tServerFirstProcessor cannot be resolved to a type\n\tScramSession cannot be resolved to a type\n\tScramException cannot be resolved to a type\n\tServerFirstProcessor cannot be resolved to a type\n\tServerFirstProcessor cannot be resolved to a type\n\tClientFinalProcessor cannot be resolved to a type\n\tServerFirstProcessor cannot be resolved to a type\n\tClientFinalProcessor cannot be resolved to a type\n\tClientFinalProcessor cannot be resolved to a type\n\tScramParseException cannot be resolved to a type\n\tScramServerErrorException cannot be resolved to a type\n\tScramInvalidServerSignatureException 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 sendBody(org.postgresql.core.PGStream);
    descriptor: (Lorg/postgresql/core/PGStream;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      pgStream  
}
SourceFile: "ScramAuthenticator.java"
NestHost: org.postgresql.jre8.sasl.ScramAuthenticator
InnerClasses:
  private abstract BodySender = org.postgresql.jre8.sasl.ScramAuthenticator$BodySender of org.postgresql.jre8.sasl.ScramAuthenticator
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()