public interface okhttp3.Authenticator
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: okhttp3.Authenticator
super_class: java.lang.Object
{
public static final okhttp3.Authenticator NONE;
descriptor: Lokhttp3/Authenticator;
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: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import javax.annotation.Nullable cannot be resolved\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable 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 okhttp3.Request authenticate(okhttp3.Route, okhttp3.Response);
descriptor: (Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
RuntimeInvisibleAnnotations:
Nullable()
RuntimeInvisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
Nullable()
METHOD_RETURN
Nullable()
RuntimeInvisibleParameterAnnotations:
0:
Nullable()
1:
MethodParameters:
Name Flags
route
response
}
SourceFile: "Authenticator.java"
NestMembers:
okhttp3.Authenticator$1