RestProtocol$Protocol.smali

.class Lcom/h/o/RestProtocol$Protocol;
.super Ljava/lang/Object;


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/h/o/RestProtocol;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0xa
    name = "Protocol"
.end annotation


# instance fields
.field private body:[B

.field private exception:Ljava/lang/Exception;

.field private fromCache:Z

.field private headers:Lcom/h/r/Headers;


# direct methods
.method private constructor <init>()V
    .registers 1

    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method

.method synthetic constructor <init>(Lcom/h/o/RestProtocol$1;)V
    .registers 2

    invoke-direct {p0}, Lcom/h/o/RestProtocol$Protocol;-><init>()V

    return-void
.end method

.method static synthetic access$000(Lcom/h/o/RestProtocol$Protocol;)Ljava/lang/Exception;
    .registers 2

    iget-object v0, p0, Lcom/h/o/RestProtocol$Protocol;->exception:Ljava/lang/Exception;

    return-object v0
.end method

.method static synthetic access$002(Lcom/h/o/RestProtocol$Protocol;Ljava/lang/Exception;)Ljava/lang/Exception;
    .registers 2

    iput-object p1, p0, Lcom/h/o/RestProtocol$Protocol;->exception:Ljava/lang/Exception;

    return-object p1
.end method

.method static synthetic access$100(Lcom/h/o/RestProtocol$Protocol;)Lcom/h/r/Headers;
    .registers 2

    iget-object v0, p0, Lcom/h/o/RestProtocol$Protocol;->headers:Lcom/h/r/Headers;

    return-object v0
.end method

.method static synthetic access$102(Lcom/h/o/RestProtocol$Protocol;Lcom/h/r/Headers;)Lcom/h/r/Headers;
    .registers 2

    iput-object p1, p0, Lcom/h/o/RestProtocol$Protocol;->headers:Lcom/h/r/Headers;

    return-object p1
.end method

.method static synthetic access$200(Lcom/h/o/RestProtocol$Protocol;)[B
    .registers 2

    iget-object v0, p0, Lcom/h/o/RestProtocol$Protocol;->body:[B

    return-object v0
.end method

.method static synthetic access$202(Lcom/h/o/RestProtocol$Protocol;[B)[B
    .registers 2

    iput-object p1, p0, Lcom/h/o/RestProtocol$Protocol;->body:[B

    return-object p1
.end method

.method static synthetic access$300(Lcom/h/o/RestProtocol$Protocol;)Z
    .registers 2

    iget-boolean v0, p0, Lcom/h/o/RestProtocol$Protocol;->fromCache:Z

    return v0
.end method

.method static synthetic access$302(Lcom/h/o/RestProtocol$Protocol;Z)Z
    .registers 2

    iput-boolean p1, p0, Lcom/h/o/RestProtocol$Protocol;->fromCache:Z

    return p1
.end method