You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
766 B
35 lines
766 B
2 years ago
|
.class public interface abstract Lcom/android/volley/Request$Method;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Request.java"
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
||
|
value = Lcom/android/volley/Request;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x609
|
||
|
name = "Method"
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# static fields
|
||
|
.field public static final DELETE:I = 0x3
|
||
|
|
||
|
.field public static final DEPRECATED_GET_OR_POST:I = -0x1
|
||
|
|
||
|
.field public static final GET:I = 0x0
|
||
|
|
||
|
.field public static final HEAD:I = 0x4
|
||
|
|
||
|
.field public static final OPTIONS:I = 0x5
|
||
|
|
||
|
.field public static final PATCH:I = 0x7
|
||
|
|
||
|
.field public static final POST:I = 0x1
|
||
|
|
||
|
.field public static final PUT:I = 0x2
|
||
|
|
||
|
.field public static final TRACE:I = 0x6
|