Package 

Class NativeWebSocketModuleSpec

    • Method Summary

      Modifier and Type Method Description
      abstract void connect(String url, ReadableArray protocols, ReadableMap options, double socketID)
      abstract void send(String message, double forSocketID)
      abstract void sendBinary(String base64String, double forSocketID)
      abstract void ping(double socketID)
      abstract void close(double code, String reason, double socketID)
      abstract void addListener(String eventName)
      abstract void removeListeners(double count)
      • Methods inherited from class com.facebook.react.bridge.BaseJavaModule

        canOverrideExistingModule, getConstants, hasConstants, initialize, invalidate, onCatalystInstanceDestroy
      • Methods inherited from class com.facebook.react.bridge.NativeModule

        getName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait