package okhttp3; /* compiled from: WebSocket.kt */ public interface WebSocket { boolean a(String str); boolean e(int i, String str); }