PushObserver.smali 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .class public interface abstract Lokhttp3/internal/http2/PushObserver;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # static fields
  5. .field public static final CANCEL:Lokhttp3/internal/http2/PushObserver;
  6. # direct methods
  7. .method static constructor <clinit>()V
  8. .locals 1
  9. new-instance v0, Lokhttp3/internal/http2/PushObserver$1;
  10. invoke-direct {v0}, Lokhttp3/internal/http2/PushObserver$1;-><init>()V
  11. sput-object v0, Lokhttp3/internal/http2/PushObserver;->CANCEL:Lokhttp3/internal/http2/PushObserver;
  12. return-void
  13. .end method
  14. # virtual methods
  15. .method public abstract onData(ILokio/BufferedSource;IZ)Z
  16. .annotation system Ldalvik/annotation/Throws;
  17. value = {
  18. Ljava/io/IOException;
  19. }
  20. .end annotation
  21. .end method
  22. .method public abstract onHeaders(ILjava/util/List;Z)Z
  23. .annotation system Ldalvik/annotation/Signature;
  24. value = {
  25. "(I",
  26. "Ljava/util/List<",
  27. "Lokhttp3/internal/http2/Header;",
  28. ">;Z)Z"
  29. }
  30. .end annotation
  31. .end method
  32. .method public abstract onRequest(ILjava/util/List;)Z
  33. .annotation system Ldalvik/annotation/Signature;
  34. value = {
  35. "(I",
  36. "Ljava/util/List<",
  37. "Lokhttp3/internal/http2/Header;",
  38. ">;)Z"
  39. }
  40. .end annotation
  41. .end method
  42. .method public abstract onReset(ILokhttp3/internal/http2/ErrorCode;)V
  43. .end method