static void n_OnError_Lcom_facebook_stetho_websocket_SimpleSession_Ljava_lang_Throwable_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
 {
     global::Com.Facebook.Stetho.Inspector.ChromeDevtoolsServer __this = global::Java.Lang.Object.GetObject <global::Com.Facebook.Stetho.Inspector.ChromeDevtoolsServer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Facebook.Stetho.Websocket.ISimpleSession       p0     = (global::Com.Facebook.Stetho.Websocket.ISimpleSession)global::Java.Lang.Object.GetObject <global::Com.Facebook.Stetho.Websocket.ISimpleSession> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Java.Lang.Throwable p1 = global::Java.Lang.Object.GetObject <global::Java.Lang.Throwable> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.OnError(p0, p1);
 }
        static void n_OnClose_Lcom_facebook_stetho_websocket_SimpleSession_ILjava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, IntPtr native_p2)
        {
            global::Com.Facebook.Stetho.Inspector.ChromeDevtoolsServer __this = global::Java.Lang.Object.GetObject <global::Com.Facebook.Stetho.Inspector.ChromeDevtoolsServer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Facebook.Stetho.Websocket.ISimpleSession       p0     = (global::Com.Facebook.Stetho.Websocket.ISimpleSession)global::Java.Lang.Object.GetObject <global::Com.Facebook.Stetho.Websocket.ISimpleSession> (native_p0, JniHandleOwnership.DoNotTransfer);
            string p2 = JNIEnv.GetString(native_p2, JniHandleOwnership.DoNotTransfer);

            __this.OnClose(p0, p1, p2);
        }
 static void n_OnMessage_Lcom_facebook_stetho_websocket_SimpleSession_arrayBI(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1, int p2)
 {
     global::Com.Facebook.Stetho.Inspector.ChromeDevtoolsServer __this = global::Java.Lang.Object.GetObject <global::Com.Facebook.Stetho.Inspector.ChromeDevtoolsServer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Facebook.Stetho.Websocket.ISimpleSession       p0     = (global::Com.Facebook.Stetho.Websocket.ISimpleSession)global::Java.Lang.Object.GetObject <global::Com.Facebook.Stetho.Websocket.ISimpleSession> (native_p0, JniHandleOwnership.DoNotTransfer);
     byte[] p1 = (byte[])JNIEnv.GetArray(native_p1, JniHandleOwnership.DoNotTransfer, typeof(byte));
     __this.OnMessage(p0, p1, p2);
     if (p1 != null)
     {
         JNIEnv.CopyArray(p1, native_p1);
     }
 }