public static unsafe bool Batch(global::Com.Clevertap.Android.Sdk.Java_websocket.WebSocketImpl ws, global::Java.Nio.Channels.IByteChannel sockchannel)
        {
            const string __id = "batch.(Lcom/clevertap/android/sdk/java_websocket/WebSocketImpl;Ljava/nio/channels/ByteChannel;)Z";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [2];
                __args [0] = new JniArgumentValue((ws == null) ? IntPtr.Zero : ((global::Java.Lang.Object)ws).Handle);
                __args [1] = new JniArgumentValue((sockchannel == null) ? IntPtr.Zero : ((global::Java.Lang.Object)sockchannel).Handle);
                var __rm = _members.StaticMethods.InvokeBooleanMethod(__id, __args);
                return(__rm);
            } finally {
            }
        }
        public static unsafe bool ReadMore(global::Java.Nio.ByteBuffer buf, global::Com.Clevertap.Android.Sdk.Java_websocket.WebSocketImpl ws, global::Com.Clevertap.Android.Sdk.Java_websocket.IWrappedByteChannel channel)
        {
            const string __id = "readMore.(Ljava/nio/ByteBuffer;Lcom/clevertap/android/sdk/java_websocket/WebSocketImpl;Lcom/clevertap/android/sdk/java_websocket/WrappedByteChannel;)Z";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [3];
                __args [0] = new JniArgumentValue((buf == null) ? IntPtr.Zero : ((global::Java.Lang.Object)buf).Handle);
                __args [1] = new JniArgumentValue((ws == null) ? IntPtr.Zero : ((global::Java.Lang.Object)ws).Handle);
                __args [2] = new JniArgumentValue((channel == null) ? IntPtr.Zero : ((global::Java.Lang.Object)channel).Handle);
                var __rm = _members.StaticMethods.InvokeBooleanMethod(__id, __args);
                return(__rm);
            } finally {
            }
        }