FrameReader$Handler.smali
.class public interface abstract Lcom/squareup/okhttp/internal/framed/FrameReader$Handler;
.super Ljava/lang/Object;
.source "FrameReader.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/squareup/okhttp/internal/framed/FrameReader;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Handler"
.end annotation
# virtual methods
.method public abstract ackSettings()V
.end method
.method public abstract alternateService(ILjava/lang/String;Lokio/ByteString;Ljava/lang/String;IJ)V
.end method
.method public abstract data(ZILokio/BufferedSource;I)V
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract goAway(ILcom/squareup/okhttp/internal/framed/ErrorCode;Lokio/ByteString;)V
.end method
.method public abstract headers(ZZIILjava/util/List;Lcom/squareup/okhttp/internal/framed/HeadersMode;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(ZZII",
"Ljava/util/List<",
"Lcom/squareup/okhttp/internal/framed/Header;",
">;",
"Lcom/squareup/okhttp/internal/framed/HeadersMode;",
")V"
}
.end annotation
.end method
.method public abstract ping(ZII)V
.end method
.method public abstract priority(IIIZ)V
.end method
.method public abstract pushPromise(IILjava/util/List;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(II",
"Ljava/util/List<",
"Lcom/squareup/okhttp/internal/framed/Header;",
">;)V"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract rstStream(ILcom/squareup/okhttp/internal/framed/ErrorCode;)V
.end method
.method public abstract settings(ZLcom/squareup/okhttp/internal/framed/Settings;)V
.end method
.method public abstract windowUpdate(IJ)V
.end method