Sha256: 7aa203e2dd8d174a8a06fcb184c8d6b61a08b25913ad3cc5a67eb882ab172339

Contents?: true

Size: 458 Bytes

Versions: 17

Compression:

Stored size: 458 Bytes

Contents

package com.rho.websocket;

import java.util.LinkedList;
import java.util.List;

import com.rhomobile.rhodes.api.IMethodResult;
import com.rhomobile.rhodes.Logger;


class WebSocketSingleton extends WebSocketSingletonBase implements IWebSocketSingleton {
    private static final String TAG = "WebSocketSingleton";
    
    private WebSocketFactory mFactory;
    
    public WebSocketSingleton(WebSocketFactory factory) {
        mFactory = factory;
    }

}

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-7.5.1 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-7.4.1 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-7.1.17 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-6.2.0 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-6.0.11 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-5.5.18 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-5.5.17 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-5.5.15 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-5.5.0.22 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-5.5.2 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-5.5.0.7 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-5.5.0.3 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
rhodes-5.5.0 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
tauplatform-1.0.3 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
tauplatform-1.0.2 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java
tauplatform-1.0.1 lib/commonAPI/websocket/ext/platform/android/src/com/rho/websocket/WebSocketSingleton.java