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