123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .class final Lokhttp3/internal/http2/PushObserver$1;
- .super Ljava/lang/Object;
- .source ""
- # interfaces
- .implements Lokhttp3/internal/http2/PushObserver;
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Lokhttp3/internal/http2/PushObserver;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x0
- name = null
- .end annotation
- # direct methods
- .method constructor <init>()V
- .locals 0
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public onData(ILokio/BufferedSource;IZ)Z
- .locals 0
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- int-to-long p3, p3
- invoke-interface {p2, p3, p4}, Lokio/BufferedSource;->skip(J)V
- const/4 p1, 0x1
- return p1
- .end method
- .method public onHeaders(ILjava/util/List;Z)Z
- .locals 0
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "(I",
- "Ljava/util/List<",
- "Lokhttp3/internal/http2/Header;",
- ">;Z)Z"
- }
- .end annotation
- const/4 p1, 0x1
- return p1
- .end method
- .method public onRequest(ILjava/util/List;)Z
- .locals 0
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "(I",
- "Ljava/util/List<",
- "Lokhttp3/internal/http2/Header;",
- ">;)Z"
- }
- .end annotation
- const/4 p1, 0x1
- return p1
- .end method
- .method public onReset(ILokhttp3/internal/http2/ErrorCode;)V
- .locals 0
- return-void
- .end method
|