Files
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

32 lines
700 B
Smali

.class public interface abstract Lcom/mbridge/msdk/thrid/okhttp/WebSocket;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/mbridge/msdk/thrid/okhttp/WebSocket$Factory;
}
.end annotation
# virtual methods
.method public abstract cancel()V
.end method
.method public abstract close(ILjava/lang/String;)Z
.end method
.method public abstract queueSize()J
.end method
.method public abstract request()Lcom/mbridge/msdk/thrid/okhttp/Request;
.end method
.method public abstract send(Lcom/mbridge/msdk/thrid/okio/ByteString;)Z
.end method
.method public abstract send(Ljava/lang/String;)Z
.end method