Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterJNIServiceServer(s grpc.ServiceRegistrar, srv JNIServiceServer)
- type AllocObjectRequest
- func (*AllocObjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AllocObjectRequest) GetClassHandle() int64
- func (*AllocObjectRequest) ProtoMessage()
- func (x *AllocObjectRequest) ProtoReflect() protoreflect.Message
- func (x *AllocObjectRequest) Reset()
- func (x *AllocObjectRequest) String() string
- type AllocObjectResponse
- func (*AllocObjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AllocObjectResponse) GetObjectHandle() int64
- func (*AllocObjectResponse) ProtoMessage()
- func (x *AllocObjectResponse) ProtoReflect() protoreflect.Message
- func (x *AllocObjectResponse) Reset()
- func (x *AllocObjectResponse) String() string
- type CallMethodRequest
- func (*CallMethodRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CallMethodRequest) GetArgs() []*JValue
- func (x *CallMethodRequest) GetMethodId() int64
- func (x *CallMethodRequest) GetObjectHandle() int64
- func (x *CallMethodRequest) GetReturnType() JType
- func (*CallMethodRequest) ProtoMessage()
- func (x *CallMethodRequest) ProtoReflect() protoreflect.Message
- func (x *CallMethodRequest) Reset()
- func (x *CallMethodRequest) String() string
- type CallMethodResponse
- func (*CallMethodResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CallMethodResponse) GetResult() *JValue
- func (*CallMethodResponse) ProtoMessage()
- func (x *CallMethodResponse) ProtoReflect() protoreflect.Message
- func (x *CallMethodResponse) Reset()
- func (x *CallMethodResponse) String() string
- type CallNonvirtualMethodRequest
- func (*CallNonvirtualMethodRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CallNonvirtualMethodRequest) GetArgs() []*JValue
- func (x *CallNonvirtualMethodRequest) GetClassHandle() int64
- func (x *CallNonvirtualMethodRequest) GetMethodId() int64
- func (x *CallNonvirtualMethodRequest) GetObjectHandle() int64
- func (x *CallNonvirtualMethodRequest) GetReturnType() JType
- func (*CallNonvirtualMethodRequest) ProtoMessage()
- func (x *CallNonvirtualMethodRequest) ProtoReflect() protoreflect.Message
- func (x *CallNonvirtualMethodRequest) Reset()
- func (x *CallNonvirtualMethodRequest) String() string
- type CallNonvirtualMethodResponse
- func (*CallNonvirtualMethodResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CallNonvirtualMethodResponse) GetResult() *JValue
- func (*CallNonvirtualMethodResponse) ProtoMessage()
- func (x *CallNonvirtualMethodResponse) ProtoReflect() protoreflect.Message
- func (x *CallNonvirtualMethodResponse) Reset()
- func (x *CallNonvirtualMethodResponse) String() string
- type CallStaticMethodRequest
- func (*CallStaticMethodRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CallStaticMethodRequest) GetArgs() []*JValue
- func (x *CallStaticMethodRequest) GetClassHandle() int64
- func (x *CallStaticMethodRequest) GetMethodId() int64
- func (x *CallStaticMethodRequest) GetReturnType() JType
- func (*CallStaticMethodRequest) ProtoMessage()
- func (x *CallStaticMethodRequest) ProtoReflect() protoreflect.Message
- func (x *CallStaticMethodRequest) Reset()
- func (x *CallStaticMethodRequest) String() string
- type CallStaticMethodResponse
- func (*CallStaticMethodResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CallStaticMethodResponse) GetResult() *JValue
- func (*CallStaticMethodResponse) ProtoMessage()
- func (x *CallStaticMethodResponse) ProtoReflect() protoreflect.Message
- func (x *CallStaticMethodResponse) Reset()
- func (x *CallStaticMethodResponse) String() string
- type CallbackEvent
- func (*CallbackEvent) Descriptor() ([]byte, []int)deprecated
- func (x *CallbackEvent) GetArgHandles() []int64
- func (x *CallbackEvent) GetCallbackId() int64
- func (x *CallbackEvent) GetExpectsResponse() bool
- func (x *CallbackEvent) GetMethodName() string
- func (*CallbackEvent) ProtoMessage()
- func (x *CallbackEvent) ProtoReflect() protoreflect.Message
- func (x *CallbackEvent) Reset()
- func (x *CallbackEvent) String() string
- type CallbackResponse
- func (*CallbackResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CallbackResponse) GetCallbackId() int64
- func (x *CallbackResponse) GetError() string
- func (x *CallbackResponse) GetResultHandle() int64
- func (*CallbackResponse) ProtoMessage()
- func (x *CallbackResponse) ProtoReflect() protoreflect.Message
- func (x *CallbackResponse) Reset()
- func (x *CallbackResponse) String() string
- type CreateProxyRequest
- func (*CreateProxyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateProxyRequest) GetInterfaceClassHandles() []int64
- func (*CreateProxyRequest) ProtoMessage()
- func (x *CreateProxyRequest) ProtoReflect() protoreflect.Message
- func (x *CreateProxyRequest) Reset()
- func (x *CreateProxyRequest) String() string
- type CreateProxyResponse
- func (*CreateProxyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateProxyResponse) GetProxyHandle() int64
- func (*CreateProxyResponse) ProtoMessage()
- func (x *CreateProxyResponse) ProtoReflect() protoreflect.Message
- func (x *CreateProxyResponse) Reset()
- func (x *CreateProxyResponse) String() string
- type DeleteGlobalRefRequest
- func (*DeleteGlobalRefRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteGlobalRefRequest) GetRefHandle() int64
- func (*DeleteGlobalRefRequest) ProtoMessage()
- func (x *DeleteGlobalRefRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteGlobalRefRequest) Reset()
- func (x *DeleteGlobalRefRequest) String() string
- type DeleteGlobalRefResponse
- type DeleteLocalRefRequest
- func (*DeleteLocalRefRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteLocalRefRequest) GetRefHandle() int64
- func (*DeleteLocalRefRequest) ProtoMessage()
- func (x *DeleteLocalRefRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteLocalRefRequest) Reset()
- func (x *DeleteLocalRefRequest) String() string
- type DeleteLocalRefResponse
- type DeleteWeakGlobalRefRequest
- func (*DeleteWeakGlobalRefRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteWeakGlobalRefRequest) GetRefHandle() int64
- func (*DeleteWeakGlobalRefRequest) ProtoMessage()
- func (x *DeleteWeakGlobalRefRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteWeakGlobalRefRequest) Reset()
- func (x *DeleteWeakGlobalRefRequest) String() string
- type DeleteWeakGlobalRefResponse
- type EnsureLocalCapacityRequest
- func (*EnsureLocalCapacityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EnsureLocalCapacityRequest) GetCapacity() int32
- func (*EnsureLocalCapacityRequest) ProtoMessage()
- func (x *EnsureLocalCapacityRequest) ProtoReflect() protoreflect.Message
- func (x *EnsureLocalCapacityRequest) Reset()
- func (x *EnsureLocalCapacityRequest) String() string
- type EnsureLocalCapacityResponse
- type ExceptionCheckRequest
- type ExceptionCheckResponse
- func (*ExceptionCheckResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExceptionCheckResponse) GetHasException() bool
- func (*ExceptionCheckResponse) ProtoMessage()
- func (x *ExceptionCheckResponse) ProtoReflect() protoreflect.Message
- func (x *ExceptionCheckResponse) Reset()
- func (x *ExceptionCheckResponse) String() string
- type ExceptionClearRequest
- type ExceptionClearResponse
- type ExceptionDescribeRequest
- type ExceptionDescribeResponse
- type ExceptionOccurredRequest
- type ExceptionOccurredResponse
- func (*ExceptionOccurredResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExceptionOccurredResponse) GetThrowableHandle() int64
- func (*ExceptionOccurredResponse) ProtoMessage()
- func (x *ExceptionOccurredResponse) ProtoReflect() protoreflect.Message
- func (x *ExceptionOccurredResponse) Reset()
- func (x *ExceptionOccurredResponse) String() string
- type FindClassRequest
- type FindClassResponse
- func (*FindClassResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindClassResponse) GetClassHandle() int64
- func (*FindClassResponse) ProtoMessage()
- func (x *FindClassResponse) ProtoReflect() protoreflect.Message
- func (x *FindClassResponse) Reset()
- func (x *FindClassResponse) String() string
- type FromReflectedFieldRequest
- func (*FromReflectedFieldRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FromReflectedFieldRequest) GetFieldObject() int64
- func (*FromReflectedFieldRequest) ProtoMessage()
- func (x *FromReflectedFieldRequest) ProtoReflect() protoreflect.Message
- func (x *FromReflectedFieldRequest) Reset()
- func (x *FromReflectedFieldRequest) String() string
- type FromReflectedFieldResponse
- func (*FromReflectedFieldResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FromReflectedFieldResponse) GetFieldId() int64
- func (*FromReflectedFieldResponse) ProtoMessage()
- func (x *FromReflectedFieldResponse) ProtoReflect() protoreflect.Message
- func (x *FromReflectedFieldResponse) Reset()
- func (x *FromReflectedFieldResponse) String() string
- type FromReflectedMethodRequest
- func (*FromReflectedMethodRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FromReflectedMethodRequest) GetMethodObject() int64
- func (*FromReflectedMethodRequest) ProtoMessage()
- func (x *FromReflectedMethodRequest) ProtoReflect() protoreflect.Message
- func (x *FromReflectedMethodRequest) Reset()
- func (x *FromReflectedMethodRequest) String() string
- type FromReflectedMethodResponse
- func (*FromReflectedMethodResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FromReflectedMethodResponse) GetMethodId() int64
- func (*FromReflectedMethodResponse) ProtoMessage()
- func (x *FromReflectedMethodResponse) ProtoReflect() protoreflect.Message
- func (x *FromReflectedMethodResponse) Reset()
- func (x *FromReflectedMethodResponse) String() string
- type GetAppContextRequest
- type GetAppContextResponse
- func (*GetAppContextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppContextResponse) GetContextHandle() int64
- func (*GetAppContextResponse) ProtoMessage()
- func (x *GetAppContextResponse) ProtoReflect() protoreflect.Message
- func (x *GetAppContextResponse) Reset()
- func (x *GetAppContextResponse) String() string
- type GetArrayLengthRequest
- func (*GetArrayLengthRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArrayLengthRequest) GetArrayHandle() int64
- func (*GetArrayLengthRequest) ProtoMessage()
- func (x *GetArrayLengthRequest) ProtoReflect() protoreflect.Message
- func (x *GetArrayLengthRequest) Reset()
- func (x *GetArrayLengthRequest) String() string
- type GetArrayLengthResponse
- func (*GetArrayLengthResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArrayLengthResponse) GetLength() int32
- func (*GetArrayLengthResponse) ProtoMessage()
- func (x *GetArrayLengthResponse) ProtoReflect() protoreflect.Message
- func (x *GetArrayLengthResponse) Reset()
- func (x *GetArrayLengthResponse) String() string
- type GetArrayRegionRequest
- func (*GetArrayRegionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArrayRegionRequest) GetArrayHandle() int64
- func (x *GetArrayRegionRequest) GetElementType() JType
- func (x *GetArrayRegionRequest) GetLength() int32
- func (x *GetArrayRegionRequest) GetStart() int32
- func (*GetArrayRegionRequest) ProtoMessage()
- func (x *GetArrayRegionRequest) ProtoReflect() protoreflect.Message
- func (x *GetArrayRegionRequest) Reset()
- func (x *GetArrayRegionRequest) String() string
- type GetArrayRegionResponse
- func (*GetArrayRegionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArrayRegionResponse) GetElements() []*JValue
- func (*GetArrayRegionResponse) ProtoMessage()
- func (x *GetArrayRegionResponse) ProtoReflect() protoreflect.Message
- func (x *GetArrayRegionResponse) Reset()
- func (x *GetArrayRegionResponse) String() string
- type GetByteArrayDataRequest
- func (*GetByteArrayDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetByteArrayDataRequest) GetArrayHandle() int64
- func (*GetByteArrayDataRequest) ProtoMessage()
- func (x *GetByteArrayDataRequest) ProtoReflect() protoreflect.Message
- func (x *GetByteArrayDataRequest) Reset()
- func (x *GetByteArrayDataRequest) String() string
- type GetByteArrayDataResponse
- func (*GetByteArrayDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetByteArrayDataResponse) GetData() []byte
- func (*GetByteArrayDataResponse) ProtoMessage()
- func (x *GetByteArrayDataResponse) ProtoReflect() protoreflect.Message
- func (x *GetByteArrayDataResponse) Reset()
- func (x *GetByteArrayDataResponse) String() string
- type GetFieldIDRequest
- func (*GetFieldIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFieldIDRequest) GetClassHandle() int64
- func (x *GetFieldIDRequest) GetName() string
- func (x *GetFieldIDRequest) GetSig() string
- func (*GetFieldIDRequest) ProtoMessage()
- func (x *GetFieldIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetFieldIDRequest) Reset()
- func (x *GetFieldIDRequest) String() string
- type GetFieldIDResponse
- func (*GetFieldIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFieldIDResponse) GetFieldId() int64
- func (*GetFieldIDResponse) ProtoMessage()
- func (x *GetFieldIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetFieldIDResponse) Reset()
- func (x *GetFieldIDResponse) String() string
- type GetFieldValueRequest
- func (*GetFieldValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFieldValueRequest) GetFieldId() int64
- func (x *GetFieldValueRequest) GetFieldType() JType
- func (x *GetFieldValueRequest) GetObjectHandle() int64
- func (*GetFieldValueRequest) ProtoMessage()
- func (x *GetFieldValueRequest) ProtoReflect() protoreflect.Message
- func (x *GetFieldValueRequest) Reset()
- func (x *GetFieldValueRequest) String() string
- type GetFieldValueResponse
- func (*GetFieldValueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFieldValueResponse) GetResult() *JValue
- func (*GetFieldValueResponse) ProtoMessage()
- func (x *GetFieldValueResponse) ProtoReflect() protoreflect.Message
- func (x *GetFieldValueResponse) Reset()
- func (x *GetFieldValueResponse) String() string
- type GetMethodIDRequest
- func (*GetMethodIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMethodIDRequest) GetClassHandle() int64
- func (x *GetMethodIDRequest) GetName() string
- func (x *GetMethodIDRequest) GetSig() string
- func (*GetMethodIDRequest) ProtoMessage()
- func (x *GetMethodIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetMethodIDRequest) Reset()
- func (x *GetMethodIDRequest) String() string
- type GetMethodIDResponse
- func (*GetMethodIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMethodIDResponse) GetMethodId() int64
- func (*GetMethodIDResponse) ProtoMessage()
- func (x *GetMethodIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetMethodIDResponse) Reset()
- func (x *GetMethodIDResponse) String() string
- type GetObjectArrayElementRequest
- func (*GetObjectArrayElementRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetObjectArrayElementRequest) GetArrayHandle() int64
- func (x *GetObjectArrayElementRequest) GetIndex() int32
- func (*GetObjectArrayElementRequest) ProtoMessage()
- func (x *GetObjectArrayElementRequest) ProtoReflect() protoreflect.Message
- func (x *GetObjectArrayElementRequest) Reset()
- func (x *GetObjectArrayElementRequest) String() string
- type GetObjectArrayElementResponse
- func (*GetObjectArrayElementResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetObjectArrayElementResponse) GetElementHandle() int64
- func (*GetObjectArrayElementResponse) ProtoMessage()
- func (x *GetObjectArrayElementResponse) ProtoReflect() protoreflect.Message
- func (x *GetObjectArrayElementResponse) Reset()
- func (x *GetObjectArrayElementResponse) String() string
- type GetObjectClassRequest
- func (*GetObjectClassRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetObjectClassRequest) GetObjectHandle() int64
- func (*GetObjectClassRequest) ProtoMessage()
- func (x *GetObjectClassRequest) ProtoReflect() protoreflect.Message
- func (x *GetObjectClassRequest) Reset()
- func (x *GetObjectClassRequest) String() string
- type GetObjectClassResponse
- func (*GetObjectClassResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetObjectClassResponse) GetClassHandle() int64
- func (*GetObjectClassResponse) ProtoMessage()
- func (x *GetObjectClassResponse) ProtoReflect() protoreflect.Message
- func (x *GetObjectClassResponse) Reset()
- func (x *GetObjectClassResponse) String() string
- type GetObjectRefTypeRequest
- func (*GetObjectRefTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetObjectRefTypeRequest) GetObjectHandle() int64
- func (*GetObjectRefTypeRequest) ProtoMessage()
- func (x *GetObjectRefTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetObjectRefTypeRequest) Reset()
- func (x *GetObjectRefTypeRequest) String() string
- type GetObjectRefTypeResponse
- func (*GetObjectRefTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetObjectRefTypeResponse) GetRefType() int32
- func (*GetObjectRefTypeResponse) ProtoMessage()
- func (x *GetObjectRefTypeResponse) ProtoReflect() protoreflect.Message
- func (x *GetObjectRefTypeResponse) Reset()
- func (x *GetObjectRefTypeResponse) String() string
- type GetStaticFieldIDRequest
- func (*GetStaticFieldIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetStaticFieldIDRequest) GetClassHandle() int64
- func (x *GetStaticFieldIDRequest) GetName() string
- func (x *GetStaticFieldIDRequest) GetSig() string
- func (*GetStaticFieldIDRequest) ProtoMessage()
- func (x *GetStaticFieldIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetStaticFieldIDRequest) Reset()
- func (x *GetStaticFieldIDRequest) String() string
- type GetStaticFieldIDResponse
- func (*GetStaticFieldIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetStaticFieldIDResponse) GetFieldId() int64
- func (*GetStaticFieldIDResponse) ProtoMessage()
- func (x *GetStaticFieldIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetStaticFieldIDResponse) Reset()
- func (x *GetStaticFieldIDResponse) String() string
- type GetStaticFieldValueRequest
- func (*GetStaticFieldValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetStaticFieldValueRequest) GetClassHandle() int64
- func (x *GetStaticFieldValueRequest) GetFieldId() int64
- func (x *GetStaticFieldValueRequest) GetFieldType() JType
- func (*GetStaticFieldValueRequest) ProtoMessage()
- func (x *GetStaticFieldValueRequest) ProtoReflect() protoreflect.Message
- func (x *GetStaticFieldValueRequest) Reset()
- func (x *GetStaticFieldValueRequest) String() string
- type GetStaticFieldValueResponse
- func (*GetStaticFieldValueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetStaticFieldValueResponse) GetResult() *JValue
- func (*GetStaticFieldValueResponse) ProtoMessage()
- func (x *GetStaticFieldValueResponse) ProtoReflect() protoreflect.Message
- func (x *GetStaticFieldValueResponse) Reset()
- func (x *GetStaticFieldValueResponse) String() string
- type GetStaticMethodIDRequest
- func (*GetStaticMethodIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetStaticMethodIDRequest) GetClassHandle() int64
- func (x *GetStaticMethodIDRequest) GetName() string
- func (x *GetStaticMethodIDRequest) GetSig() string
- func (*GetStaticMethodIDRequest) ProtoMessage()
- func (x *GetStaticMethodIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetStaticMethodIDRequest) Reset()
- func (x *GetStaticMethodIDRequest) String() string
- type GetStaticMethodIDResponse
- func (*GetStaticMethodIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetStaticMethodIDResponse) GetMethodId() int64
- func (*GetStaticMethodIDResponse) ProtoMessage()
- func (x *GetStaticMethodIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetStaticMethodIDResponse) Reset()
- func (x *GetStaticMethodIDResponse) String() string
- type GetStringLengthRequest
- func (*GetStringLengthRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetStringLengthRequest) GetStringHandle() int64
- func (*GetStringLengthRequest) ProtoMessage()
- func (x *GetStringLengthRequest) ProtoReflect() protoreflect.Message
- func (x *GetStringLengthRequest) Reset()
- func (x *GetStringLengthRequest) String() string
- type GetStringLengthResponse
- func (*GetStringLengthResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetStringLengthResponse) GetLength() int32
- func (*GetStringLengthResponse) ProtoMessage()
- func (x *GetStringLengthResponse) ProtoReflect() protoreflect.Message
- func (x *GetStringLengthResponse) Reset()
- func (x *GetStringLengthResponse) String() string
- type GetStringUTFCharsRequest
- func (*GetStringUTFCharsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetStringUTFCharsRequest) GetStringHandle() int64
- func (*GetStringUTFCharsRequest) ProtoMessage()
- func (x *GetStringUTFCharsRequest) ProtoReflect() protoreflect.Message
- func (x *GetStringUTFCharsRequest) Reset()
- func (x *GetStringUTFCharsRequest) String() string
- type GetStringUTFCharsResponse
- func (*GetStringUTFCharsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetStringUTFCharsResponse) GetValue() string
- func (*GetStringUTFCharsResponse) ProtoMessage()
- func (x *GetStringUTFCharsResponse) ProtoReflect() protoreflect.Message
- func (x *GetStringUTFCharsResponse) Reset()
- func (x *GetStringUTFCharsResponse) String() string
- type GetSuperclassRequest
- func (*GetSuperclassRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSuperclassRequest) GetClassHandle() int64
- func (*GetSuperclassRequest) ProtoMessage()
- func (x *GetSuperclassRequest) ProtoReflect() protoreflect.Message
- func (x *GetSuperclassRequest) Reset()
- func (x *GetSuperclassRequest) String() string
- type GetSuperclassResponse
- func (*GetSuperclassResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSuperclassResponse) GetClassHandle() int64
- func (*GetSuperclassResponse) ProtoMessage()
- func (x *GetSuperclassResponse) ProtoReflect() protoreflect.Message
- func (x *GetSuperclassResponse) Reset()
- func (x *GetSuperclassResponse) String() string
- type GetVersionRequest
- type GetVersionResponse
- func (*GetVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVersionResponse) GetVersion() int32
- func (*GetVersionResponse) ProtoMessage()
- func (x *GetVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetVersionResponse) Reset()
- func (x *GetVersionResponse) String() string
- type IsAssignableFromRequest
- func (*IsAssignableFromRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsAssignableFromRequest) GetClass1() int64
- func (x *IsAssignableFromRequest) GetClass2() int64
- func (*IsAssignableFromRequest) ProtoMessage()
- func (x *IsAssignableFromRequest) ProtoReflect() protoreflect.Message
- func (x *IsAssignableFromRequest) Reset()
- func (x *IsAssignableFromRequest) String() string
- type IsAssignableFromResponse
- func (*IsAssignableFromResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsAssignableFromResponse) GetResult() bool
- func (*IsAssignableFromResponse) ProtoMessage()
- func (x *IsAssignableFromResponse) ProtoReflect() protoreflect.Message
- func (x *IsAssignableFromResponse) Reset()
- func (x *IsAssignableFromResponse) String() string
- type IsInstanceOfRequest
- func (*IsInstanceOfRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsInstanceOfRequest) GetClassHandle() int64
- func (x *IsInstanceOfRequest) GetObjectHandle() int64
- func (*IsInstanceOfRequest) ProtoMessage()
- func (x *IsInstanceOfRequest) ProtoReflect() protoreflect.Message
- func (x *IsInstanceOfRequest) Reset()
- func (x *IsInstanceOfRequest) String() string
- type IsInstanceOfResponse
- func (*IsInstanceOfResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsInstanceOfResponse) GetResult() bool
- func (*IsInstanceOfResponse) ProtoMessage()
- func (x *IsInstanceOfResponse) ProtoReflect() protoreflect.Message
- func (x *IsInstanceOfResponse) Reset()
- func (x *IsInstanceOfResponse) String() string
- type IsSameObjectRequest
- func (*IsSameObjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsSameObjectRequest) GetObject1() int64
- func (x *IsSameObjectRequest) GetObject2() int64
- func (*IsSameObjectRequest) ProtoMessage()
- func (x *IsSameObjectRequest) ProtoReflect() protoreflect.Message
- func (x *IsSameObjectRequest) Reset()
- func (x *IsSameObjectRequest) String() string
- type IsSameObjectResponse
- func (*IsSameObjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsSameObjectResponse) GetResult() bool
- func (*IsSameObjectResponse) ProtoMessage()
- func (x *IsSameObjectResponse) ProtoReflect() protoreflect.Message
- func (x *IsSameObjectResponse) Reset()
- func (x *IsSameObjectResponse) String() string
- type JNIServiceClient
- type JNIServiceServer
- type JNIService_ProxyClient
- type JNIService_ProxyServer
- type JType
- type JValue
- func (*JValue) Descriptor() ([]byte, []int)deprecated
- func (x *JValue) GetB() int32
- func (x *JValue) GetC() uint32
- func (x *JValue) GetD() float64
- func (x *JValue) GetF() float32
- func (x *JValue) GetI() int32
- func (x *JValue) GetJ() int64
- func (x *JValue) GetL() int64
- func (x *JValue) GetS() int32
- func (x *JValue) GetValue() isJValue_Value
- func (x *JValue) GetZ() bool
- func (*JValue) ProtoMessage()
- func (x *JValue) ProtoReflect() protoreflect.Message
- func (x *JValue) Reset()
- func (x *JValue) String() string
- type JValue_B
- type JValue_C
- type JValue_D
- type JValue_F
- type JValue_I
- type JValue_J
- type JValue_L
- type JValue_S
- type JValue_Z
- type MonitorEnterRequest
- func (*MonitorEnterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MonitorEnterRequest) GetObjectHandle() int64
- func (*MonitorEnterRequest) ProtoMessage()
- func (x *MonitorEnterRequest) ProtoReflect() protoreflect.Message
- func (x *MonitorEnterRequest) Reset()
- func (x *MonitorEnterRequest) String() string
- type MonitorEnterResponse
- type MonitorExitRequest
- func (*MonitorExitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MonitorExitRequest) GetObjectHandle() int64
- func (*MonitorExitRequest) ProtoMessage()
- func (x *MonitorExitRequest) ProtoReflect() protoreflect.Message
- func (x *MonitorExitRequest) Reset()
- func (x *MonitorExitRequest) String() string
- type MonitorExitResponse
- type NewGlobalRefRequest
- func (*NewGlobalRefRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NewGlobalRefRequest) GetObjectHandle() int64
- func (*NewGlobalRefRequest) ProtoMessage()
- func (x *NewGlobalRefRequest) ProtoReflect() protoreflect.Message
- func (x *NewGlobalRefRequest) Reset()
- func (x *NewGlobalRefRequest) String() string
- type NewGlobalRefResponse
- func (*NewGlobalRefResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NewGlobalRefResponse) GetRefHandle() int64
- func (*NewGlobalRefResponse) ProtoMessage()
- func (x *NewGlobalRefResponse) ProtoReflect() protoreflect.Message
- func (x *NewGlobalRefResponse) Reset()
- func (x *NewGlobalRefResponse) String() string
- type NewLocalRefRequest
- func (*NewLocalRefRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NewLocalRefRequest) GetObjectHandle() int64
- func (*NewLocalRefRequest) ProtoMessage()
- func (x *NewLocalRefRequest) ProtoReflect() protoreflect.Message
- func (x *NewLocalRefRequest) Reset()
- func (x *NewLocalRefRequest) String() string
- type NewLocalRefResponse
- func (*NewLocalRefResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NewLocalRefResponse) GetRefHandle() int64
- func (*NewLocalRefResponse) ProtoMessage()
- func (x *NewLocalRefResponse) ProtoReflect() protoreflect.Message
- func (x *NewLocalRefResponse) Reset()
- func (x *NewLocalRefResponse) String() string
- type NewObjectArrayRequest
- func (*NewObjectArrayRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NewObjectArrayRequest) GetClassHandle() int64
- func (x *NewObjectArrayRequest) GetInitElement() int64
- func (x *NewObjectArrayRequest) GetLength() int32
- func (*NewObjectArrayRequest) ProtoMessage()
- func (x *NewObjectArrayRequest) ProtoReflect() protoreflect.Message
- func (x *NewObjectArrayRequest) Reset()
- func (x *NewObjectArrayRequest) String() string
- type NewObjectArrayResponse
- func (*NewObjectArrayResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NewObjectArrayResponse) GetArrayHandle() int64
- func (*NewObjectArrayResponse) ProtoMessage()
- func (x *NewObjectArrayResponse) ProtoReflect() protoreflect.Message
- func (x *NewObjectArrayResponse) Reset()
- func (x *NewObjectArrayResponse) String() string
- type NewObjectRequest
- func (*NewObjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NewObjectRequest) GetArgs() []*JValue
- func (x *NewObjectRequest) GetClassHandle() int64
- func (x *NewObjectRequest) GetMethodId() int64
- func (*NewObjectRequest) ProtoMessage()
- func (x *NewObjectRequest) ProtoReflect() protoreflect.Message
- func (x *NewObjectRequest) Reset()
- func (x *NewObjectRequest) String() string
- type NewObjectResponse
- func (*NewObjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NewObjectResponse) GetObjectHandle() int64
- func (*NewObjectResponse) ProtoMessage()
- func (x *NewObjectResponse) ProtoReflect() protoreflect.Message
- func (x *NewObjectResponse) Reset()
- func (x *NewObjectResponse) String() string
- type NewPrimitiveArrayRequest
- func (*NewPrimitiveArrayRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NewPrimitiveArrayRequest) GetElementType() JType
- func (x *NewPrimitiveArrayRequest) GetLength() int32
- func (*NewPrimitiveArrayRequest) ProtoMessage()
- func (x *NewPrimitiveArrayRequest) ProtoReflect() protoreflect.Message
- func (x *NewPrimitiveArrayRequest) Reset()
- func (x *NewPrimitiveArrayRequest) String() string
- type NewPrimitiveArrayResponse
- func (*NewPrimitiveArrayResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NewPrimitiveArrayResponse) GetArrayHandle() int64
- func (*NewPrimitiveArrayResponse) ProtoMessage()
- func (x *NewPrimitiveArrayResponse) ProtoReflect() protoreflect.Message
- func (x *NewPrimitiveArrayResponse) Reset()
- func (x *NewPrimitiveArrayResponse) String() string
- type NewStringUTFRequest
- func (*NewStringUTFRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NewStringUTFRequest) GetValue() string
- func (*NewStringUTFRequest) ProtoMessage()
- func (x *NewStringUTFRequest) ProtoReflect() protoreflect.Message
- func (x *NewStringUTFRequest) Reset()
- func (x *NewStringUTFRequest) String() string
- type NewStringUTFResponse
- func (*NewStringUTFResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NewStringUTFResponse) GetStringHandle() int64
- func (*NewStringUTFResponse) ProtoMessage()
- func (x *NewStringUTFResponse) ProtoReflect() protoreflect.Message
- func (x *NewStringUTFResponse) Reset()
- func (x *NewStringUTFResponse) String() string
- type NewWeakGlobalRefRequest
- func (*NewWeakGlobalRefRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NewWeakGlobalRefRequest) GetObjectHandle() int64
- func (*NewWeakGlobalRefRequest) ProtoMessage()
- func (x *NewWeakGlobalRefRequest) ProtoReflect() protoreflect.Message
- func (x *NewWeakGlobalRefRequest) Reset()
- func (x *NewWeakGlobalRefRequest) String() string
- type NewWeakGlobalRefResponse
- func (*NewWeakGlobalRefResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NewWeakGlobalRefResponse) GetRefHandle() int64
- func (*NewWeakGlobalRefResponse) ProtoMessage()
- func (x *NewWeakGlobalRefResponse) ProtoReflect() protoreflect.Message
- func (x *NewWeakGlobalRefResponse) Reset()
- func (x *NewWeakGlobalRefResponse) String() string
- type PopLocalFrameRequest
- func (*PopLocalFrameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PopLocalFrameRequest) GetResultHandle() int64
- func (*PopLocalFrameRequest) ProtoMessage()
- func (x *PopLocalFrameRequest) ProtoReflect() protoreflect.Message
- func (x *PopLocalFrameRequest) Reset()
- func (x *PopLocalFrameRequest) String() string
- type PopLocalFrameResponse
- func (*PopLocalFrameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PopLocalFrameResponse) GetResultHandle() int64
- func (*PopLocalFrameResponse) ProtoMessage()
- func (x *PopLocalFrameResponse) ProtoReflect() protoreflect.Message
- func (x *PopLocalFrameResponse) Reset()
- func (x *PopLocalFrameResponse) String() string
- type ProxyClientMessage
- func (*ProxyClientMessage) Descriptor() ([]byte, []int)deprecated
- func (x *ProxyClientMessage) GetCallbackResponse() *CallbackResponse
- func (x *ProxyClientMessage) GetCreate() *CreateProxyRequest
- func (x *ProxyClientMessage) GetMsg() isProxyClientMessage_Msg
- func (*ProxyClientMessage) ProtoMessage()
- func (x *ProxyClientMessage) ProtoReflect() protoreflect.Message
- func (x *ProxyClientMessage) Reset()
- func (x *ProxyClientMessage) String() string
- type ProxyClientMessage_CallbackResponse
- type ProxyClientMessage_Create
- type ProxyServerMessage
- func (*ProxyServerMessage) Descriptor() ([]byte, []int)deprecated
- func (x *ProxyServerMessage) GetCallback() *CallbackEvent
- func (x *ProxyServerMessage) GetCreated() *CreateProxyResponse
- func (x *ProxyServerMessage) GetMsg() isProxyServerMessage_Msg
- func (*ProxyServerMessage) ProtoMessage()
- func (x *ProxyServerMessage) ProtoReflect() protoreflect.Message
- func (x *ProxyServerMessage) Reset()
- func (x *ProxyServerMessage) String() string
- type ProxyServerMessage_Callback
- type ProxyServerMessage_Created
- type PushLocalFrameRequest
- func (*PushLocalFrameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PushLocalFrameRequest) GetCapacity() int32
- func (*PushLocalFrameRequest) ProtoMessage()
- func (x *PushLocalFrameRequest) ProtoReflect() protoreflect.Message
- func (x *PushLocalFrameRequest) Reset()
- func (x *PushLocalFrameRequest) String() string
- type PushLocalFrameResponse
- type SetArrayRegionRequest
- func (*SetArrayRegionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetArrayRegionRequest) GetArrayHandle() int64
- func (x *SetArrayRegionRequest) GetElementType() JType
- func (x *SetArrayRegionRequest) GetElements() []*JValue
- func (x *SetArrayRegionRequest) GetStart() int32
- func (*SetArrayRegionRequest) ProtoMessage()
- func (x *SetArrayRegionRequest) ProtoReflect() protoreflect.Message
- func (x *SetArrayRegionRequest) Reset()
- func (x *SetArrayRegionRequest) String() string
- type SetArrayRegionResponse
- type SetFieldValueRequest
- func (*SetFieldValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetFieldValueRequest) GetFieldId() int64
- func (x *SetFieldValueRequest) GetObjectHandle() int64
- func (x *SetFieldValueRequest) GetValue() *JValue
- func (*SetFieldValueRequest) ProtoMessage()
- func (x *SetFieldValueRequest) ProtoReflect() protoreflect.Message
- func (x *SetFieldValueRequest) Reset()
- func (x *SetFieldValueRequest) String() string
- type SetFieldValueResponse
- type SetObjectArrayElementRequest
- func (*SetObjectArrayElementRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetObjectArrayElementRequest) GetArrayHandle() int64
- func (x *SetObjectArrayElementRequest) GetElementHandle() int64
- func (x *SetObjectArrayElementRequest) GetIndex() int32
- func (*SetObjectArrayElementRequest) ProtoMessage()
- func (x *SetObjectArrayElementRequest) ProtoReflect() protoreflect.Message
- func (x *SetObjectArrayElementRequest) Reset()
- func (x *SetObjectArrayElementRequest) String() string
- type SetObjectArrayElementResponse
- func (*SetObjectArrayElementResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetObjectArrayElementResponse) ProtoMessage()
- func (x *SetObjectArrayElementResponse) ProtoReflect() protoreflect.Message
- func (x *SetObjectArrayElementResponse) Reset()
- func (x *SetObjectArrayElementResponse) String() string
- type SetStaticFieldValueRequest
- func (*SetStaticFieldValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetStaticFieldValueRequest) GetClassHandle() int64
- func (x *SetStaticFieldValueRequest) GetFieldId() int64
- func (x *SetStaticFieldValueRequest) GetValue() *JValue
- func (*SetStaticFieldValueRequest) ProtoMessage()
- func (x *SetStaticFieldValueRequest) ProtoReflect() protoreflect.Message
- func (x *SetStaticFieldValueRequest) Reset()
- func (x *SetStaticFieldValueRequest) String() string
- type SetStaticFieldValueResponse
- type ThrowNewRequest
- func (*ThrowNewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ThrowNewRequest) GetClassHandle() int64
- func (x *ThrowNewRequest) GetMessage() string
- func (*ThrowNewRequest) ProtoMessage()
- func (x *ThrowNewRequest) ProtoReflect() protoreflect.Message
- func (x *ThrowNewRequest) Reset()
- func (x *ThrowNewRequest) String() string
- type ThrowNewResponse
- type ThrowRequest
- type ThrowResponse
- type ToReflectedFieldRequest
- func (*ToReflectedFieldRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ToReflectedFieldRequest) GetClassHandle() int64
- func (x *ToReflectedFieldRequest) GetFieldId() int64
- func (x *ToReflectedFieldRequest) GetIsStatic() bool
- func (*ToReflectedFieldRequest) ProtoMessage()
- func (x *ToReflectedFieldRequest) ProtoReflect() protoreflect.Message
- func (x *ToReflectedFieldRequest) Reset()
- func (x *ToReflectedFieldRequest) String() string
- type ToReflectedFieldResponse
- func (*ToReflectedFieldResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ToReflectedFieldResponse) GetFieldObject() int64
- func (*ToReflectedFieldResponse) ProtoMessage()
- func (x *ToReflectedFieldResponse) ProtoReflect() protoreflect.Message
- func (x *ToReflectedFieldResponse) Reset()
- func (x *ToReflectedFieldResponse) String() string
- type ToReflectedMethodRequest
- func (*ToReflectedMethodRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ToReflectedMethodRequest) GetClassHandle() int64
- func (x *ToReflectedMethodRequest) GetIsStatic() bool
- func (x *ToReflectedMethodRequest) GetMethodId() int64
- func (*ToReflectedMethodRequest) ProtoMessage()
- func (x *ToReflectedMethodRequest) ProtoReflect() protoreflect.Message
- func (x *ToReflectedMethodRequest) Reset()
- func (x *ToReflectedMethodRequest) String() string
- type ToReflectedMethodResponse
- func (*ToReflectedMethodResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ToReflectedMethodResponse) GetMethodObject() int64
- func (*ToReflectedMethodResponse) ProtoMessage()
- func (x *ToReflectedMethodResponse) ProtoReflect() protoreflect.Message
- func (x *ToReflectedMethodResponse) Reset()
- func (x *ToReflectedMethodResponse) String() string
- type UnimplementedJNIServiceServer
- func (UnimplementedJNIServiceServer) AllocObject(context.Context, *AllocObjectRequest) (*AllocObjectResponse, error)
- func (UnimplementedJNIServiceServer) CallMethod(context.Context, *CallMethodRequest) (*CallMethodResponse, error)
- func (UnimplementedJNIServiceServer) CallNonvirtualMethod(context.Context, *CallNonvirtualMethodRequest) (*CallNonvirtualMethodResponse, error)
- func (UnimplementedJNIServiceServer) CallStaticMethod(context.Context, *CallStaticMethodRequest) (*CallStaticMethodResponse, error)
- func (UnimplementedJNIServiceServer) DeleteGlobalRef(context.Context, *DeleteGlobalRefRequest) (*DeleteGlobalRefResponse, error)
- func (UnimplementedJNIServiceServer) DeleteLocalRef(context.Context, *DeleteLocalRefRequest) (*DeleteLocalRefResponse, error)
- func (UnimplementedJNIServiceServer) DeleteWeakGlobalRef(context.Context, *DeleteWeakGlobalRefRequest) (*DeleteWeakGlobalRefResponse, error)
- func (UnimplementedJNIServiceServer) EnsureLocalCapacity(context.Context, *EnsureLocalCapacityRequest) (*EnsureLocalCapacityResponse, error)
- func (UnimplementedJNIServiceServer) ExceptionCheck(context.Context, *ExceptionCheckRequest) (*ExceptionCheckResponse, error)
- func (UnimplementedJNIServiceServer) ExceptionClear(context.Context, *ExceptionClearRequest) (*ExceptionClearResponse, error)
- func (UnimplementedJNIServiceServer) ExceptionDescribe(context.Context, *ExceptionDescribeRequest) (*ExceptionDescribeResponse, error)
- func (UnimplementedJNIServiceServer) ExceptionOccurred(context.Context, *ExceptionOccurredRequest) (*ExceptionOccurredResponse, error)
- func (UnimplementedJNIServiceServer) FindClass(context.Context, *FindClassRequest) (*FindClassResponse, error)
- func (UnimplementedJNIServiceServer) FromReflectedField(context.Context, *FromReflectedFieldRequest) (*FromReflectedFieldResponse, error)
- func (UnimplementedJNIServiceServer) FromReflectedMethod(context.Context, *FromReflectedMethodRequest) (*FromReflectedMethodResponse, error)
- func (UnimplementedJNIServiceServer) GetAppContext(context.Context, *GetAppContextRequest) (*GetAppContextResponse, error)
- func (UnimplementedJNIServiceServer) GetArrayLength(context.Context, *GetArrayLengthRequest) (*GetArrayLengthResponse, error)
- func (UnimplementedJNIServiceServer) GetArrayRegion(context.Context, *GetArrayRegionRequest) (*GetArrayRegionResponse, error)
- func (UnimplementedJNIServiceServer) GetByteArrayData(context.Context, *GetByteArrayDataRequest) (*GetByteArrayDataResponse, error)
- func (UnimplementedJNIServiceServer) GetField(context.Context, *GetFieldValueRequest) (*GetFieldValueResponse, error)
- func (UnimplementedJNIServiceServer) GetFieldID(context.Context, *GetFieldIDRequest) (*GetFieldIDResponse, error)
- func (UnimplementedJNIServiceServer) GetMethodID(context.Context, *GetMethodIDRequest) (*GetMethodIDResponse, error)
- func (UnimplementedJNIServiceServer) GetObjectArrayElement(context.Context, *GetObjectArrayElementRequest) (*GetObjectArrayElementResponse, error)
- func (UnimplementedJNIServiceServer) GetObjectClass(context.Context, *GetObjectClassRequest) (*GetObjectClassResponse, error)
- func (UnimplementedJNIServiceServer) GetObjectRefType(context.Context, *GetObjectRefTypeRequest) (*GetObjectRefTypeResponse, error)
- func (UnimplementedJNIServiceServer) GetStaticField(context.Context, *GetStaticFieldValueRequest) (*GetStaticFieldValueResponse, error)
- func (UnimplementedJNIServiceServer) GetStaticFieldID(context.Context, *GetStaticFieldIDRequest) (*GetStaticFieldIDResponse, error)
- func (UnimplementedJNIServiceServer) GetStaticMethodID(context.Context, *GetStaticMethodIDRequest) (*GetStaticMethodIDResponse, error)
- func (UnimplementedJNIServiceServer) GetStringLength(context.Context, *GetStringLengthRequest) (*GetStringLengthResponse, error)
- func (UnimplementedJNIServiceServer) GetStringUTFChars(context.Context, *GetStringUTFCharsRequest) (*GetStringUTFCharsResponse, error)
- func (UnimplementedJNIServiceServer) GetSuperclass(context.Context, *GetSuperclassRequest) (*GetSuperclassResponse, error)
- func (UnimplementedJNIServiceServer) GetVersion(context.Context, *GetVersionRequest) (*GetVersionResponse, error)
- func (UnimplementedJNIServiceServer) IsAssignableFrom(context.Context, *IsAssignableFromRequest) (*IsAssignableFromResponse, error)
- func (UnimplementedJNIServiceServer) IsInstanceOf(context.Context, *IsInstanceOfRequest) (*IsInstanceOfResponse, error)
- func (UnimplementedJNIServiceServer) IsSameObject(context.Context, *IsSameObjectRequest) (*IsSameObjectResponse, error)
- func (UnimplementedJNIServiceServer) MonitorEnter(context.Context, *MonitorEnterRequest) (*MonitorEnterResponse, error)
- func (UnimplementedJNIServiceServer) MonitorExit(context.Context, *MonitorExitRequest) (*MonitorExitResponse, error)
- func (UnimplementedJNIServiceServer) NewGlobalRef(context.Context, *NewGlobalRefRequest) (*NewGlobalRefResponse, error)
- func (UnimplementedJNIServiceServer) NewLocalRef(context.Context, *NewLocalRefRequest) (*NewLocalRefResponse, error)
- func (UnimplementedJNIServiceServer) NewObject(context.Context, *NewObjectRequest) (*NewObjectResponse, error)
- func (UnimplementedJNIServiceServer) NewObjectArray(context.Context, *NewObjectArrayRequest) (*NewObjectArrayResponse, error)
- func (UnimplementedJNIServiceServer) NewPrimitiveArray(context.Context, *NewPrimitiveArrayRequest) (*NewPrimitiveArrayResponse, error)
- func (UnimplementedJNIServiceServer) NewStringUTF(context.Context, *NewStringUTFRequest) (*NewStringUTFResponse, error)
- func (UnimplementedJNIServiceServer) NewWeakGlobalRef(context.Context, *NewWeakGlobalRefRequest) (*NewWeakGlobalRefResponse, error)
- func (UnimplementedJNIServiceServer) PopLocalFrame(context.Context, *PopLocalFrameRequest) (*PopLocalFrameResponse, error)
- func (UnimplementedJNIServiceServer) Proxy(grpc.BidiStreamingServer[ProxyClientMessage, ProxyServerMessage]) error
- func (UnimplementedJNIServiceServer) PushLocalFrame(context.Context, *PushLocalFrameRequest) (*PushLocalFrameResponse, error)
- func (UnimplementedJNIServiceServer) SetArrayRegion(context.Context, *SetArrayRegionRequest) (*SetArrayRegionResponse, error)
- func (UnimplementedJNIServiceServer) SetField(context.Context, *SetFieldValueRequest) (*SetFieldValueResponse, error)
- func (UnimplementedJNIServiceServer) SetObjectArrayElement(context.Context, *SetObjectArrayElementRequest) (*SetObjectArrayElementResponse, error)
- func (UnimplementedJNIServiceServer) SetStaticField(context.Context, *SetStaticFieldValueRequest) (*SetStaticFieldValueResponse, error)
- func (UnimplementedJNIServiceServer) Throw(context.Context, *ThrowRequest) (*ThrowResponse, error)
- func (UnimplementedJNIServiceServer) ThrowNew(context.Context, *ThrowNewRequest) (*ThrowNewResponse, error)
- func (UnimplementedJNIServiceServer) ToReflectedField(context.Context, *ToReflectedFieldRequest) (*ToReflectedFieldResponse, error)
- func (UnimplementedJNIServiceServer) ToReflectedMethod(context.Context, *ToReflectedMethodRequest) (*ToReflectedMethodResponse, error)
- type UnsafeJNIServiceServer
Constants ¶
const ( JNIService_GetVersion_FullMethodName = "/jni_raw.JNIService/GetVersion" JNIService_FindClass_FullMethodName = "/jni_raw.JNIService/FindClass" JNIService_GetSuperclass_FullMethodName = "/jni_raw.JNIService/GetSuperclass" JNIService_IsAssignableFrom_FullMethodName = "/jni_raw.JNIService/IsAssignableFrom" JNIService_AllocObject_FullMethodName = "/jni_raw.JNIService/AllocObject" JNIService_NewObject_FullMethodName = "/jni_raw.JNIService/NewObject" JNIService_GetObjectClass_FullMethodName = "/jni_raw.JNIService/GetObjectClass" JNIService_IsInstanceOf_FullMethodName = "/jni_raw.JNIService/IsInstanceOf" JNIService_IsSameObject_FullMethodName = "/jni_raw.JNIService/IsSameObject" JNIService_GetObjectRefType_FullMethodName = "/jni_raw.JNIService/GetObjectRefType" JNIService_GetMethodID_FullMethodName = "/jni_raw.JNIService/GetMethodID" JNIService_GetStaticMethodID_FullMethodName = "/jni_raw.JNIService/GetStaticMethodID" JNIService_GetFieldID_FullMethodName = "/jni_raw.JNIService/GetFieldID" JNIService_GetStaticFieldID_FullMethodName = "/jni_raw.JNIService/GetStaticFieldID" JNIService_CallMethod_FullMethodName = "/jni_raw.JNIService/CallMethod" JNIService_CallStaticMethod_FullMethodName = "/jni_raw.JNIService/CallStaticMethod" JNIService_CallNonvirtualMethod_FullMethodName = "/jni_raw.JNIService/CallNonvirtualMethod" JNIService_GetField_FullMethodName = "/jni_raw.JNIService/GetField" JNIService_SetField_FullMethodName = "/jni_raw.JNIService/SetField" JNIService_GetStaticField_FullMethodName = "/jni_raw.JNIService/GetStaticField" JNIService_SetStaticField_FullMethodName = "/jni_raw.JNIService/SetStaticField" JNIService_NewStringUTF_FullMethodName = "/jni_raw.JNIService/NewStringUTF" JNIService_GetStringUTFChars_FullMethodName = "/jni_raw.JNIService/GetStringUTFChars" JNIService_GetStringLength_FullMethodName = "/jni_raw.JNIService/GetStringLength" JNIService_NewPrimitiveArray_FullMethodName = "/jni_raw.JNIService/NewPrimitiveArray" JNIService_NewObjectArray_FullMethodName = "/jni_raw.JNIService/NewObjectArray" JNIService_GetArrayLength_FullMethodName = "/jni_raw.JNIService/GetArrayLength" JNIService_GetObjectArrayElement_FullMethodName = "/jni_raw.JNIService/GetObjectArrayElement" JNIService_SetObjectArrayElement_FullMethodName = "/jni_raw.JNIService/SetObjectArrayElement" JNIService_GetArrayRegion_FullMethodName = "/jni_raw.JNIService/GetArrayRegion" JNIService_SetArrayRegion_FullMethodName = "/jni_raw.JNIService/SetArrayRegion" JNIService_GetByteArrayData_FullMethodName = "/jni_raw.JNIService/GetByteArrayData" JNIService_NewGlobalRef_FullMethodName = "/jni_raw.JNIService/NewGlobalRef" JNIService_DeleteGlobalRef_FullMethodName = "/jni_raw.JNIService/DeleteGlobalRef" JNIService_NewLocalRef_FullMethodName = "/jni_raw.JNIService/NewLocalRef" JNIService_DeleteLocalRef_FullMethodName = "/jni_raw.JNIService/DeleteLocalRef" JNIService_NewWeakGlobalRef_FullMethodName = "/jni_raw.JNIService/NewWeakGlobalRef" JNIService_DeleteWeakGlobalRef_FullMethodName = "/jni_raw.JNIService/DeleteWeakGlobalRef" JNIService_ExceptionCheck_FullMethodName = "/jni_raw.JNIService/ExceptionCheck" JNIService_ExceptionClear_FullMethodName = "/jni_raw.JNIService/ExceptionClear" JNIService_ExceptionDescribe_FullMethodName = "/jni_raw.JNIService/ExceptionDescribe" JNIService_ExceptionOccurred_FullMethodName = "/jni_raw.JNIService/ExceptionOccurred" JNIService_Throw_FullMethodName = "/jni_raw.JNIService/Throw" JNIService_ThrowNew_FullMethodName = "/jni_raw.JNIService/ThrowNew" JNIService_MonitorEnter_FullMethodName = "/jni_raw.JNIService/MonitorEnter" JNIService_MonitorExit_FullMethodName = "/jni_raw.JNIService/MonitorExit" JNIService_PushLocalFrame_FullMethodName = "/jni_raw.JNIService/PushLocalFrame" JNIService_PopLocalFrame_FullMethodName = "/jni_raw.JNIService/PopLocalFrame" JNIService_EnsureLocalCapacity_FullMethodName = "/jni_raw.JNIService/EnsureLocalCapacity" JNIService_FromReflectedMethod_FullMethodName = "/jni_raw.JNIService/FromReflectedMethod" JNIService_FromReflectedField_FullMethodName = "/jni_raw.JNIService/FromReflectedField" JNIService_ToReflectedMethod_FullMethodName = "/jni_raw.JNIService/ToReflectedMethod" JNIService_ToReflectedField_FullMethodName = "/jni_raw.JNIService/ToReflectedField" JNIService_GetAppContext_FullMethodName = "/jni_raw.JNIService/GetAppContext" JNIService_Proxy_FullMethodName = "/jni_raw.JNIService/Proxy" )
Variables ¶
var ( JType_name = map[int32]string{ 0: "VOID", 1: "BOOLEAN", 2: "BYTE", 3: "CHAR", 4: "SHORT", 5: "INT", 6: "LONG", 7: "FLOAT", 8: "DOUBLE", 9: "OBJECT", } JType_value = map[string]int32{ "VOID": 0, "BOOLEAN": 1, "BYTE": 2, "CHAR": 3, "SHORT": 4, "INT": 5, "LONG": 6, "FLOAT": 7, "DOUBLE": 8, "OBJECT": 9, } )
Enum value maps for JType.
var File_proto_jni_raw_jni_raw_proto protoreflect.FileDescriptor
var JNIService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "jni_raw.JNIService", HandlerType: (*JNIServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetVersion", Handler: _JNIService_GetVersion_Handler, }, { MethodName: "FindClass", Handler: _JNIService_FindClass_Handler, }, { MethodName: "GetSuperclass", Handler: _JNIService_GetSuperclass_Handler, }, { MethodName: "IsAssignableFrom", Handler: _JNIService_IsAssignableFrom_Handler, }, { MethodName: "AllocObject", Handler: _JNIService_AllocObject_Handler, }, { MethodName: "NewObject", Handler: _JNIService_NewObject_Handler, }, { MethodName: "GetObjectClass", Handler: _JNIService_GetObjectClass_Handler, }, { MethodName: "IsInstanceOf", Handler: _JNIService_IsInstanceOf_Handler, }, { MethodName: "IsSameObject", Handler: _JNIService_IsSameObject_Handler, }, { MethodName: "GetObjectRefType", Handler: _JNIService_GetObjectRefType_Handler, }, { MethodName: "GetMethodID", Handler: _JNIService_GetMethodID_Handler, }, { MethodName: "GetStaticMethodID", Handler: _JNIService_GetStaticMethodID_Handler, }, { MethodName: "GetFieldID", Handler: _JNIService_GetFieldID_Handler, }, { MethodName: "GetStaticFieldID", Handler: _JNIService_GetStaticFieldID_Handler, }, { MethodName: "CallMethod", Handler: _JNIService_CallMethod_Handler, }, { MethodName: "CallStaticMethod", Handler: _JNIService_CallStaticMethod_Handler, }, { MethodName: "CallNonvirtualMethod", Handler: _JNIService_CallNonvirtualMethod_Handler, }, { MethodName: "GetField", Handler: _JNIService_GetField_Handler, }, { MethodName: "SetField", Handler: _JNIService_SetField_Handler, }, { MethodName: "GetStaticField", Handler: _JNIService_GetStaticField_Handler, }, { MethodName: "SetStaticField", Handler: _JNIService_SetStaticField_Handler, }, { MethodName: "NewStringUTF", Handler: _JNIService_NewStringUTF_Handler, }, { MethodName: "GetStringUTFChars", Handler: _JNIService_GetStringUTFChars_Handler, }, { MethodName: "GetStringLength", Handler: _JNIService_GetStringLength_Handler, }, { MethodName: "NewPrimitiveArray", Handler: _JNIService_NewPrimitiveArray_Handler, }, { MethodName: "NewObjectArray", Handler: _JNIService_NewObjectArray_Handler, }, { MethodName: "GetArrayLength", Handler: _JNIService_GetArrayLength_Handler, }, { MethodName: "GetObjectArrayElement", Handler: _JNIService_GetObjectArrayElement_Handler, }, { MethodName: "SetObjectArrayElement", Handler: _JNIService_SetObjectArrayElement_Handler, }, { MethodName: "GetArrayRegion", Handler: _JNIService_GetArrayRegion_Handler, }, { MethodName: "SetArrayRegion", Handler: _JNIService_SetArrayRegion_Handler, }, { MethodName: "GetByteArrayData", Handler: _JNIService_GetByteArrayData_Handler, }, { MethodName: "NewGlobalRef", Handler: _JNIService_NewGlobalRef_Handler, }, { MethodName: "DeleteGlobalRef", Handler: _JNIService_DeleteGlobalRef_Handler, }, { MethodName: "NewLocalRef", Handler: _JNIService_NewLocalRef_Handler, }, { MethodName: "DeleteLocalRef", Handler: _JNIService_DeleteLocalRef_Handler, }, { MethodName: "NewWeakGlobalRef", Handler: _JNIService_NewWeakGlobalRef_Handler, }, { MethodName: "DeleteWeakGlobalRef", Handler: _JNIService_DeleteWeakGlobalRef_Handler, }, { MethodName: "ExceptionCheck", Handler: _JNIService_ExceptionCheck_Handler, }, { MethodName: "ExceptionClear", Handler: _JNIService_ExceptionClear_Handler, }, { MethodName: "ExceptionDescribe", Handler: _JNIService_ExceptionDescribe_Handler, }, { MethodName: "ExceptionOccurred", Handler: _JNIService_ExceptionOccurred_Handler, }, { MethodName: "Throw", Handler: _JNIService_Throw_Handler, }, { MethodName: "ThrowNew", Handler: _JNIService_ThrowNew_Handler, }, { MethodName: "MonitorEnter", Handler: _JNIService_MonitorEnter_Handler, }, { MethodName: "MonitorExit", Handler: _JNIService_MonitorExit_Handler, }, { MethodName: "PushLocalFrame", Handler: _JNIService_PushLocalFrame_Handler, }, { MethodName: "PopLocalFrame", Handler: _JNIService_PopLocalFrame_Handler, }, { MethodName: "EnsureLocalCapacity", Handler: _JNIService_EnsureLocalCapacity_Handler, }, { MethodName: "FromReflectedMethod", Handler: _JNIService_FromReflectedMethod_Handler, }, { MethodName: "FromReflectedField", Handler: _JNIService_FromReflectedField_Handler, }, { MethodName: "ToReflectedMethod", Handler: _JNIService_ToReflectedMethod_Handler, }, { MethodName: "ToReflectedField", Handler: _JNIService_ToReflectedField_Handler, }, { MethodName: "GetAppContext", Handler: _JNIService_GetAppContext_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "Proxy", Handler: _JNIService_Proxy_Handler, ServerStreams: true, ClientStreams: true, }, }, Metadata: "proto/jni_raw/jni_raw.proto", }
JNIService_ServiceDesc is the grpc.ServiceDesc for JNIService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterJNIServiceServer ¶
func RegisterJNIServiceServer(s grpc.ServiceRegistrar, srv JNIServiceServer)
Types ¶
type AllocObjectRequest ¶
type AllocObjectRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
// contains filtered or unexported fields
}
---- Object ----
func (*AllocObjectRequest) Descriptor
deprecated
func (*AllocObjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use AllocObjectRequest.ProtoReflect.Descriptor instead.
func (*AllocObjectRequest) GetClassHandle ¶
func (x *AllocObjectRequest) GetClassHandle() int64
func (*AllocObjectRequest) ProtoMessage ¶
func (*AllocObjectRequest) ProtoMessage()
func (*AllocObjectRequest) ProtoReflect ¶
func (x *AllocObjectRequest) ProtoReflect() protoreflect.Message
func (*AllocObjectRequest) Reset ¶
func (x *AllocObjectRequest) Reset()
func (*AllocObjectRequest) String ¶
func (x *AllocObjectRequest) String() string
type AllocObjectResponse ¶
type AllocObjectResponse struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
// contains filtered or unexported fields
}
func (*AllocObjectResponse) Descriptor
deprecated
func (*AllocObjectResponse) Descriptor() ([]byte, []int)
Deprecated: Use AllocObjectResponse.ProtoReflect.Descriptor instead.
func (*AllocObjectResponse) GetObjectHandle ¶
func (x *AllocObjectResponse) GetObjectHandle() int64
func (*AllocObjectResponse) ProtoMessage ¶
func (*AllocObjectResponse) ProtoMessage()
func (*AllocObjectResponse) ProtoReflect ¶
func (x *AllocObjectResponse) ProtoReflect() protoreflect.Message
func (*AllocObjectResponse) Reset ¶
func (x *AllocObjectResponse) Reset()
func (*AllocObjectResponse) String ¶
func (x *AllocObjectResponse) String() string
type CallMethodRequest ¶
type CallMethodRequest struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
MethodId int64 `protobuf:"varint,2,opt,name=method_id,json=methodId,proto3" json:"method_id,omitempty"`
ReturnType JType `protobuf:"varint,3,opt,name=return_type,json=returnType,proto3,enum=jni_raw.JType" json:"return_type,omitempty"`
Args []*JValue `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"`
// contains filtered or unexported fields
}
---- Method calls ----
func (*CallMethodRequest) Descriptor
deprecated
func (*CallMethodRequest) Descriptor() ([]byte, []int)
Deprecated: Use CallMethodRequest.ProtoReflect.Descriptor instead.
func (*CallMethodRequest) GetArgs ¶
func (x *CallMethodRequest) GetArgs() []*JValue
func (*CallMethodRequest) GetMethodId ¶
func (x *CallMethodRequest) GetMethodId() int64
func (*CallMethodRequest) GetObjectHandle ¶
func (x *CallMethodRequest) GetObjectHandle() int64
func (*CallMethodRequest) GetReturnType ¶
func (x *CallMethodRequest) GetReturnType() JType
func (*CallMethodRequest) ProtoMessage ¶
func (*CallMethodRequest) ProtoMessage()
func (*CallMethodRequest) ProtoReflect ¶
func (x *CallMethodRequest) ProtoReflect() protoreflect.Message
func (*CallMethodRequest) Reset ¶
func (x *CallMethodRequest) Reset()
func (*CallMethodRequest) String ¶
func (x *CallMethodRequest) String() string
type CallMethodResponse ¶
type CallMethodResponse struct {
Result *JValue `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*CallMethodResponse) Descriptor
deprecated
func (*CallMethodResponse) Descriptor() ([]byte, []int)
Deprecated: Use CallMethodResponse.ProtoReflect.Descriptor instead.
func (*CallMethodResponse) GetResult ¶
func (x *CallMethodResponse) GetResult() *JValue
func (*CallMethodResponse) ProtoMessage ¶
func (*CallMethodResponse) ProtoMessage()
func (*CallMethodResponse) ProtoReflect ¶
func (x *CallMethodResponse) ProtoReflect() protoreflect.Message
func (*CallMethodResponse) Reset ¶
func (x *CallMethodResponse) Reset()
func (*CallMethodResponse) String ¶
func (x *CallMethodResponse) String() string
type CallNonvirtualMethodRequest ¶
type CallNonvirtualMethodRequest struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
ClassHandle int64 `protobuf:"varint,2,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
MethodId int64 `protobuf:"varint,3,opt,name=method_id,json=methodId,proto3" json:"method_id,omitempty"`
ReturnType JType `protobuf:"varint,4,opt,name=return_type,json=returnType,proto3,enum=jni_raw.JType" json:"return_type,omitempty"`
Args []*JValue `protobuf:"bytes,5,rep,name=args,proto3" json:"args,omitempty"`
// contains filtered or unexported fields
}
func (*CallNonvirtualMethodRequest) Descriptor
deprecated
func (*CallNonvirtualMethodRequest) Descriptor() ([]byte, []int)
Deprecated: Use CallNonvirtualMethodRequest.ProtoReflect.Descriptor instead.
func (*CallNonvirtualMethodRequest) GetArgs ¶
func (x *CallNonvirtualMethodRequest) GetArgs() []*JValue
func (*CallNonvirtualMethodRequest) GetClassHandle ¶
func (x *CallNonvirtualMethodRequest) GetClassHandle() int64
func (*CallNonvirtualMethodRequest) GetMethodId ¶
func (x *CallNonvirtualMethodRequest) GetMethodId() int64
func (*CallNonvirtualMethodRequest) GetObjectHandle ¶
func (x *CallNonvirtualMethodRequest) GetObjectHandle() int64
func (*CallNonvirtualMethodRequest) GetReturnType ¶
func (x *CallNonvirtualMethodRequest) GetReturnType() JType
func (*CallNonvirtualMethodRequest) ProtoMessage ¶
func (*CallNonvirtualMethodRequest) ProtoMessage()
func (*CallNonvirtualMethodRequest) ProtoReflect ¶
func (x *CallNonvirtualMethodRequest) ProtoReflect() protoreflect.Message
func (*CallNonvirtualMethodRequest) Reset ¶
func (x *CallNonvirtualMethodRequest) Reset()
func (*CallNonvirtualMethodRequest) String ¶
func (x *CallNonvirtualMethodRequest) String() string
type CallNonvirtualMethodResponse ¶
type CallNonvirtualMethodResponse struct {
Result *JValue `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*CallNonvirtualMethodResponse) Descriptor
deprecated
func (*CallNonvirtualMethodResponse) Descriptor() ([]byte, []int)
Deprecated: Use CallNonvirtualMethodResponse.ProtoReflect.Descriptor instead.
func (*CallNonvirtualMethodResponse) GetResult ¶
func (x *CallNonvirtualMethodResponse) GetResult() *JValue
func (*CallNonvirtualMethodResponse) ProtoMessage ¶
func (*CallNonvirtualMethodResponse) ProtoMessage()
func (*CallNonvirtualMethodResponse) ProtoReflect ¶
func (x *CallNonvirtualMethodResponse) ProtoReflect() protoreflect.Message
func (*CallNonvirtualMethodResponse) Reset ¶
func (x *CallNonvirtualMethodResponse) Reset()
func (*CallNonvirtualMethodResponse) String ¶
func (x *CallNonvirtualMethodResponse) String() string
type CallStaticMethodRequest ¶
type CallStaticMethodRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
MethodId int64 `protobuf:"varint,2,opt,name=method_id,json=methodId,proto3" json:"method_id,omitempty"`
ReturnType JType `protobuf:"varint,3,opt,name=return_type,json=returnType,proto3,enum=jni_raw.JType" json:"return_type,omitempty"`
Args []*JValue `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"`
// contains filtered or unexported fields
}
func (*CallStaticMethodRequest) Descriptor
deprecated
func (*CallStaticMethodRequest) Descriptor() ([]byte, []int)
Deprecated: Use CallStaticMethodRequest.ProtoReflect.Descriptor instead.
func (*CallStaticMethodRequest) GetArgs ¶
func (x *CallStaticMethodRequest) GetArgs() []*JValue
func (*CallStaticMethodRequest) GetClassHandle ¶
func (x *CallStaticMethodRequest) GetClassHandle() int64
func (*CallStaticMethodRequest) GetMethodId ¶
func (x *CallStaticMethodRequest) GetMethodId() int64
func (*CallStaticMethodRequest) GetReturnType ¶
func (x *CallStaticMethodRequest) GetReturnType() JType
func (*CallStaticMethodRequest) ProtoMessage ¶
func (*CallStaticMethodRequest) ProtoMessage()
func (*CallStaticMethodRequest) ProtoReflect ¶
func (x *CallStaticMethodRequest) ProtoReflect() protoreflect.Message
func (*CallStaticMethodRequest) Reset ¶
func (x *CallStaticMethodRequest) Reset()
func (*CallStaticMethodRequest) String ¶
func (x *CallStaticMethodRequest) String() string
type CallStaticMethodResponse ¶
type CallStaticMethodResponse struct {
Result *JValue `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*CallStaticMethodResponse) Descriptor
deprecated
func (*CallStaticMethodResponse) Descriptor() ([]byte, []int)
Deprecated: Use CallStaticMethodResponse.ProtoReflect.Descriptor instead.
func (*CallStaticMethodResponse) GetResult ¶
func (x *CallStaticMethodResponse) GetResult() *JValue
func (*CallStaticMethodResponse) ProtoMessage ¶
func (*CallStaticMethodResponse) ProtoMessage()
func (*CallStaticMethodResponse) ProtoReflect ¶
func (x *CallStaticMethodResponse) ProtoReflect() protoreflect.Message
func (*CallStaticMethodResponse) Reset ¶
func (x *CallStaticMethodResponse) Reset()
func (*CallStaticMethodResponse) String ¶
func (x *CallStaticMethodResponse) String() string
type CallbackEvent ¶
type CallbackEvent struct {
CallbackId int64 `protobuf:"varint,1,opt,name=callback_id,json=callbackId,proto3" json:"callback_id,omitempty"`
MethodName string `protobuf:"bytes,2,opt,name=method_name,json=methodName,proto3" json:"method_name,omitempty"`
ArgHandles []int64 `protobuf:"varint,3,rep,packed,name=arg_handles,json=argHandles,proto3" json:"arg_handles,omitempty"`
ExpectsResponse bool `protobuf:"varint,4,opt,name=expects_response,json=expectsResponse,proto3" json:"expects_response,omitempty"`
// contains filtered or unexported fields
}
func (*CallbackEvent) Descriptor
deprecated
func (*CallbackEvent) Descriptor() ([]byte, []int)
Deprecated: Use CallbackEvent.ProtoReflect.Descriptor instead.
func (*CallbackEvent) GetArgHandles ¶
func (x *CallbackEvent) GetArgHandles() []int64
func (*CallbackEvent) GetCallbackId ¶
func (x *CallbackEvent) GetCallbackId() int64
func (*CallbackEvent) GetExpectsResponse ¶
func (x *CallbackEvent) GetExpectsResponse() bool
func (*CallbackEvent) GetMethodName ¶
func (x *CallbackEvent) GetMethodName() string
func (*CallbackEvent) ProtoMessage ¶
func (*CallbackEvent) ProtoMessage()
func (*CallbackEvent) ProtoReflect ¶
func (x *CallbackEvent) ProtoReflect() protoreflect.Message
func (*CallbackEvent) Reset ¶
func (x *CallbackEvent) Reset()
func (*CallbackEvent) String ¶
func (x *CallbackEvent) String() string
type CallbackResponse ¶
type CallbackResponse struct {
CallbackId int64 `protobuf:"varint,1,opt,name=callback_id,json=callbackId,proto3" json:"callback_id,omitempty"`
ResultHandle int64 `protobuf:"varint,2,opt,name=result_handle,json=resultHandle,proto3" json:"result_handle,omitempty"`
Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*CallbackResponse) Descriptor
deprecated
func (*CallbackResponse) Descriptor() ([]byte, []int)
Deprecated: Use CallbackResponse.ProtoReflect.Descriptor instead.
func (*CallbackResponse) GetCallbackId ¶
func (x *CallbackResponse) GetCallbackId() int64
func (*CallbackResponse) GetError ¶
func (x *CallbackResponse) GetError() string
func (*CallbackResponse) GetResultHandle ¶
func (x *CallbackResponse) GetResultHandle() int64
func (*CallbackResponse) ProtoMessage ¶
func (*CallbackResponse) ProtoMessage()
func (*CallbackResponse) ProtoReflect ¶
func (x *CallbackResponse) ProtoReflect() protoreflect.Message
func (*CallbackResponse) Reset ¶
func (x *CallbackResponse) Reset()
func (*CallbackResponse) String ¶
func (x *CallbackResponse) String() string
type CreateProxyRequest ¶
type CreateProxyRequest struct {
InterfaceClassHandles []int64 `` /* 134-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*CreateProxyRequest) Descriptor
deprecated
func (*CreateProxyRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateProxyRequest.ProtoReflect.Descriptor instead.
func (*CreateProxyRequest) GetInterfaceClassHandles ¶
func (x *CreateProxyRequest) GetInterfaceClassHandles() []int64
func (*CreateProxyRequest) ProtoMessage ¶
func (*CreateProxyRequest) ProtoMessage()
func (*CreateProxyRequest) ProtoReflect ¶
func (x *CreateProxyRequest) ProtoReflect() protoreflect.Message
func (*CreateProxyRequest) Reset ¶
func (x *CreateProxyRequest) Reset()
func (*CreateProxyRequest) String ¶
func (x *CreateProxyRequest) String() string
type CreateProxyResponse ¶
type CreateProxyResponse struct {
ProxyHandle int64 `protobuf:"varint,1,opt,name=proxy_handle,json=proxyHandle,proto3" json:"proxy_handle,omitempty"`
// contains filtered or unexported fields
}
func (*CreateProxyResponse) Descriptor
deprecated
func (*CreateProxyResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateProxyResponse.ProtoReflect.Descriptor instead.
func (*CreateProxyResponse) GetProxyHandle ¶
func (x *CreateProxyResponse) GetProxyHandle() int64
func (*CreateProxyResponse) ProtoMessage ¶
func (*CreateProxyResponse) ProtoMessage()
func (*CreateProxyResponse) ProtoReflect ¶
func (x *CreateProxyResponse) ProtoReflect() protoreflect.Message
func (*CreateProxyResponse) Reset ¶
func (x *CreateProxyResponse) Reset()
func (*CreateProxyResponse) String ¶
func (x *CreateProxyResponse) String() string
type DeleteGlobalRefRequest ¶
type DeleteGlobalRefRequest struct {
RefHandle int64 `protobuf:"varint,1,opt,name=ref_handle,json=refHandle,proto3" json:"ref_handle,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteGlobalRefRequest) Descriptor
deprecated
func (*DeleteGlobalRefRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteGlobalRefRequest.ProtoReflect.Descriptor instead.
func (*DeleteGlobalRefRequest) GetRefHandle ¶
func (x *DeleteGlobalRefRequest) GetRefHandle() int64
func (*DeleteGlobalRefRequest) ProtoMessage ¶
func (*DeleteGlobalRefRequest) ProtoMessage()
func (*DeleteGlobalRefRequest) ProtoReflect ¶
func (x *DeleteGlobalRefRequest) ProtoReflect() protoreflect.Message
func (*DeleteGlobalRefRequest) Reset ¶
func (x *DeleteGlobalRefRequest) Reset()
func (*DeleteGlobalRefRequest) String ¶
func (x *DeleteGlobalRefRequest) String() string
type DeleteGlobalRefResponse ¶
type DeleteGlobalRefResponse struct {
// contains filtered or unexported fields
}
func (*DeleteGlobalRefResponse) Descriptor
deprecated
func (*DeleteGlobalRefResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteGlobalRefResponse.ProtoReflect.Descriptor instead.
func (*DeleteGlobalRefResponse) ProtoMessage ¶
func (*DeleteGlobalRefResponse) ProtoMessage()
func (*DeleteGlobalRefResponse) ProtoReflect ¶
func (x *DeleteGlobalRefResponse) ProtoReflect() protoreflect.Message
func (*DeleteGlobalRefResponse) Reset ¶
func (x *DeleteGlobalRefResponse) Reset()
func (*DeleteGlobalRefResponse) String ¶
func (x *DeleteGlobalRefResponse) String() string
type DeleteLocalRefRequest ¶
type DeleteLocalRefRequest struct {
RefHandle int64 `protobuf:"varint,1,opt,name=ref_handle,json=refHandle,proto3" json:"ref_handle,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteLocalRefRequest) Descriptor
deprecated
func (*DeleteLocalRefRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLocalRefRequest.ProtoReflect.Descriptor instead.
func (*DeleteLocalRefRequest) GetRefHandle ¶
func (x *DeleteLocalRefRequest) GetRefHandle() int64
func (*DeleteLocalRefRequest) ProtoMessage ¶
func (*DeleteLocalRefRequest) ProtoMessage()
func (*DeleteLocalRefRequest) ProtoReflect ¶
func (x *DeleteLocalRefRequest) ProtoReflect() protoreflect.Message
func (*DeleteLocalRefRequest) Reset ¶
func (x *DeleteLocalRefRequest) Reset()
func (*DeleteLocalRefRequest) String ¶
func (x *DeleteLocalRefRequest) String() string
type DeleteLocalRefResponse ¶
type DeleteLocalRefResponse struct {
// contains filtered or unexported fields
}
func (*DeleteLocalRefResponse) Descriptor
deprecated
func (*DeleteLocalRefResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLocalRefResponse.ProtoReflect.Descriptor instead.
func (*DeleteLocalRefResponse) ProtoMessage ¶
func (*DeleteLocalRefResponse) ProtoMessage()
func (*DeleteLocalRefResponse) ProtoReflect ¶
func (x *DeleteLocalRefResponse) ProtoReflect() protoreflect.Message
func (*DeleteLocalRefResponse) Reset ¶
func (x *DeleteLocalRefResponse) Reset()
func (*DeleteLocalRefResponse) String ¶
func (x *DeleteLocalRefResponse) String() string
type DeleteWeakGlobalRefRequest ¶
type DeleteWeakGlobalRefRequest struct {
RefHandle int64 `protobuf:"varint,1,opt,name=ref_handle,json=refHandle,proto3" json:"ref_handle,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteWeakGlobalRefRequest) Descriptor
deprecated
func (*DeleteWeakGlobalRefRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteWeakGlobalRefRequest.ProtoReflect.Descriptor instead.
func (*DeleteWeakGlobalRefRequest) GetRefHandle ¶
func (x *DeleteWeakGlobalRefRequest) GetRefHandle() int64
func (*DeleteWeakGlobalRefRequest) ProtoMessage ¶
func (*DeleteWeakGlobalRefRequest) ProtoMessage()
func (*DeleteWeakGlobalRefRequest) ProtoReflect ¶
func (x *DeleteWeakGlobalRefRequest) ProtoReflect() protoreflect.Message
func (*DeleteWeakGlobalRefRequest) Reset ¶
func (x *DeleteWeakGlobalRefRequest) Reset()
func (*DeleteWeakGlobalRefRequest) String ¶
func (x *DeleteWeakGlobalRefRequest) String() string
type DeleteWeakGlobalRefResponse ¶
type DeleteWeakGlobalRefResponse struct {
// contains filtered or unexported fields
}
func (*DeleteWeakGlobalRefResponse) Descriptor
deprecated
func (*DeleteWeakGlobalRefResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteWeakGlobalRefResponse.ProtoReflect.Descriptor instead.
func (*DeleteWeakGlobalRefResponse) ProtoMessage ¶
func (*DeleteWeakGlobalRefResponse) ProtoMessage()
func (*DeleteWeakGlobalRefResponse) ProtoReflect ¶
func (x *DeleteWeakGlobalRefResponse) ProtoReflect() protoreflect.Message
func (*DeleteWeakGlobalRefResponse) Reset ¶
func (x *DeleteWeakGlobalRefResponse) Reset()
func (*DeleteWeakGlobalRefResponse) String ¶
func (x *DeleteWeakGlobalRefResponse) String() string
type EnsureLocalCapacityRequest ¶
type EnsureLocalCapacityRequest struct {
Capacity int32 `protobuf:"varint,1,opt,name=capacity,proto3" json:"capacity,omitempty"`
// contains filtered or unexported fields
}
func (*EnsureLocalCapacityRequest) Descriptor
deprecated
func (*EnsureLocalCapacityRequest) Descriptor() ([]byte, []int)
Deprecated: Use EnsureLocalCapacityRequest.ProtoReflect.Descriptor instead.
func (*EnsureLocalCapacityRequest) GetCapacity ¶
func (x *EnsureLocalCapacityRequest) GetCapacity() int32
func (*EnsureLocalCapacityRequest) ProtoMessage ¶
func (*EnsureLocalCapacityRequest) ProtoMessage()
func (*EnsureLocalCapacityRequest) ProtoReflect ¶
func (x *EnsureLocalCapacityRequest) ProtoReflect() protoreflect.Message
func (*EnsureLocalCapacityRequest) Reset ¶
func (x *EnsureLocalCapacityRequest) Reset()
func (*EnsureLocalCapacityRequest) String ¶
func (x *EnsureLocalCapacityRequest) String() string
type EnsureLocalCapacityResponse ¶
type EnsureLocalCapacityResponse struct {
// contains filtered or unexported fields
}
func (*EnsureLocalCapacityResponse) Descriptor
deprecated
func (*EnsureLocalCapacityResponse) Descriptor() ([]byte, []int)
Deprecated: Use EnsureLocalCapacityResponse.ProtoReflect.Descriptor instead.
func (*EnsureLocalCapacityResponse) ProtoMessage ¶
func (*EnsureLocalCapacityResponse) ProtoMessage()
func (*EnsureLocalCapacityResponse) ProtoReflect ¶
func (x *EnsureLocalCapacityResponse) ProtoReflect() protoreflect.Message
func (*EnsureLocalCapacityResponse) Reset ¶
func (x *EnsureLocalCapacityResponse) Reset()
func (*EnsureLocalCapacityResponse) String ¶
func (x *EnsureLocalCapacityResponse) String() string
type ExceptionCheckRequest ¶
type ExceptionCheckRequest struct {
// contains filtered or unexported fields
}
---- Exception handling ----
func (*ExceptionCheckRequest) Descriptor
deprecated
func (*ExceptionCheckRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExceptionCheckRequest.ProtoReflect.Descriptor instead.
func (*ExceptionCheckRequest) ProtoMessage ¶
func (*ExceptionCheckRequest) ProtoMessage()
func (*ExceptionCheckRequest) ProtoReflect ¶
func (x *ExceptionCheckRequest) ProtoReflect() protoreflect.Message
func (*ExceptionCheckRequest) Reset ¶
func (x *ExceptionCheckRequest) Reset()
func (*ExceptionCheckRequest) String ¶
func (x *ExceptionCheckRequest) String() string
type ExceptionCheckResponse ¶
type ExceptionCheckResponse struct {
HasException bool `protobuf:"varint,1,opt,name=has_exception,json=hasException,proto3" json:"has_exception,omitempty"`
// contains filtered or unexported fields
}
func (*ExceptionCheckResponse) Descriptor
deprecated
func (*ExceptionCheckResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExceptionCheckResponse.ProtoReflect.Descriptor instead.
func (*ExceptionCheckResponse) GetHasException ¶
func (x *ExceptionCheckResponse) GetHasException() bool
func (*ExceptionCheckResponse) ProtoMessage ¶
func (*ExceptionCheckResponse) ProtoMessage()
func (*ExceptionCheckResponse) ProtoReflect ¶
func (x *ExceptionCheckResponse) ProtoReflect() protoreflect.Message
func (*ExceptionCheckResponse) Reset ¶
func (x *ExceptionCheckResponse) Reset()
func (*ExceptionCheckResponse) String ¶
func (x *ExceptionCheckResponse) String() string
type ExceptionClearRequest ¶
type ExceptionClearRequest struct {
// contains filtered or unexported fields
}
func (*ExceptionClearRequest) Descriptor
deprecated
func (*ExceptionClearRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExceptionClearRequest.ProtoReflect.Descriptor instead.
func (*ExceptionClearRequest) ProtoMessage ¶
func (*ExceptionClearRequest) ProtoMessage()
func (*ExceptionClearRequest) ProtoReflect ¶
func (x *ExceptionClearRequest) ProtoReflect() protoreflect.Message
func (*ExceptionClearRequest) Reset ¶
func (x *ExceptionClearRequest) Reset()
func (*ExceptionClearRequest) String ¶
func (x *ExceptionClearRequest) String() string
type ExceptionClearResponse ¶
type ExceptionClearResponse struct {
// contains filtered or unexported fields
}
func (*ExceptionClearResponse) Descriptor
deprecated
func (*ExceptionClearResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExceptionClearResponse.ProtoReflect.Descriptor instead.
func (*ExceptionClearResponse) ProtoMessage ¶
func (*ExceptionClearResponse) ProtoMessage()
func (*ExceptionClearResponse) ProtoReflect ¶
func (x *ExceptionClearResponse) ProtoReflect() protoreflect.Message
func (*ExceptionClearResponse) Reset ¶
func (x *ExceptionClearResponse) Reset()
func (*ExceptionClearResponse) String ¶
func (x *ExceptionClearResponse) String() string
type ExceptionDescribeRequest ¶
type ExceptionDescribeRequest struct {
// contains filtered or unexported fields
}
func (*ExceptionDescribeRequest) Descriptor
deprecated
func (*ExceptionDescribeRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExceptionDescribeRequest.ProtoReflect.Descriptor instead.
func (*ExceptionDescribeRequest) ProtoMessage ¶
func (*ExceptionDescribeRequest) ProtoMessage()
func (*ExceptionDescribeRequest) ProtoReflect ¶
func (x *ExceptionDescribeRequest) ProtoReflect() protoreflect.Message
func (*ExceptionDescribeRequest) Reset ¶
func (x *ExceptionDescribeRequest) Reset()
func (*ExceptionDescribeRequest) String ¶
func (x *ExceptionDescribeRequest) String() string
type ExceptionDescribeResponse ¶
type ExceptionDescribeResponse struct {
// contains filtered or unexported fields
}
func (*ExceptionDescribeResponse) Descriptor
deprecated
func (*ExceptionDescribeResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExceptionDescribeResponse.ProtoReflect.Descriptor instead.
func (*ExceptionDescribeResponse) ProtoMessage ¶
func (*ExceptionDescribeResponse) ProtoMessage()
func (*ExceptionDescribeResponse) ProtoReflect ¶
func (x *ExceptionDescribeResponse) ProtoReflect() protoreflect.Message
func (*ExceptionDescribeResponse) Reset ¶
func (x *ExceptionDescribeResponse) Reset()
func (*ExceptionDescribeResponse) String ¶
func (x *ExceptionDescribeResponse) String() string
type ExceptionOccurredRequest ¶
type ExceptionOccurredRequest struct {
// contains filtered or unexported fields
}
func (*ExceptionOccurredRequest) Descriptor
deprecated
func (*ExceptionOccurredRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExceptionOccurredRequest.ProtoReflect.Descriptor instead.
func (*ExceptionOccurredRequest) ProtoMessage ¶
func (*ExceptionOccurredRequest) ProtoMessage()
func (*ExceptionOccurredRequest) ProtoReflect ¶
func (x *ExceptionOccurredRequest) ProtoReflect() protoreflect.Message
func (*ExceptionOccurredRequest) Reset ¶
func (x *ExceptionOccurredRequest) Reset()
func (*ExceptionOccurredRequest) String ¶
func (x *ExceptionOccurredRequest) String() string
type ExceptionOccurredResponse ¶
type ExceptionOccurredResponse struct {
ThrowableHandle int64 `protobuf:"varint,1,opt,name=throwable_handle,json=throwableHandle,proto3" json:"throwable_handle,omitempty"`
// contains filtered or unexported fields
}
func (*ExceptionOccurredResponse) Descriptor
deprecated
func (*ExceptionOccurredResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExceptionOccurredResponse.ProtoReflect.Descriptor instead.
func (*ExceptionOccurredResponse) GetThrowableHandle ¶
func (x *ExceptionOccurredResponse) GetThrowableHandle() int64
func (*ExceptionOccurredResponse) ProtoMessage ¶
func (*ExceptionOccurredResponse) ProtoMessage()
func (*ExceptionOccurredResponse) ProtoReflect ¶
func (x *ExceptionOccurredResponse) ProtoReflect() protoreflect.Message
func (*ExceptionOccurredResponse) Reset ¶
func (x *ExceptionOccurredResponse) Reset()
func (*ExceptionOccurredResponse) String ¶
func (x *ExceptionOccurredResponse) String() string
type FindClassRequest ¶
type FindClassRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
---- Class ----
func (*FindClassRequest) Descriptor
deprecated
func (*FindClassRequest) Descriptor() ([]byte, []int)
Deprecated: Use FindClassRequest.ProtoReflect.Descriptor instead.
func (*FindClassRequest) GetName ¶
func (x *FindClassRequest) GetName() string
func (*FindClassRequest) ProtoMessage ¶
func (*FindClassRequest) ProtoMessage()
func (*FindClassRequest) ProtoReflect ¶
func (x *FindClassRequest) ProtoReflect() protoreflect.Message
func (*FindClassRequest) Reset ¶
func (x *FindClassRequest) Reset()
func (*FindClassRequest) String ¶
func (x *FindClassRequest) String() string
type FindClassResponse ¶
type FindClassResponse struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
// contains filtered or unexported fields
}
func (*FindClassResponse) Descriptor
deprecated
func (*FindClassResponse) Descriptor() ([]byte, []int)
Deprecated: Use FindClassResponse.ProtoReflect.Descriptor instead.
func (*FindClassResponse) GetClassHandle ¶
func (x *FindClassResponse) GetClassHandle() int64
func (*FindClassResponse) ProtoMessage ¶
func (*FindClassResponse) ProtoMessage()
func (*FindClassResponse) ProtoReflect ¶
func (x *FindClassResponse) ProtoReflect() protoreflect.Message
func (*FindClassResponse) Reset ¶
func (x *FindClassResponse) Reset()
func (*FindClassResponse) String ¶
func (x *FindClassResponse) String() string
type FromReflectedFieldRequest ¶
type FromReflectedFieldRequest struct {
FieldObject int64 `protobuf:"varint,1,opt,name=field_object,json=fieldObject,proto3" json:"field_object,omitempty"`
// contains filtered or unexported fields
}
func (*FromReflectedFieldRequest) Descriptor
deprecated
func (*FromReflectedFieldRequest) Descriptor() ([]byte, []int)
Deprecated: Use FromReflectedFieldRequest.ProtoReflect.Descriptor instead.
func (*FromReflectedFieldRequest) GetFieldObject ¶
func (x *FromReflectedFieldRequest) GetFieldObject() int64
func (*FromReflectedFieldRequest) ProtoMessage ¶
func (*FromReflectedFieldRequest) ProtoMessage()
func (*FromReflectedFieldRequest) ProtoReflect ¶
func (x *FromReflectedFieldRequest) ProtoReflect() protoreflect.Message
func (*FromReflectedFieldRequest) Reset ¶
func (x *FromReflectedFieldRequest) Reset()
func (*FromReflectedFieldRequest) String ¶
func (x *FromReflectedFieldRequest) String() string
type FromReflectedFieldResponse ¶
type FromReflectedFieldResponse struct {
FieldId int64 `protobuf:"varint,1,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
// contains filtered or unexported fields
}
func (*FromReflectedFieldResponse) Descriptor
deprecated
func (*FromReflectedFieldResponse) Descriptor() ([]byte, []int)
Deprecated: Use FromReflectedFieldResponse.ProtoReflect.Descriptor instead.
func (*FromReflectedFieldResponse) GetFieldId ¶
func (x *FromReflectedFieldResponse) GetFieldId() int64
func (*FromReflectedFieldResponse) ProtoMessage ¶
func (*FromReflectedFieldResponse) ProtoMessage()
func (*FromReflectedFieldResponse) ProtoReflect ¶
func (x *FromReflectedFieldResponse) ProtoReflect() protoreflect.Message
func (*FromReflectedFieldResponse) Reset ¶
func (x *FromReflectedFieldResponse) Reset()
func (*FromReflectedFieldResponse) String ¶
func (x *FromReflectedFieldResponse) String() string
type FromReflectedMethodRequest ¶
type FromReflectedMethodRequest struct {
MethodObject int64 `protobuf:"varint,1,opt,name=method_object,json=methodObject,proto3" json:"method_object,omitempty"`
// contains filtered or unexported fields
}
---- Reflection ----
func (*FromReflectedMethodRequest) Descriptor
deprecated
func (*FromReflectedMethodRequest) Descriptor() ([]byte, []int)
Deprecated: Use FromReflectedMethodRequest.ProtoReflect.Descriptor instead.
func (*FromReflectedMethodRequest) GetMethodObject ¶
func (x *FromReflectedMethodRequest) GetMethodObject() int64
func (*FromReflectedMethodRequest) ProtoMessage ¶
func (*FromReflectedMethodRequest) ProtoMessage()
func (*FromReflectedMethodRequest) ProtoReflect ¶
func (x *FromReflectedMethodRequest) ProtoReflect() protoreflect.Message
func (*FromReflectedMethodRequest) Reset ¶
func (x *FromReflectedMethodRequest) Reset()
func (*FromReflectedMethodRequest) String ¶
func (x *FromReflectedMethodRequest) String() string
type FromReflectedMethodResponse ¶
type FromReflectedMethodResponse struct {
MethodId int64 `protobuf:"varint,1,opt,name=method_id,json=methodId,proto3" json:"method_id,omitempty"`
// contains filtered or unexported fields
}
func (*FromReflectedMethodResponse) Descriptor
deprecated
func (*FromReflectedMethodResponse) Descriptor() ([]byte, []int)
Deprecated: Use FromReflectedMethodResponse.ProtoReflect.Descriptor instead.
func (*FromReflectedMethodResponse) GetMethodId ¶
func (x *FromReflectedMethodResponse) GetMethodId() int64
func (*FromReflectedMethodResponse) ProtoMessage ¶
func (*FromReflectedMethodResponse) ProtoMessage()
func (*FromReflectedMethodResponse) ProtoReflect ¶
func (x *FromReflectedMethodResponse) ProtoReflect() protoreflect.Message
func (*FromReflectedMethodResponse) Reset ¶
func (x *FromReflectedMethodResponse) Reset()
func (*FromReflectedMethodResponse) String ¶
func (x *FromReflectedMethodResponse) String() string
type GetAppContextRequest ¶
type GetAppContextRequest struct {
// contains filtered or unexported fields
}
---- App Context ----
func (*GetAppContextRequest) Descriptor
deprecated
func (*GetAppContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAppContextRequest.ProtoReflect.Descriptor instead.
func (*GetAppContextRequest) ProtoMessage ¶
func (*GetAppContextRequest) ProtoMessage()
func (*GetAppContextRequest) ProtoReflect ¶
func (x *GetAppContextRequest) ProtoReflect() protoreflect.Message
func (*GetAppContextRequest) Reset ¶
func (x *GetAppContextRequest) Reset()
func (*GetAppContextRequest) String ¶
func (x *GetAppContextRequest) String() string
type GetAppContextResponse ¶
type GetAppContextResponse struct {
ContextHandle int64 `protobuf:"varint,1,opt,name=context_handle,json=contextHandle,proto3" json:"context_handle,omitempty"`
// contains filtered or unexported fields
}
func (*GetAppContextResponse) Descriptor
deprecated
func (*GetAppContextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAppContextResponse.ProtoReflect.Descriptor instead.
func (*GetAppContextResponse) GetContextHandle ¶
func (x *GetAppContextResponse) GetContextHandle() int64
func (*GetAppContextResponse) ProtoMessage ¶
func (*GetAppContextResponse) ProtoMessage()
func (*GetAppContextResponse) ProtoReflect ¶
func (x *GetAppContextResponse) ProtoReflect() protoreflect.Message
func (*GetAppContextResponse) Reset ¶
func (x *GetAppContextResponse) Reset()
func (*GetAppContextResponse) String ¶
func (x *GetAppContextResponse) String() string
type GetArrayLengthRequest ¶
type GetArrayLengthRequest struct {
ArrayHandle int64 `protobuf:"varint,1,opt,name=array_handle,json=arrayHandle,proto3" json:"array_handle,omitempty"`
// contains filtered or unexported fields
}
func (*GetArrayLengthRequest) Descriptor
deprecated
func (*GetArrayLengthRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArrayLengthRequest.ProtoReflect.Descriptor instead.
func (*GetArrayLengthRequest) GetArrayHandle ¶
func (x *GetArrayLengthRequest) GetArrayHandle() int64
func (*GetArrayLengthRequest) ProtoMessage ¶
func (*GetArrayLengthRequest) ProtoMessage()
func (*GetArrayLengthRequest) ProtoReflect ¶
func (x *GetArrayLengthRequest) ProtoReflect() protoreflect.Message
func (*GetArrayLengthRequest) Reset ¶
func (x *GetArrayLengthRequest) Reset()
func (*GetArrayLengthRequest) String ¶
func (x *GetArrayLengthRequest) String() string
type GetArrayLengthResponse ¶
type GetArrayLengthResponse struct {
Length int32 `protobuf:"varint,1,opt,name=length,proto3" json:"length,omitempty"`
// contains filtered or unexported fields
}
func (*GetArrayLengthResponse) Descriptor
deprecated
func (*GetArrayLengthResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArrayLengthResponse.ProtoReflect.Descriptor instead.
func (*GetArrayLengthResponse) GetLength ¶
func (x *GetArrayLengthResponse) GetLength() int32
func (*GetArrayLengthResponse) ProtoMessage ¶
func (*GetArrayLengthResponse) ProtoMessage()
func (*GetArrayLengthResponse) ProtoReflect ¶
func (x *GetArrayLengthResponse) ProtoReflect() protoreflect.Message
func (*GetArrayLengthResponse) Reset ¶
func (x *GetArrayLengthResponse) Reset()
func (*GetArrayLengthResponse) String ¶
func (x *GetArrayLengthResponse) String() string
type GetArrayRegionRequest ¶
type GetArrayRegionRequest struct {
ArrayHandle int64 `protobuf:"varint,1,opt,name=array_handle,json=arrayHandle,proto3" json:"array_handle,omitempty"`
ElementType JType `protobuf:"varint,2,opt,name=element_type,json=elementType,proto3,enum=jni_raw.JType" json:"element_type,omitempty"`
Start int32 `protobuf:"varint,3,opt,name=start,proto3" json:"start,omitempty"`
Length int32 `protobuf:"varint,4,opt,name=length,proto3" json:"length,omitempty"`
// contains filtered or unexported fields
}
func (*GetArrayRegionRequest) Descriptor
deprecated
func (*GetArrayRegionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArrayRegionRequest.ProtoReflect.Descriptor instead.
func (*GetArrayRegionRequest) GetArrayHandle ¶
func (x *GetArrayRegionRequest) GetArrayHandle() int64
func (*GetArrayRegionRequest) GetElementType ¶
func (x *GetArrayRegionRequest) GetElementType() JType
func (*GetArrayRegionRequest) GetLength ¶
func (x *GetArrayRegionRequest) GetLength() int32
func (*GetArrayRegionRequest) GetStart ¶
func (x *GetArrayRegionRequest) GetStart() int32
func (*GetArrayRegionRequest) ProtoMessage ¶
func (*GetArrayRegionRequest) ProtoMessage()
func (*GetArrayRegionRequest) ProtoReflect ¶
func (x *GetArrayRegionRequest) ProtoReflect() protoreflect.Message
func (*GetArrayRegionRequest) Reset ¶
func (x *GetArrayRegionRequest) Reset()
func (*GetArrayRegionRequest) String ¶
func (x *GetArrayRegionRequest) String() string
type GetArrayRegionResponse ¶
type GetArrayRegionResponse struct {
Elements []*JValue `protobuf:"bytes,1,rep,name=elements,proto3" json:"elements,omitempty"`
// contains filtered or unexported fields
}
func (*GetArrayRegionResponse) Descriptor
deprecated
func (*GetArrayRegionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArrayRegionResponse.ProtoReflect.Descriptor instead.
func (*GetArrayRegionResponse) GetElements ¶
func (x *GetArrayRegionResponse) GetElements() []*JValue
func (*GetArrayRegionResponse) ProtoMessage ¶
func (*GetArrayRegionResponse) ProtoMessage()
func (*GetArrayRegionResponse) ProtoReflect ¶
func (x *GetArrayRegionResponse) ProtoReflect() protoreflect.Message
func (*GetArrayRegionResponse) Reset ¶
func (x *GetArrayRegionResponse) Reset()
func (*GetArrayRegionResponse) String ¶
func (x *GetArrayRegionResponse) String() string
type GetByteArrayDataRequest ¶
type GetByteArrayDataRequest struct {
ArrayHandle int64 `protobuf:"varint,1,opt,name=array_handle,json=arrayHandle,proto3" json:"array_handle,omitempty"`
// contains filtered or unexported fields
}
Bulk byte array transfer.
func (*GetByteArrayDataRequest) Descriptor
deprecated
func (*GetByteArrayDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetByteArrayDataRequest.ProtoReflect.Descriptor instead.
func (*GetByteArrayDataRequest) GetArrayHandle ¶
func (x *GetByteArrayDataRequest) GetArrayHandle() int64
func (*GetByteArrayDataRequest) ProtoMessage ¶
func (*GetByteArrayDataRequest) ProtoMessage()
func (*GetByteArrayDataRequest) ProtoReflect ¶
func (x *GetByteArrayDataRequest) ProtoReflect() protoreflect.Message
func (*GetByteArrayDataRequest) Reset ¶
func (x *GetByteArrayDataRequest) Reset()
func (*GetByteArrayDataRequest) String ¶
func (x *GetByteArrayDataRequest) String() string
type GetByteArrayDataResponse ¶
type GetByteArrayDataResponse struct {
Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*GetByteArrayDataResponse) Descriptor
deprecated
func (*GetByteArrayDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetByteArrayDataResponse.ProtoReflect.Descriptor instead.
func (*GetByteArrayDataResponse) GetData ¶
func (x *GetByteArrayDataResponse) GetData() []byte
func (*GetByteArrayDataResponse) ProtoMessage ¶
func (*GetByteArrayDataResponse) ProtoMessage()
func (*GetByteArrayDataResponse) ProtoReflect ¶
func (x *GetByteArrayDataResponse) ProtoReflect() protoreflect.Message
func (*GetByteArrayDataResponse) Reset ¶
func (x *GetByteArrayDataResponse) Reset()
func (*GetByteArrayDataResponse) String ¶
func (x *GetByteArrayDataResponse) String() string
type GetFieldIDRequest ¶
type GetFieldIDRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Sig string `protobuf:"bytes,3,opt,name=sig,proto3" json:"sig,omitempty"`
// contains filtered or unexported fields
}
func (*GetFieldIDRequest) Descriptor
deprecated
func (*GetFieldIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFieldIDRequest.ProtoReflect.Descriptor instead.
func (*GetFieldIDRequest) GetClassHandle ¶
func (x *GetFieldIDRequest) GetClassHandle() int64
func (*GetFieldIDRequest) GetName ¶
func (x *GetFieldIDRequest) GetName() string
func (*GetFieldIDRequest) GetSig ¶
func (x *GetFieldIDRequest) GetSig() string
func (*GetFieldIDRequest) ProtoMessage ¶
func (*GetFieldIDRequest) ProtoMessage()
func (*GetFieldIDRequest) ProtoReflect ¶
func (x *GetFieldIDRequest) ProtoReflect() protoreflect.Message
func (*GetFieldIDRequest) Reset ¶
func (x *GetFieldIDRequest) Reset()
func (*GetFieldIDRequest) String ¶
func (x *GetFieldIDRequest) String() string
type GetFieldIDResponse ¶
type GetFieldIDResponse struct {
FieldId int64 `protobuf:"varint,1,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetFieldIDResponse) Descriptor
deprecated
func (*GetFieldIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFieldIDResponse.ProtoReflect.Descriptor instead.
func (*GetFieldIDResponse) GetFieldId ¶
func (x *GetFieldIDResponse) GetFieldId() int64
func (*GetFieldIDResponse) ProtoMessage ¶
func (*GetFieldIDResponse) ProtoMessage()
func (*GetFieldIDResponse) ProtoReflect ¶
func (x *GetFieldIDResponse) ProtoReflect() protoreflect.Message
func (*GetFieldIDResponse) Reset ¶
func (x *GetFieldIDResponse) Reset()
func (*GetFieldIDResponse) String ¶
func (x *GetFieldIDResponse) String() string
type GetFieldValueRequest ¶
type GetFieldValueRequest struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
FieldId int64 `protobuf:"varint,2,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
FieldType JType `protobuf:"varint,3,opt,name=field_type,json=fieldType,proto3,enum=jni_raw.JType" json:"field_type,omitempty"`
// contains filtered or unexported fields
}
---- Field access ----
func (*GetFieldValueRequest) Descriptor
deprecated
func (*GetFieldValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFieldValueRequest.ProtoReflect.Descriptor instead.
func (*GetFieldValueRequest) GetFieldId ¶
func (x *GetFieldValueRequest) GetFieldId() int64
func (*GetFieldValueRequest) GetFieldType ¶
func (x *GetFieldValueRequest) GetFieldType() JType
func (*GetFieldValueRequest) GetObjectHandle ¶
func (x *GetFieldValueRequest) GetObjectHandle() int64
func (*GetFieldValueRequest) ProtoMessage ¶
func (*GetFieldValueRequest) ProtoMessage()
func (*GetFieldValueRequest) ProtoReflect ¶
func (x *GetFieldValueRequest) ProtoReflect() protoreflect.Message
func (*GetFieldValueRequest) Reset ¶
func (x *GetFieldValueRequest) Reset()
func (*GetFieldValueRequest) String ¶
func (x *GetFieldValueRequest) String() string
type GetFieldValueResponse ¶
type GetFieldValueResponse struct {
Result *JValue `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetFieldValueResponse) Descriptor
deprecated
func (*GetFieldValueResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFieldValueResponse.ProtoReflect.Descriptor instead.
func (*GetFieldValueResponse) GetResult ¶
func (x *GetFieldValueResponse) GetResult() *JValue
func (*GetFieldValueResponse) ProtoMessage ¶
func (*GetFieldValueResponse) ProtoMessage()
func (*GetFieldValueResponse) ProtoReflect ¶
func (x *GetFieldValueResponse) ProtoReflect() protoreflect.Message
func (*GetFieldValueResponse) Reset ¶
func (x *GetFieldValueResponse) Reset()
func (*GetFieldValueResponse) String ¶
func (x *GetFieldValueResponse) String() string
type GetMethodIDRequest ¶
type GetMethodIDRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Sig string `protobuf:"bytes,3,opt,name=sig,proto3" json:"sig,omitempty"`
// contains filtered or unexported fields
}
---- Method/Field ID lookup ----
func (*GetMethodIDRequest) Descriptor
deprecated
func (*GetMethodIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMethodIDRequest.ProtoReflect.Descriptor instead.
func (*GetMethodIDRequest) GetClassHandle ¶
func (x *GetMethodIDRequest) GetClassHandle() int64
func (*GetMethodIDRequest) GetName ¶
func (x *GetMethodIDRequest) GetName() string
func (*GetMethodIDRequest) GetSig ¶
func (x *GetMethodIDRequest) GetSig() string
func (*GetMethodIDRequest) ProtoMessage ¶
func (*GetMethodIDRequest) ProtoMessage()
func (*GetMethodIDRequest) ProtoReflect ¶
func (x *GetMethodIDRequest) ProtoReflect() protoreflect.Message
func (*GetMethodIDRequest) Reset ¶
func (x *GetMethodIDRequest) Reset()
func (*GetMethodIDRequest) String ¶
func (x *GetMethodIDRequest) String() string
type GetMethodIDResponse ¶
type GetMethodIDResponse struct {
MethodId int64 `protobuf:"varint,1,opt,name=method_id,json=methodId,proto3" json:"method_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetMethodIDResponse) Descriptor
deprecated
func (*GetMethodIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMethodIDResponse.ProtoReflect.Descriptor instead.
func (*GetMethodIDResponse) GetMethodId ¶
func (x *GetMethodIDResponse) GetMethodId() int64
func (*GetMethodIDResponse) ProtoMessage ¶
func (*GetMethodIDResponse) ProtoMessage()
func (*GetMethodIDResponse) ProtoReflect ¶
func (x *GetMethodIDResponse) ProtoReflect() protoreflect.Message
func (*GetMethodIDResponse) Reset ¶
func (x *GetMethodIDResponse) Reset()
func (*GetMethodIDResponse) String ¶
func (x *GetMethodIDResponse) String() string
type GetObjectArrayElementRequest ¶
type GetObjectArrayElementRequest struct {
ArrayHandle int64 `protobuf:"varint,1,opt,name=array_handle,json=arrayHandle,proto3" json:"array_handle,omitempty"`
Index int32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
// contains filtered or unexported fields
}
func (*GetObjectArrayElementRequest) Descriptor
deprecated
func (*GetObjectArrayElementRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetObjectArrayElementRequest.ProtoReflect.Descriptor instead.
func (*GetObjectArrayElementRequest) GetArrayHandle ¶
func (x *GetObjectArrayElementRequest) GetArrayHandle() int64
func (*GetObjectArrayElementRequest) GetIndex ¶
func (x *GetObjectArrayElementRequest) GetIndex() int32
func (*GetObjectArrayElementRequest) ProtoMessage ¶
func (*GetObjectArrayElementRequest) ProtoMessage()
func (*GetObjectArrayElementRequest) ProtoReflect ¶
func (x *GetObjectArrayElementRequest) ProtoReflect() protoreflect.Message
func (*GetObjectArrayElementRequest) Reset ¶
func (x *GetObjectArrayElementRequest) Reset()
func (*GetObjectArrayElementRequest) String ¶
func (x *GetObjectArrayElementRequest) String() string
type GetObjectArrayElementResponse ¶
type GetObjectArrayElementResponse struct {
ElementHandle int64 `protobuf:"varint,1,opt,name=element_handle,json=elementHandle,proto3" json:"element_handle,omitempty"`
// contains filtered or unexported fields
}
func (*GetObjectArrayElementResponse) Descriptor
deprecated
func (*GetObjectArrayElementResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetObjectArrayElementResponse.ProtoReflect.Descriptor instead.
func (*GetObjectArrayElementResponse) GetElementHandle ¶
func (x *GetObjectArrayElementResponse) GetElementHandle() int64
func (*GetObjectArrayElementResponse) ProtoMessage ¶
func (*GetObjectArrayElementResponse) ProtoMessage()
func (*GetObjectArrayElementResponse) ProtoReflect ¶
func (x *GetObjectArrayElementResponse) ProtoReflect() protoreflect.Message
func (*GetObjectArrayElementResponse) Reset ¶
func (x *GetObjectArrayElementResponse) Reset()
func (*GetObjectArrayElementResponse) String ¶
func (x *GetObjectArrayElementResponse) String() string
type GetObjectClassRequest ¶
type GetObjectClassRequest struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
// contains filtered or unexported fields
}
func (*GetObjectClassRequest) Descriptor
deprecated
func (*GetObjectClassRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetObjectClassRequest.ProtoReflect.Descriptor instead.
func (*GetObjectClassRequest) GetObjectHandle ¶
func (x *GetObjectClassRequest) GetObjectHandle() int64
func (*GetObjectClassRequest) ProtoMessage ¶
func (*GetObjectClassRequest) ProtoMessage()
func (*GetObjectClassRequest) ProtoReflect ¶
func (x *GetObjectClassRequest) ProtoReflect() protoreflect.Message
func (*GetObjectClassRequest) Reset ¶
func (x *GetObjectClassRequest) Reset()
func (*GetObjectClassRequest) String ¶
func (x *GetObjectClassRequest) String() string
type GetObjectClassResponse ¶
type GetObjectClassResponse struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
// contains filtered or unexported fields
}
func (*GetObjectClassResponse) Descriptor
deprecated
func (*GetObjectClassResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetObjectClassResponse.ProtoReflect.Descriptor instead.
func (*GetObjectClassResponse) GetClassHandle ¶
func (x *GetObjectClassResponse) GetClassHandle() int64
func (*GetObjectClassResponse) ProtoMessage ¶
func (*GetObjectClassResponse) ProtoMessage()
func (*GetObjectClassResponse) ProtoReflect ¶
func (x *GetObjectClassResponse) ProtoReflect() protoreflect.Message
func (*GetObjectClassResponse) Reset ¶
func (x *GetObjectClassResponse) Reset()
func (*GetObjectClassResponse) String ¶
func (x *GetObjectClassResponse) String() string
type GetObjectRefTypeRequest ¶
type GetObjectRefTypeRequest struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
// contains filtered or unexported fields
}
func (*GetObjectRefTypeRequest) Descriptor
deprecated
func (*GetObjectRefTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetObjectRefTypeRequest.ProtoReflect.Descriptor instead.
func (*GetObjectRefTypeRequest) GetObjectHandle ¶
func (x *GetObjectRefTypeRequest) GetObjectHandle() int64
func (*GetObjectRefTypeRequest) ProtoMessage ¶
func (*GetObjectRefTypeRequest) ProtoMessage()
func (*GetObjectRefTypeRequest) ProtoReflect ¶
func (x *GetObjectRefTypeRequest) ProtoReflect() protoreflect.Message
func (*GetObjectRefTypeRequest) Reset ¶
func (x *GetObjectRefTypeRequest) Reset()
func (*GetObjectRefTypeRequest) String ¶
func (x *GetObjectRefTypeRequest) String() string
type GetObjectRefTypeResponse ¶
type GetObjectRefTypeResponse struct {
RefType int32 `protobuf:"varint,1,opt,name=ref_type,json=refType,proto3" json:"ref_type,omitempty"`
// contains filtered or unexported fields
}
func (*GetObjectRefTypeResponse) Descriptor
deprecated
func (*GetObjectRefTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetObjectRefTypeResponse.ProtoReflect.Descriptor instead.
func (*GetObjectRefTypeResponse) GetRefType ¶
func (x *GetObjectRefTypeResponse) GetRefType() int32
func (*GetObjectRefTypeResponse) ProtoMessage ¶
func (*GetObjectRefTypeResponse) ProtoMessage()
func (*GetObjectRefTypeResponse) ProtoReflect ¶
func (x *GetObjectRefTypeResponse) ProtoReflect() protoreflect.Message
func (*GetObjectRefTypeResponse) Reset ¶
func (x *GetObjectRefTypeResponse) Reset()
func (*GetObjectRefTypeResponse) String ¶
func (x *GetObjectRefTypeResponse) String() string
type GetStaticFieldIDRequest ¶
type GetStaticFieldIDRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Sig string `protobuf:"bytes,3,opt,name=sig,proto3" json:"sig,omitempty"`
// contains filtered or unexported fields
}
func (*GetStaticFieldIDRequest) Descriptor
deprecated
func (*GetStaticFieldIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStaticFieldIDRequest.ProtoReflect.Descriptor instead.
func (*GetStaticFieldIDRequest) GetClassHandle ¶
func (x *GetStaticFieldIDRequest) GetClassHandle() int64
func (*GetStaticFieldIDRequest) GetName ¶
func (x *GetStaticFieldIDRequest) GetName() string
func (*GetStaticFieldIDRequest) GetSig ¶
func (x *GetStaticFieldIDRequest) GetSig() string
func (*GetStaticFieldIDRequest) ProtoMessage ¶
func (*GetStaticFieldIDRequest) ProtoMessage()
func (*GetStaticFieldIDRequest) ProtoReflect ¶
func (x *GetStaticFieldIDRequest) ProtoReflect() protoreflect.Message
func (*GetStaticFieldIDRequest) Reset ¶
func (x *GetStaticFieldIDRequest) Reset()
func (*GetStaticFieldIDRequest) String ¶
func (x *GetStaticFieldIDRequest) String() string
type GetStaticFieldIDResponse ¶
type GetStaticFieldIDResponse struct {
FieldId int64 `protobuf:"varint,1,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetStaticFieldIDResponse) Descriptor
deprecated
func (*GetStaticFieldIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetStaticFieldIDResponse.ProtoReflect.Descriptor instead.
func (*GetStaticFieldIDResponse) GetFieldId ¶
func (x *GetStaticFieldIDResponse) GetFieldId() int64
func (*GetStaticFieldIDResponse) ProtoMessage ¶
func (*GetStaticFieldIDResponse) ProtoMessage()
func (*GetStaticFieldIDResponse) ProtoReflect ¶
func (x *GetStaticFieldIDResponse) ProtoReflect() protoreflect.Message
func (*GetStaticFieldIDResponse) Reset ¶
func (x *GetStaticFieldIDResponse) Reset()
func (*GetStaticFieldIDResponse) String ¶
func (x *GetStaticFieldIDResponse) String() string
type GetStaticFieldValueRequest ¶
type GetStaticFieldValueRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
FieldId int64 `protobuf:"varint,2,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
FieldType JType `protobuf:"varint,3,opt,name=field_type,json=fieldType,proto3,enum=jni_raw.JType" json:"field_type,omitempty"`
// contains filtered or unexported fields
}
func (*GetStaticFieldValueRequest) Descriptor
deprecated
func (*GetStaticFieldValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStaticFieldValueRequest.ProtoReflect.Descriptor instead.
func (*GetStaticFieldValueRequest) GetClassHandle ¶
func (x *GetStaticFieldValueRequest) GetClassHandle() int64
func (*GetStaticFieldValueRequest) GetFieldId ¶
func (x *GetStaticFieldValueRequest) GetFieldId() int64
func (*GetStaticFieldValueRequest) GetFieldType ¶
func (x *GetStaticFieldValueRequest) GetFieldType() JType
func (*GetStaticFieldValueRequest) ProtoMessage ¶
func (*GetStaticFieldValueRequest) ProtoMessage()
func (*GetStaticFieldValueRequest) ProtoReflect ¶
func (x *GetStaticFieldValueRequest) ProtoReflect() protoreflect.Message
func (*GetStaticFieldValueRequest) Reset ¶
func (x *GetStaticFieldValueRequest) Reset()
func (*GetStaticFieldValueRequest) String ¶
func (x *GetStaticFieldValueRequest) String() string
type GetStaticFieldValueResponse ¶
type GetStaticFieldValueResponse struct {
Result *JValue `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetStaticFieldValueResponse) Descriptor
deprecated
func (*GetStaticFieldValueResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetStaticFieldValueResponse.ProtoReflect.Descriptor instead.
func (*GetStaticFieldValueResponse) GetResult ¶
func (x *GetStaticFieldValueResponse) GetResult() *JValue
func (*GetStaticFieldValueResponse) ProtoMessage ¶
func (*GetStaticFieldValueResponse) ProtoMessage()
func (*GetStaticFieldValueResponse) ProtoReflect ¶
func (x *GetStaticFieldValueResponse) ProtoReflect() protoreflect.Message
func (*GetStaticFieldValueResponse) Reset ¶
func (x *GetStaticFieldValueResponse) Reset()
func (*GetStaticFieldValueResponse) String ¶
func (x *GetStaticFieldValueResponse) String() string
type GetStaticMethodIDRequest ¶
type GetStaticMethodIDRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Sig string `protobuf:"bytes,3,opt,name=sig,proto3" json:"sig,omitempty"`
// contains filtered or unexported fields
}
func (*GetStaticMethodIDRequest) Descriptor
deprecated
func (*GetStaticMethodIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStaticMethodIDRequest.ProtoReflect.Descriptor instead.
func (*GetStaticMethodIDRequest) GetClassHandle ¶
func (x *GetStaticMethodIDRequest) GetClassHandle() int64
func (*GetStaticMethodIDRequest) GetName ¶
func (x *GetStaticMethodIDRequest) GetName() string
func (*GetStaticMethodIDRequest) GetSig ¶
func (x *GetStaticMethodIDRequest) GetSig() string
func (*GetStaticMethodIDRequest) ProtoMessage ¶
func (*GetStaticMethodIDRequest) ProtoMessage()
func (*GetStaticMethodIDRequest) ProtoReflect ¶
func (x *GetStaticMethodIDRequest) ProtoReflect() protoreflect.Message
func (*GetStaticMethodIDRequest) Reset ¶
func (x *GetStaticMethodIDRequest) Reset()
func (*GetStaticMethodIDRequest) String ¶
func (x *GetStaticMethodIDRequest) String() string
type GetStaticMethodIDResponse ¶
type GetStaticMethodIDResponse struct {
MethodId int64 `protobuf:"varint,1,opt,name=method_id,json=methodId,proto3" json:"method_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetStaticMethodIDResponse) Descriptor
deprecated
func (*GetStaticMethodIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetStaticMethodIDResponse.ProtoReflect.Descriptor instead.
func (*GetStaticMethodIDResponse) GetMethodId ¶
func (x *GetStaticMethodIDResponse) GetMethodId() int64
func (*GetStaticMethodIDResponse) ProtoMessage ¶
func (*GetStaticMethodIDResponse) ProtoMessage()
func (*GetStaticMethodIDResponse) ProtoReflect ¶
func (x *GetStaticMethodIDResponse) ProtoReflect() protoreflect.Message
func (*GetStaticMethodIDResponse) Reset ¶
func (x *GetStaticMethodIDResponse) Reset()
func (*GetStaticMethodIDResponse) String ¶
func (x *GetStaticMethodIDResponse) String() string
type GetStringLengthRequest ¶
type GetStringLengthRequest struct {
StringHandle int64 `protobuf:"varint,1,opt,name=string_handle,json=stringHandle,proto3" json:"string_handle,omitempty"`
// contains filtered or unexported fields
}
func (*GetStringLengthRequest) Descriptor
deprecated
func (*GetStringLengthRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStringLengthRequest.ProtoReflect.Descriptor instead.
func (*GetStringLengthRequest) GetStringHandle ¶
func (x *GetStringLengthRequest) GetStringHandle() int64
func (*GetStringLengthRequest) ProtoMessage ¶
func (*GetStringLengthRequest) ProtoMessage()
func (*GetStringLengthRequest) ProtoReflect ¶
func (x *GetStringLengthRequest) ProtoReflect() protoreflect.Message
func (*GetStringLengthRequest) Reset ¶
func (x *GetStringLengthRequest) Reset()
func (*GetStringLengthRequest) String ¶
func (x *GetStringLengthRequest) String() string
type GetStringLengthResponse ¶
type GetStringLengthResponse struct {
Length int32 `protobuf:"varint,1,opt,name=length,proto3" json:"length,omitempty"`
// contains filtered or unexported fields
}
func (*GetStringLengthResponse) Descriptor
deprecated
func (*GetStringLengthResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetStringLengthResponse.ProtoReflect.Descriptor instead.
func (*GetStringLengthResponse) GetLength ¶
func (x *GetStringLengthResponse) GetLength() int32
func (*GetStringLengthResponse) ProtoMessage ¶
func (*GetStringLengthResponse) ProtoMessage()
func (*GetStringLengthResponse) ProtoReflect ¶
func (x *GetStringLengthResponse) ProtoReflect() protoreflect.Message
func (*GetStringLengthResponse) Reset ¶
func (x *GetStringLengthResponse) Reset()
func (*GetStringLengthResponse) String ¶
func (x *GetStringLengthResponse) String() string
type GetStringUTFCharsRequest ¶
type GetStringUTFCharsRequest struct {
StringHandle int64 `protobuf:"varint,1,opt,name=string_handle,json=stringHandle,proto3" json:"string_handle,omitempty"`
// contains filtered or unexported fields
}
func (*GetStringUTFCharsRequest) Descriptor
deprecated
func (*GetStringUTFCharsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStringUTFCharsRequest.ProtoReflect.Descriptor instead.
func (*GetStringUTFCharsRequest) GetStringHandle ¶
func (x *GetStringUTFCharsRequest) GetStringHandle() int64
func (*GetStringUTFCharsRequest) ProtoMessage ¶
func (*GetStringUTFCharsRequest) ProtoMessage()
func (*GetStringUTFCharsRequest) ProtoReflect ¶
func (x *GetStringUTFCharsRequest) ProtoReflect() protoreflect.Message
func (*GetStringUTFCharsRequest) Reset ¶
func (x *GetStringUTFCharsRequest) Reset()
func (*GetStringUTFCharsRequest) String ¶
func (x *GetStringUTFCharsRequest) String() string
type GetStringUTFCharsResponse ¶
type GetStringUTFCharsResponse struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*GetStringUTFCharsResponse) Descriptor
deprecated
func (*GetStringUTFCharsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetStringUTFCharsResponse.ProtoReflect.Descriptor instead.
func (*GetStringUTFCharsResponse) GetValue ¶
func (x *GetStringUTFCharsResponse) GetValue() string
func (*GetStringUTFCharsResponse) ProtoMessage ¶
func (*GetStringUTFCharsResponse) ProtoMessage()
func (*GetStringUTFCharsResponse) ProtoReflect ¶
func (x *GetStringUTFCharsResponse) ProtoReflect() protoreflect.Message
func (*GetStringUTFCharsResponse) Reset ¶
func (x *GetStringUTFCharsResponse) Reset()
func (*GetStringUTFCharsResponse) String ¶
func (x *GetStringUTFCharsResponse) String() string
type GetSuperclassRequest ¶
type GetSuperclassRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
// contains filtered or unexported fields
}
func (*GetSuperclassRequest) Descriptor
deprecated
func (*GetSuperclassRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSuperclassRequest.ProtoReflect.Descriptor instead.
func (*GetSuperclassRequest) GetClassHandle ¶
func (x *GetSuperclassRequest) GetClassHandle() int64
func (*GetSuperclassRequest) ProtoMessage ¶
func (*GetSuperclassRequest) ProtoMessage()
func (*GetSuperclassRequest) ProtoReflect ¶
func (x *GetSuperclassRequest) ProtoReflect() protoreflect.Message
func (*GetSuperclassRequest) Reset ¶
func (x *GetSuperclassRequest) Reset()
func (*GetSuperclassRequest) String ¶
func (x *GetSuperclassRequest) String() string
type GetSuperclassResponse ¶
type GetSuperclassResponse struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
// contains filtered or unexported fields
}
func (*GetSuperclassResponse) Descriptor
deprecated
func (*GetSuperclassResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSuperclassResponse.ProtoReflect.Descriptor instead.
func (*GetSuperclassResponse) GetClassHandle ¶
func (x *GetSuperclassResponse) GetClassHandle() int64
func (*GetSuperclassResponse) ProtoMessage ¶
func (*GetSuperclassResponse) ProtoMessage()
func (*GetSuperclassResponse) ProtoReflect ¶
func (x *GetSuperclassResponse) ProtoReflect() protoreflect.Message
func (*GetSuperclassResponse) Reset ¶
func (x *GetSuperclassResponse) Reset()
func (*GetSuperclassResponse) String ¶
func (x *GetSuperclassResponse) String() string
type GetVersionRequest ¶
type GetVersionRequest struct {
// contains filtered or unexported fields
}
---- Version ----
func (*GetVersionRequest) Descriptor
deprecated
func (*GetVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetVersionRequest.ProtoReflect.Descriptor instead.
func (*GetVersionRequest) ProtoMessage ¶
func (*GetVersionRequest) ProtoMessage()
func (*GetVersionRequest) ProtoReflect ¶
func (x *GetVersionRequest) ProtoReflect() protoreflect.Message
func (*GetVersionRequest) Reset ¶
func (x *GetVersionRequest) Reset()
func (*GetVersionRequest) String ¶
func (x *GetVersionRequest) String() string
type GetVersionResponse ¶
type GetVersionResponse struct {
Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
// contains filtered or unexported fields
}
func (*GetVersionResponse) Descriptor
deprecated
func (*GetVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetVersionResponse.ProtoReflect.Descriptor instead.
func (*GetVersionResponse) GetVersion ¶
func (x *GetVersionResponse) GetVersion() int32
func (*GetVersionResponse) ProtoMessage ¶
func (*GetVersionResponse) ProtoMessage()
func (*GetVersionResponse) ProtoReflect ¶
func (x *GetVersionResponse) ProtoReflect() protoreflect.Message
func (*GetVersionResponse) Reset ¶
func (x *GetVersionResponse) Reset()
func (*GetVersionResponse) String ¶
func (x *GetVersionResponse) String() string
type IsAssignableFromRequest ¶
type IsAssignableFromRequest struct {
Class1 int64 `protobuf:"varint,1,opt,name=class1,proto3" json:"class1,omitempty"`
Class2 int64 `protobuf:"varint,2,opt,name=class2,proto3" json:"class2,omitempty"`
// contains filtered or unexported fields
}
func (*IsAssignableFromRequest) Descriptor
deprecated
func (*IsAssignableFromRequest) Descriptor() ([]byte, []int)
Deprecated: Use IsAssignableFromRequest.ProtoReflect.Descriptor instead.
func (*IsAssignableFromRequest) GetClass1 ¶
func (x *IsAssignableFromRequest) GetClass1() int64
func (*IsAssignableFromRequest) GetClass2 ¶
func (x *IsAssignableFromRequest) GetClass2() int64
func (*IsAssignableFromRequest) ProtoMessage ¶
func (*IsAssignableFromRequest) ProtoMessage()
func (*IsAssignableFromRequest) ProtoReflect ¶
func (x *IsAssignableFromRequest) ProtoReflect() protoreflect.Message
func (*IsAssignableFromRequest) Reset ¶
func (x *IsAssignableFromRequest) Reset()
func (*IsAssignableFromRequest) String ¶
func (x *IsAssignableFromRequest) String() string
type IsAssignableFromResponse ¶
type IsAssignableFromResponse struct {
Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*IsAssignableFromResponse) Descriptor
deprecated
func (*IsAssignableFromResponse) Descriptor() ([]byte, []int)
Deprecated: Use IsAssignableFromResponse.ProtoReflect.Descriptor instead.
func (*IsAssignableFromResponse) GetResult ¶
func (x *IsAssignableFromResponse) GetResult() bool
func (*IsAssignableFromResponse) ProtoMessage ¶
func (*IsAssignableFromResponse) ProtoMessage()
func (*IsAssignableFromResponse) ProtoReflect ¶
func (x *IsAssignableFromResponse) ProtoReflect() protoreflect.Message
func (*IsAssignableFromResponse) Reset ¶
func (x *IsAssignableFromResponse) Reset()
func (*IsAssignableFromResponse) String ¶
func (x *IsAssignableFromResponse) String() string
type IsInstanceOfRequest ¶
type IsInstanceOfRequest struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
ClassHandle int64 `protobuf:"varint,2,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
// contains filtered or unexported fields
}
func (*IsInstanceOfRequest) Descriptor
deprecated
func (*IsInstanceOfRequest) Descriptor() ([]byte, []int)
Deprecated: Use IsInstanceOfRequest.ProtoReflect.Descriptor instead.
func (*IsInstanceOfRequest) GetClassHandle ¶
func (x *IsInstanceOfRequest) GetClassHandle() int64
func (*IsInstanceOfRequest) GetObjectHandle ¶
func (x *IsInstanceOfRequest) GetObjectHandle() int64
func (*IsInstanceOfRequest) ProtoMessage ¶
func (*IsInstanceOfRequest) ProtoMessage()
func (*IsInstanceOfRequest) ProtoReflect ¶
func (x *IsInstanceOfRequest) ProtoReflect() protoreflect.Message
func (*IsInstanceOfRequest) Reset ¶
func (x *IsInstanceOfRequest) Reset()
func (*IsInstanceOfRequest) String ¶
func (x *IsInstanceOfRequest) String() string
type IsInstanceOfResponse ¶
type IsInstanceOfResponse struct {
Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*IsInstanceOfResponse) Descriptor
deprecated
func (*IsInstanceOfResponse) Descriptor() ([]byte, []int)
Deprecated: Use IsInstanceOfResponse.ProtoReflect.Descriptor instead.
func (*IsInstanceOfResponse) GetResult ¶
func (x *IsInstanceOfResponse) GetResult() bool
func (*IsInstanceOfResponse) ProtoMessage ¶
func (*IsInstanceOfResponse) ProtoMessage()
func (*IsInstanceOfResponse) ProtoReflect ¶
func (x *IsInstanceOfResponse) ProtoReflect() protoreflect.Message
func (*IsInstanceOfResponse) Reset ¶
func (x *IsInstanceOfResponse) Reset()
func (*IsInstanceOfResponse) String ¶
func (x *IsInstanceOfResponse) String() string
type IsSameObjectRequest ¶
type IsSameObjectRequest struct {
Object1 int64 `protobuf:"varint,1,opt,name=object1,proto3" json:"object1,omitempty"`
Object2 int64 `protobuf:"varint,2,opt,name=object2,proto3" json:"object2,omitempty"`
// contains filtered or unexported fields
}
func (*IsSameObjectRequest) Descriptor
deprecated
func (*IsSameObjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use IsSameObjectRequest.ProtoReflect.Descriptor instead.
func (*IsSameObjectRequest) GetObject1 ¶
func (x *IsSameObjectRequest) GetObject1() int64
func (*IsSameObjectRequest) GetObject2 ¶
func (x *IsSameObjectRequest) GetObject2() int64
func (*IsSameObjectRequest) ProtoMessage ¶
func (*IsSameObjectRequest) ProtoMessage()
func (*IsSameObjectRequest) ProtoReflect ¶
func (x *IsSameObjectRequest) ProtoReflect() protoreflect.Message
func (*IsSameObjectRequest) Reset ¶
func (x *IsSameObjectRequest) Reset()
func (*IsSameObjectRequest) String ¶
func (x *IsSameObjectRequest) String() string
type IsSameObjectResponse ¶
type IsSameObjectResponse struct {
Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*IsSameObjectResponse) Descriptor
deprecated
func (*IsSameObjectResponse) Descriptor() ([]byte, []int)
Deprecated: Use IsSameObjectResponse.ProtoReflect.Descriptor instead.
func (*IsSameObjectResponse) GetResult ¶
func (x *IsSameObjectResponse) GetResult() bool
func (*IsSameObjectResponse) ProtoMessage ¶
func (*IsSameObjectResponse) ProtoMessage()
func (*IsSameObjectResponse) ProtoReflect ¶
func (x *IsSameObjectResponse) ProtoReflect() protoreflect.Message
func (*IsSameObjectResponse) Reset ¶
func (x *IsSameObjectResponse) Reset()
func (*IsSameObjectResponse) String ¶
func (x *IsSameObjectResponse) String() string
type JNIServiceClient ¶
type JNIServiceClient interface {
// Version
GetVersion(ctx context.Context, in *GetVersionRequest, opts ...grpc.CallOption) (*GetVersionResponse, error)
// Class operations
FindClass(ctx context.Context, in *FindClassRequest, opts ...grpc.CallOption) (*FindClassResponse, error)
GetSuperclass(ctx context.Context, in *GetSuperclassRequest, opts ...grpc.CallOption) (*GetSuperclassResponse, error)
IsAssignableFrom(ctx context.Context, in *IsAssignableFromRequest, opts ...grpc.CallOption) (*IsAssignableFromResponse, error)
// Object operations
AllocObject(ctx context.Context, in *AllocObjectRequest, opts ...grpc.CallOption) (*AllocObjectResponse, error)
NewObject(ctx context.Context, in *NewObjectRequest, opts ...grpc.CallOption) (*NewObjectResponse, error)
GetObjectClass(ctx context.Context, in *GetObjectClassRequest, opts ...grpc.CallOption) (*GetObjectClassResponse, error)
IsInstanceOf(ctx context.Context, in *IsInstanceOfRequest, opts ...grpc.CallOption) (*IsInstanceOfResponse, error)
IsSameObject(ctx context.Context, in *IsSameObjectRequest, opts ...grpc.CallOption) (*IsSameObjectResponse, error)
GetObjectRefType(ctx context.Context, in *GetObjectRefTypeRequest, opts ...grpc.CallOption) (*GetObjectRefTypeResponse, error)
// Method / field ID lookup
GetMethodID(ctx context.Context, in *GetMethodIDRequest, opts ...grpc.CallOption) (*GetMethodIDResponse, error)
GetStaticMethodID(ctx context.Context, in *GetStaticMethodIDRequest, opts ...grpc.CallOption) (*GetStaticMethodIDResponse, error)
GetFieldID(ctx context.Context, in *GetFieldIDRequest, opts ...grpc.CallOption) (*GetFieldIDResponse, error)
GetStaticFieldID(ctx context.Context, in *GetStaticFieldIDRequest, opts ...grpc.CallOption) (*GetStaticFieldIDResponse, error)
// Method calls (unified — return type selects the JNI function)
CallMethod(ctx context.Context, in *CallMethodRequest, opts ...grpc.CallOption) (*CallMethodResponse, error)
CallStaticMethod(ctx context.Context, in *CallStaticMethodRequest, opts ...grpc.CallOption) (*CallStaticMethodResponse, error)
CallNonvirtualMethod(ctx context.Context, in *CallNonvirtualMethodRequest, opts ...grpc.CallOption) (*CallNonvirtualMethodResponse, error)
// Field access (unified — field type selects the JNI function)
GetField(ctx context.Context, in *GetFieldValueRequest, opts ...grpc.CallOption) (*GetFieldValueResponse, error)
SetField(ctx context.Context, in *SetFieldValueRequest, opts ...grpc.CallOption) (*SetFieldValueResponse, error)
GetStaticField(ctx context.Context, in *GetStaticFieldValueRequest, opts ...grpc.CallOption) (*GetStaticFieldValueResponse, error)
SetStaticField(ctx context.Context, in *SetStaticFieldValueRequest, opts ...grpc.CallOption) (*SetStaticFieldValueResponse, error)
// String operations
NewStringUTF(ctx context.Context, in *NewStringUTFRequest, opts ...grpc.CallOption) (*NewStringUTFResponse, error)
GetStringUTFChars(ctx context.Context, in *GetStringUTFCharsRequest, opts ...grpc.CallOption) (*GetStringUTFCharsResponse, error)
GetStringLength(ctx context.Context, in *GetStringLengthRequest, opts ...grpc.CallOption) (*GetStringLengthResponse, error)
// Array operations
NewPrimitiveArray(ctx context.Context, in *NewPrimitiveArrayRequest, opts ...grpc.CallOption) (*NewPrimitiveArrayResponse, error)
NewObjectArray(ctx context.Context, in *NewObjectArrayRequest, opts ...grpc.CallOption) (*NewObjectArrayResponse, error)
GetArrayLength(ctx context.Context, in *GetArrayLengthRequest, opts ...grpc.CallOption) (*GetArrayLengthResponse, error)
GetObjectArrayElement(ctx context.Context, in *GetObjectArrayElementRequest, opts ...grpc.CallOption) (*GetObjectArrayElementResponse, error)
SetObjectArrayElement(ctx context.Context, in *SetObjectArrayElementRequest, opts ...grpc.CallOption) (*SetObjectArrayElementResponse, error)
GetArrayRegion(ctx context.Context, in *GetArrayRegionRequest, opts ...grpc.CallOption) (*GetArrayRegionResponse, error)
SetArrayRegion(ctx context.Context, in *SetArrayRegionRequest, opts ...grpc.CallOption) (*SetArrayRegionResponse, error)
// Bulk byte array transfer (efficient alternative to GetArrayRegion for byte[]).
GetByteArrayData(ctx context.Context, in *GetByteArrayDataRequest, opts ...grpc.CallOption) (*GetByteArrayDataResponse, error)
// Reference management
NewGlobalRef(ctx context.Context, in *NewGlobalRefRequest, opts ...grpc.CallOption) (*NewGlobalRefResponse, error)
DeleteGlobalRef(ctx context.Context, in *DeleteGlobalRefRequest, opts ...grpc.CallOption) (*DeleteGlobalRefResponse, error)
NewLocalRef(ctx context.Context, in *NewLocalRefRequest, opts ...grpc.CallOption) (*NewLocalRefResponse, error)
DeleteLocalRef(ctx context.Context, in *DeleteLocalRefRequest, opts ...grpc.CallOption) (*DeleteLocalRefResponse, error)
NewWeakGlobalRef(ctx context.Context, in *NewWeakGlobalRefRequest, opts ...grpc.CallOption) (*NewWeakGlobalRefResponse, error)
DeleteWeakGlobalRef(ctx context.Context, in *DeleteWeakGlobalRefRequest, opts ...grpc.CallOption) (*DeleteWeakGlobalRefResponse, error)
// Exception handling
ExceptionCheck(ctx context.Context, in *ExceptionCheckRequest, opts ...grpc.CallOption) (*ExceptionCheckResponse, error)
ExceptionClear(ctx context.Context, in *ExceptionClearRequest, opts ...grpc.CallOption) (*ExceptionClearResponse, error)
ExceptionDescribe(ctx context.Context, in *ExceptionDescribeRequest, opts ...grpc.CallOption) (*ExceptionDescribeResponse, error)
ExceptionOccurred(ctx context.Context, in *ExceptionOccurredRequest, opts ...grpc.CallOption) (*ExceptionOccurredResponse, error)
Throw(ctx context.Context, in *ThrowRequest, opts ...grpc.CallOption) (*ThrowResponse, error)
ThrowNew(ctx context.Context, in *ThrowNewRequest, opts ...grpc.CallOption) (*ThrowNewResponse, error)
// Monitor (synchronization)
MonitorEnter(ctx context.Context, in *MonitorEnterRequest, opts ...grpc.CallOption) (*MonitorEnterResponse, error)
MonitorExit(ctx context.Context, in *MonitorExitRequest, opts ...grpc.CallOption) (*MonitorExitResponse, error)
// Local frame management
PushLocalFrame(ctx context.Context, in *PushLocalFrameRequest, opts ...grpc.CallOption) (*PushLocalFrameResponse, error)
PopLocalFrame(ctx context.Context, in *PopLocalFrameRequest, opts ...grpc.CallOption) (*PopLocalFrameResponse, error)
EnsureLocalCapacity(ctx context.Context, in *EnsureLocalCapacityRequest, opts ...grpc.CallOption) (*EnsureLocalCapacityResponse, error)
// Reflection
FromReflectedMethod(ctx context.Context, in *FromReflectedMethodRequest, opts ...grpc.CallOption) (*FromReflectedMethodResponse, error)
FromReflectedField(ctx context.Context, in *FromReflectedFieldRequest, opts ...grpc.CallOption) (*FromReflectedFieldResponse, error)
ToReflectedMethod(ctx context.Context, in *ToReflectedMethodRequest, opts ...grpc.CallOption) (*ToReflectedMethodResponse, error)
ToReflectedField(ctx context.Context, in *ToReflectedFieldRequest, opts ...grpc.CallOption) (*ToReflectedFieldResponse, error)
// Returns the handle to the Android application Context.
GetAppContext(ctx context.Context, in *GetAppContextRequest, opts ...grpc.CallOption) (*GetAppContextResponse, error)
// Bidirectional stream for creating Java interface proxies with remote callbacks.
Proxy(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[ProxyClientMessage, ProxyServerMessage], error)
}
JNIServiceClient is the client API for JNIService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
--------------------------------------------------------------------------- JNI Service — raw access to the JNI Env surface. ---------------------------------------------------------------------------
func NewJNIServiceClient ¶
func NewJNIServiceClient(cc grpc.ClientConnInterface) JNIServiceClient
type JNIServiceServer ¶
type JNIServiceServer interface {
// Version
GetVersion(context.Context, *GetVersionRequest) (*GetVersionResponse, error)
// Class operations
FindClass(context.Context, *FindClassRequest) (*FindClassResponse, error)
GetSuperclass(context.Context, *GetSuperclassRequest) (*GetSuperclassResponse, error)
IsAssignableFrom(context.Context, *IsAssignableFromRequest) (*IsAssignableFromResponse, error)
// Object operations
AllocObject(context.Context, *AllocObjectRequest) (*AllocObjectResponse, error)
NewObject(context.Context, *NewObjectRequest) (*NewObjectResponse, error)
GetObjectClass(context.Context, *GetObjectClassRequest) (*GetObjectClassResponse, error)
IsInstanceOf(context.Context, *IsInstanceOfRequest) (*IsInstanceOfResponse, error)
IsSameObject(context.Context, *IsSameObjectRequest) (*IsSameObjectResponse, error)
GetObjectRefType(context.Context, *GetObjectRefTypeRequest) (*GetObjectRefTypeResponse, error)
// Method / field ID lookup
GetMethodID(context.Context, *GetMethodIDRequest) (*GetMethodIDResponse, error)
GetStaticMethodID(context.Context, *GetStaticMethodIDRequest) (*GetStaticMethodIDResponse, error)
GetFieldID(context.Context, *GetFieldIDRequest) (*GetFieldIDResponse, error)
GetStaticFieldID(context.Context, *GetStaticFieldIDRequest) (*GetStaticFieldIDResponse, error)
// Method calls (unified — return type selects the JNI function)
CallMethod(context.Context, *CallMethodRequest) (*CallMethodResponse, error)
CallStaticMethod(context.Context, *CallStaticMethodRequest) (*CallStaticMethodResponse, error)
CallNonvirtualMethod(context.Context, *CallNonvirtualMethodRequest) (*CallNonvirtualMethodResponse, error)
// Field access (unified — field type selects the JNI function)
GetField(context.Context, *GetFieldValueRequest) (*GetFieldValueResponse, error)
SetField(context.Context, *SetFieldValueRequest) (*SetFieldValueResponse, error)
GetStaticField(context.Context, *GetStaticFieldValueRequest) (*GetStaticFieldValueResponse, error)
SetStaticField(context.Context, *SetStaticFieldValueRequest) (*SetStaticFieldValueResponse, error)
// String operations
NewStringUTF(context.Context, *NewStringUTFRequest) (*NewStringUTFResponse, error)
GetStringUTFChars(context.Context, *GetStringUTFCharsRequest) (*GetStringUTFCharsResponse, error)
GetStringLength(context.Context, *GetStringLengthRequest) (*GetStringLengthResponse, error)
// Array operations
NewPrimitiveArray(context.Context, *NewPrimitiveArrayRequest) (*NewPrimitiveArrayResponse, error)
NewObjectArray(context.Context, *NewObjectArrayRequest) (*NewObjectArrayResponse, error)
GetArrayLength(context.Context, *GetArrayLengthRequest) (*GetArrayLengthResponse, error)
GetObjectArrayElement(context.Context, *GetObjectArrayElementRequest) (*GetObjectArrayElementResponse, error)
SetObjectArrayElement(context.Context, *SetObjectArrayElementRequest) (*SetObjectArrayElementResponse, error)
GetArrayRegion(context.Context, *GetArrayRegionRequest) (*GetArrayRegionResponse, error)
SetArrayRegion(context.Context, *SetArrayRegionRequest) (*SetArrayRegionResponse, error)
// Bulk byte array transfer (efficient alternative to GetArrayRegion for byte[]).
GetByteArrayData(context.Context, *GetByteArrayDataRequest) (*GetByteArrayDataResponse, error)
// Reference management
NewGlobalRef(context.Context, *NewGlobalRefRequest) (*NewGlobalRefResponse, error)
DeleteGlobalRef(context.Context, *DeleteGlobalRefRequest) (*DeleteGlobalRefResponse, error)
NewLocalRef(context.Context, *NewLocalRefRequest) (*NewLocalRefResponse, error)
DeleteLocalRef(context.Context, *DeleteLocalRefRequest) (*DeleteLocalRefResponse, error)
NewWeakGlobalRef(context.Context, *NewWeakGlobalRefRequest) (*NewWeakGlobalRefResponse, error)
DeleteWeakGlobalRef(context.Context, *DeleteWeakGlobalRefRequest) (*DeleteWeakGlobalRefResponse, error)
// Exception handling
ExceptionCheck(context.Context, *ExceptionCheckRequest) (*ExceptionCheckResponse, error)
ExceptionClear(context.Context, *ExceptionClearRequest) (*ExceptionClearResponse, error)
ExceptionDescribe(context.Context, *ExceptionDescribeRequest) (*ExceptionDescribeResponse, error)
ExceptionOccurred(context.Context, *ExceptionOccurredRequest) (*ExceptionOccurredResponse, error)
Throw(context.Context, *ThrowRequest) (*ThrowResponse, error)
ThrowNew(context.Context, *ThrowNewRequest) (*ThrowNewResponse, error)
// Monitor (synchronization)
MonitorEnter(context.Context, *MonitorEnterRequest) (*MonitorEnterResponse, error)
MonitorExit(context.Context, *MonitorExitRequest) (*MonitorExitResponse, error)
// Local frame management
PushLocalFrame(context.Context, *PushLocalFrameRequest) (*PushLocalFrameResponse, error)
PopLocalFrame(context.Context, *PopLocalFrameRequest) (*PopLocalFrameResponse, error)
EnsureLocalCapacity(context.Context, *EnsureLocalCapacityRequest) (*EnsureLocalCapacityResponse, error)
// Reflection
FromReflectedMethod(context.Context, *FromReflectedMethodRequest) (*FromReflectedMethodResponse, error)
FromReflectedField(context.Context, *FromReflectedFieldRequest) (*FromReflectedFieldResponse, error)
ToReflectedMethod(context.Context, *ToReflectedMethodRequest) (*ToReflectedMethodResponse, error)
ToReflectedField(context.Context, *ToReflectedFieldRequest) (*ToReflectedFieldResponse, error)
// Returns the handle to the Android application Context.
GetAppContext(context.Context, *GetAppContextRequest) (*GetAppContextResponse, error)
// Bidirectional stream for creating Java interface proxies with remote callbacks.
Proxy(grpc.BidiStreamingServer[ProxyClientMessage, ProxyServerMessage]) error
// contains filtered or unexported methods
}
JNIServiceServer is the server API for JNIService service. All implementations must embed UnimplementedJNIServiceServer for forward compatibility.
--------------------------------------------------------------------------- JNI Service — raw access to the JNI Env surface. ---------------------------------------------------------------------------
type JNIService_ProxyClient ¶
type JNIService_ProxyClient = grpc.BidiStreamingClient[ProxyClientMessage, ProxyServerMessage]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type JNIService_ProxyServer ¶
type JNIService_ProxyServer = grpc.BidiStreamingServer[ProxyClientMessage, ProxyServerMessage]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type JType ¶
type JType int32
JType identifies a JNI primitive type for typed dispatch.
func (JType) Descriptor ¶
func (JType) Descriptor() protoreflect.EnumDescriptor
func (JType) EnumDescriptor
deprecated
func (JType) Number ¶
func (x JType) Number() protoreflect.EnumNumber
func (JType) Type ¶
func (JType) Type() protoreflect.EnumType
type JValue ¶
type JValue struct {
// Types that are valid to be assigned to Value:
//
// *JValue_Z
// *JValue_B
// *JValue_C
// *JValue_S
// *JValue_I
// *JValue_J
// *JValue_F
// *JValue_D
// *JValue_L
Value isJValue_Value `protobuf_oneof:"value"`
// contains filtered or unexported fields
}
JValue carries a single JNI value (primitive or object handle).
func (*JValue) Descriptor
deprecated
func (*JValue) ProtoMessage ¶
func (*JValue) ProtoMessage()
func (*JValue) ProtoReflect ¶
func (x *JValue) ProtoReflect() protoreflect.Message
type JValue_B ¶
type JValue_B struct {
B int32 `protobuf:"varint,2,opt,name=b,proto3,oneof"` // byte
}
type JValue_C ¶
type JValue_C struct {
C uint32 `protobuf:"varint,3,opt,name=c,proto3,oneof"` // char
}
type JValue_D ¶
type JValue_D struct {
D float64 `protobuf:"fixed64,8,opt,name=d,proto3,oneof"` // double
}
type JValue_F ¶
type JValue_F struct {
F float32 `protobuf:"fixed32,7,opt,name=f,proto3,oneof"` // float
}
type JValue_I ¶
type JValue_I struct {
I int32 `protobuf:"varint,5,opt,name=i,proto3,oneof"` // int
}
type JValue_J ¶
type JValue_J struct {
J int64 `protobuf:"varint,6,opt,name=j,proto3,oneof"` // long
}
type JValue_L ¶
type JValue_L struct {
L int64 `protobuf:"varint,9,opt,name=l,proto3,oneof"` // object handle
}
type JValue_S ¶
type JValue_S struct {
S int32 `protobuf:"varint,4,opt,name=s,proto3,oneof"` // short
}
type JValue_Z ¶
type JValue_Z struct {
Z bool `protobuf:"varint,1,opt,name=z,proto3,oneof"` // boolean
}
type MonitorEnterRequest ¶
type MonitorEnterRequest struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
// contains filtered or unexported fields
}
---- Monitor ----
func (*MonitorEnterRequest) Descriptor
deprecated
func (*MonitorEnterRequest) Descriptor() ([]byte, []int)
Deprecated: Use MonitorEnterRequest.ProtoReflect.Descriptor instead.
func (*MonitorEnterRequest) GetObjectHandle ¶
func (x *MonitorEnterRequest) GetObjectHandle() int64
func (*MonitorEnterRequest) ProtoMessage ¶
func (*MonitorEnterRequest) ProtoMessage()
func (*MonitorEnterRequest) ProtoReflect ¶
func (x *MonitorEnterRequest) ProtoReflect() protoreflect.Message
func (*MonitorEnterRequest) Reset ¶
func (x *MonitorEnterRequest) Reset()
func (*MonitorEnterRequest) String ¶
func (x *MonitorEnterRequest) String() string
type MonitorEnterResponse ¶
type MonitorEnterResponse struct {
// contains filtered or unexported fields
}
func (*MonitorEnterResponse) Descriptor
deprecated
func (*MonitorEnterResponse) Descriptor() ([]byte, []int)
Deprecated: Use MonitorEnterResponse.ProtoReflect.Descriptor instead.
func (*MonitorEnterResponse) ProtoMessage ¶
func (*MonitorEnterResponse) ProtoMessage()
func (*MonitorEnterResponse) ProtoReflect ¶
func (x *MonitorEnterResponse) ProtoReflect() protoreflect.Message
func (*MonitorEnterResponse) Reset ¶
func (x *MonitorEnterResponse) Reset()
func (*MonitorEnterResponse) String ¶
func (x *MonitorEnterResponse) String() string
type MonitorExitRequest ¶
type MonitorExitRequest struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
// contains filtered or unexported fields
}
func (*MonitorExitRequest) Descriptor
deprecated
func (*MonitorExitRequest) Descriptor() ([]byte, []int)
Deprecated: Use MonitorExitRequest.ProtoReflect.Descriptor instead.
func (*MonitorExitRequest) GetObjectHandle ¶
func (x *MonitorExitRequest) GetObjectHandle() int64
func (*MonitorExitRequest) ProtoMessage ¶
func (*MonitorExitRequest) ProtoMessage()
func (*MonitorExitRequest) ProtoReflect ¶
func (x *MonitorExitRequest) ProtoReflect() protoreflect.Message
func (*MonitorExitRequest) Reset ¶
func (x *MonitorExitRequest) Reset()
func (*MonitorExitRequest) String ¶
func (x *MonitorExitRequest) String() string
type MonitorExitResponse ¶
type MonitorExitResponse struct {
// contains filtered or unexported fields
}
func (*MonitorExitResponse) Descriptor
deprecated
func (*MonitorExitResponse) Descriptor() ([]byte, []int)
Deprecated: Use MonitorExitResponse.ProtoReflect.Descriptor instead.
func (*MonitorExitResponse) ProtoMessage ¶
func (*MonitorExitResponse) ProtoMessage()
func (*MonitorExitResponse) ProtoReflect ¶
func (x *MonitorExitResponse) ProtoReflect() protoreflect.Message
func (*MonitorExitResponse) Reset ¶
func (x *MonitorExitResponse) Reset()
func (*MonitorExitResponse) String ¶
func (x *MonitorExitResponse) String() string
type NewGlobalRefRequest ¶
type NewGlobalRefRequest struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
// contains filtered or unexported fields
}
---- Reference management ----
func (*NewGlobalRefRequest) Descriptor
deprecated
func (*NewGlobalRefRequest) Descriptor() ([]byte, []int)
Deprecated: Use NewGlobalRefRequest.ProtoReflect.Descriptor instead.
func (*NewGlobalRefRequest) GetObjectHandle ¶
func (x *NewGlobalRefRequest) GetObjectHandle() int64
func (*NewGlobalRefRequest) ProtoMessage ¶
func (*NewGlobalRefRequest) ProtoMessage()
func (*NewGlobalRefRequest) ProtoReflect ¶
func (x *NewGlobalRefRequest) ProtoReflect() protoreflect.Message
func (*NewGlobalRefRequest) Reset ¶
func (x *NewGlobalRefRequest) Reset()
func (*NewGlobalRefRequest) String ¶
func (x *NewGlobalRefRequest) String() string
type NewGlobalRefResponse ¶
type NewGlobalRefResponse struct {
RefHandle int64 `protobuf:"varint,1,opt,name=ref_handle,json=refHandle,proto3" json:"ref_handle,omitempty"`
// contains filtered or unexported fields
}
func (*NewGlobalRefResponse) Descriptor
deprecated
func (*NewGlobalRefResponse) Descriptor() ([]byte, []int)
Deprecated: Use NewGlobalRefResponse.ProtoReflect.Descriptor instead.
func (*NewGlobalRefResponse) GetRefHandle ¶
func (x *NewGlobalRefResponse) GetRefHandle() int64
func (*NewGlobalRefResponse) ProtoMessage ¶
func (*NewGlobalRefResponse) ProtoMessage()
func (*NewGlobalRefResponse) ProtoReflect ¶
func (x *NewGlobalRefResponse) ProtoReflect() protoreflect.Message
func (*NewGlobalRefResponse) Reset ¶
func (x *NewGlobalRefResponse) Reset()
func (*NewGlobalRefResponse) String ¶
func (x *NewGlobalRefResponse) String() string
type NewLocalRefRequest ¶
type NewLocalRefRequest struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
// contains filtered or unexported fields
}
func (*NewLocalRefRequest) Descriptor
deprecated
func (*NewLocalRefRequest) Descriptor() ([]byte, []int)
Deprecated: Use NewLocalRefRequest.ProtoReflect.Descriptor instead.
func (*NewLocalRefRequest) GetObjectHandle ¶
func (x *NewLocalRefRequest) GetObjectHandle() int64
func (*NewLocalRefRequest) ProtoMessage ¶
func (*NewLocalRefRequest) ProtoMessage()
func (*NewLocalRefRequest) ProtoReflect ¶
func (x *NewLocalRefRequest) ProtoReflect() protoreflect.Message
func (*NewLocalRefRequest) Reset ¶
func (x *NewLocalRefRequest) Reset()
func (*NewLocalRefRequest) String ¶
func (x *NewLocalRefRequest) String() string
type NewLocalRefResponse ¶
type NewLocalRefResponse struct {
RefHandle int64 `protobuf:"varint,1,opt,name=ref_handle,json=refHandle,proto3" json:"ref_handle,omitempty"`
// contains filtered or unexported fields
}
func (*NewLocalRefResponse) Descriptor
deprecated
func (*NewLocalRefResponse) Descriptor() ([]byte, []int)
Deprecated: Use NewLocalRefResponse.ProtoReflect.Descriptor instead.
func (*NewLocalRefResponse) GetRefHandle ¶
func (x *NewLocalRefResponse) GetRefHandle() int64
func (*NewLocalRefResponse) ProtoMessage ¶
func (*NewLocalRefResponse) ProtoMessage()
func (*NewLocalRefResponse) ProtoReflect ¶
func (x *NewLocalRefResponse) ProtoReflect() protoreflect.Message
func (*NewLocalRefResponse) Reset ¶
func (x *NewLocalRefResponse) Reset()
func (*NewLocalRefResponse) String ¶
func (x *NewLocalRefResponse) String() string
type NewObjectArrayRequest ¶
type NewObjectArrayRequest struct {
Length int32 `protobuf:"varint,1,opt,name=length,proto3" json:"length,omitempty"`
ClassHandle int64 `protobuf:"varint,2,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
InitElement int64 `protobuf:"varint,3,opt,name=init_element,json=initElement,proto3" json:"init_element,omitempty"`
// contains filtered or unexported fields
}
func (*NewObjectArrayRequest) Descriptor
deprecated
func (*NewObjectArrayRequest) Descriptor() ([]byte, []int)
Deprecated: Use NewObjectArrayRequest.ProtoReflect.Descriptor instead.
func (*NewObjectArrayRequest) GetClassHandle ¶
func (x *NewObjectArrayRequest) GetClassHandle() int64
func (*NewObjectArrayRequest) GetInitElement ¶
func (x *NewObjectArrayRequest) GetInitElement() int64
func (*NewObjectArrayRequest) GetLength ¶
func (x *NewObjectArrayRequest) GetLength() int32
func (*NewObjectArrayRequest) ProtoMessage ¶
func (*NewObjectArrayRequest) ProtoMessage()
func (*NewObjectArrayRequest) ProtoReflect ¶
func (x *NewObjectArrayRequest) ProtoReflect() protoreflect.Message
func (*NewObjectArrayRequest) Reset ¶
func (x *NewObjectArrayRequest) Reset()
func (*NewObjectArrayRequest) String ¶
func (x *NewObjectArrayRequest) String() string
type NewObjectArrayResponse ¶
type NewObjectArrayResponse struct {
ArrayHandle int64 `protobuf:"varint,1,opt,name=array_handle,json=arrayHandle,proto3" json:"array_handle,omitempty"`
// contains filtered or unexported fields
}
func (*NewObjectArrayResponse) Descriptor
deprecated
func (*NewObjectArrayResponse) Descriptor() ([]byte, []int)
Deprecated: Use NewObjectArrayResponse.ProtoReflect.Descriptor instead.
func (*NewObjectArrayResponse) GetArrayHandle ¶
func (x *NewObjectArrayResponse) GetArrayHandle() int64
func (*NewObjectArrayResponse) ProtoMessage ¶
func (*NewObjectArrayResponse) ProtoMessage()
func (*NewObjectArrayResponse) ProtoReflect ¶
func (x *NewObjectArrayResponse) ProtoReflect() protoreflect.Message
func (*NewObjectArrayResponse) Reset ¶
func (x *NewObjectArrayResponse) Reset()
func (*NewObjectArrayResponse) String ¶
func (x *NewObjectArrayResponse) String() string
type NewObjectRequest ¶
type NewObjectRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
MethodId int64 `protobuf:"varint,2,opt,name=method_id,json=methodId,proto3" json:"method_id,omitempty"`
Args []*JValue `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
// contains filtered or unexported fields
}
func (*NewObjectRequest) Descriptor
deprecated
func (*NewObjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use NewObjectRequest.ProtoReflect.Descriptor instead.
func (*NewObjectRequest) GetArgs ¶
func (x *NewObjectRequest) GetArgs() []*JValue
func (*NewObjectRequest) GetClassHandle ¶
func (x *NewObjectRequest) GetClassHandle() int64
func (*NewObjectRequest) GetMethodId ¶
func (x *NewObjectRequest) GetMethodId() int64
func (*NewObjectRequest) ProtoMessage ¶
func (*NewObjectRequest) ProtoMessage()
func (*NewObjectRequest) ProtoReflect ¶
func (x *NewObjectRequest) ProtoReflect() protoreflect.Message
func (*NewObjectRequest) Reset ¶
func (x *NewObjectRequest) Reset()
func (*NewObjectRequest) String ¶
func (x *NewObjectRequest) String() string
type NewObjectResponse ¶
type NewObjectResponse struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
// contains filtered or unexported fields
}
func (*NewObjectResponse) Descriptor
deprecated
func (*NewObjectResponse) Descriptor() ([]byte, []int)
Deprecated: Use NewObjectResponse.ProtoReflect.Descriptor instead.
func (*NewObjectResponse) GetObjectHandle ¶
func (x *NewObjectResponse) GetObjectHandle() int64
func (*NewObjectResponse) ProtoMessage ¶
func (*NewObjectResponse) ProtoMessage()
func (*NewObjectResponse) ProtoReflect ¶
func (x *NewObjectResponse) ProtoReflect() protoreflect.Message
func (*NewObjectResponse) Reset ¶
func (x *NewObjectResponse) Reset()
func (*NewObjectResponse) String ¶
func (x *NewObjectResponse) String() string
type NewPrimitiveArrayRequest ¶
type NewPrimitiveArrayRequest struct {
ElementType JType `protobuf:"varint,1,opt,name=element_type,json=elementType,proto3,enum=jni_raw.JType" json:"element_type,omitempty"`
Length int32 `protobuf:"varint,2,opt,name=length,proto3" json:"length,omitempty"`
// contains filtered or unexported fields
}
---- Array ----
func (*NewPrimitiveArrayRequest) Descriptor
deprecated
func (*NewPrimitiveArrayRequest) Descriptor() ([]byte, []int)
Deprecated: Use NewPrimitiveArrayRequest.ProtoReflect.Descriptor instead.
func (*NewPrimitiveArrayRequest) GetElementType ¶
func (x *NewPrimitiveArrayRequest) GetElementType() JType
func (*NewPrimitiveArrayRequest) GetLength ¶
func (x *NewPrimitiveArrayRequest) GetLength() int32
func (*NewPrimitiveArrayRequest) ProtoMessage ¶
func (*NewPrimitiveArrayRequest) ProtoMessage()
func (*NewPrimitiveArrayRequest) ProtoReflect ¶
func (x *NewPrimitiveArrayRequest) ProtoReflect() protoreflect.Message
func (*NewPrimitiveArrayRequest) Reset ¶
func (x *NewPrimitiveArrayRequest) Reset()
func (*NewPrimitiveArrayRequest) String ¶
func (x *NewPrimitiveArrayRequest) String() string
type NewPrimitiveArrayResponse ¶
type NewPrimitiveArrayResponse struct {
ArrayHandle int64 `protobuf:"varint,1,opt,name=array_handle,json=arrayHandle,proto3" json:"array_handle,omitempty"`
// contains filtered or unexported fields
}
func (*NewPrimitiveArrayResponse) Descriptor
deprecated
func (*NewPrimitiveArrayResponse) Descriptor() ([]byte, []int)
Deprecated: Use NewPrimitiveArrayResponse.ProtoReflect.Descriptor instead.
func (*NewPrimitiveArrayResponse) GetArrayHandle ¶
func (x *NewPrimitiveArrayResponse) GetArrayHandle() int64
func (*NewPrimitiveArrayResponse) ProtoMessage ¶
func (*NewPrimitiveArrayResponse) ProtoMessage()
func (*NewPrimitiveArrayResponse) ProtoReflect ¶
func (x *NewPrimitiveArrayResponse) ProtoReflect() protoreflect.Message
func (*NewPrimitiveArrayResponse) Reset ¶
func (x *NewPrimitiveArrayResponse) Reset()
func (*NewPrimitiveArrayResponse) String ¶
func (x *NewPrimitiveArrayResponse) String() string
type NewStringUTFRequest ¶
type NewStringUTFRequest struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
---- String ----
func (*NewStringUTFRequest) Descriptor
deprecated
func (*NewStringUTFRequest) Descriptor() ([]byte, []int)
Deprecated: Use NewStringUTFRequest.ProtoReflect.Descriptor instead.
func (*NewStringUTFRequest) GetValue ¶
func (x *NewStringUTFRequest) GetValue() string
func (*NewStringUTFRequest) ProtoMessage ¶
func (*NewStringUTFRequest) ProtoMessage()
func (*NewStringUTFRequest) ProtoReflect ¶
func (x *NewStringUTFRequest) ProtoReflect() protoreflect.Message
func (*NewStringUTFRequest) Reset ¶
func (x *NewStringUTFRequest) Reset()
func (*NewStringUTFRequest) String ¶
func (x *NewStringUTFRequest) String() string
type NewStringUTFResponse ¶
type NewStringUTFResponse struct {
StringHandle int64 `protobuf:"varint,1,opt,name=string_handle,json=stringHandle,proto3" json:"string_handle,omitempty"`
// contains filtered or unexported fields
}
func (*NewStringUTFResponse) Descriptor
deprecated
func (*NewStringUTFResponse) Descriptor() ([]byte, []int)
Deprecated: Use NewStringUTFResponse.ProtoReflect.Descriptor instead.
func (*NewStringUTFResponse) GetStringHandle ¶
func (x *NewStringUTFResponse) GetStringHandle() int64
func (*NewStringUTFResponse) ProtoMessage ¶
func (*NewStringUTFResponse) ProtoMessage()
func (*NewStringUTFResponse) ProtoReflect ¶
func (x *NewStringUTFResponse) ProtoReflect() protoreflect.Message
func (*NewStringUTFResponse) Reset ¶
func (x *NewStringUTFResponse) Reset()
func (*NewStringUTFResponse) String ¶
func (x *NewStringUTFResponse) String() string
type NewWeakGlobalRefRequest ¶
type NewWeakGlobalRefRequest struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
// contains filtered or unexported fields
}
func (*NewWeakGlobalRefRequest) Descriptor
deprecated
func (*NewWeakGlobalRefRequest) Descriptor() ([]byte, []int)
Deprecated: Use NewWeakGlobalRefRequest.ProtoReflect.Descriptor instead.
func (*NewWeakGlobalRefRequest) GetObjectHandle ¶
func (x *NewWeakGlobalRefRequest) GetObjectHandle() int64
func (*NewWeakGlobalRefRequest) ProtoMessage ¶
func (*NewWeakGlobalRefRequest) ProtoMessage()
func (*NewWeakGlobalRefRequest) ProtoReflect ¶
func (x *NewWeakGlobalRefRequest) ProtoReflect() protoreflect.Message
func (*NewWeakGlobalRefRequest) Reset ¶
func (x *NewWeakGlobalRefRequest) Reset()
func (*NewWeakGlobalRefRequest) String ¶
func (x *NewWeakGlobalRefRequest) String() string
type NewWeakGlobalRefResponse ¶
type NewWeakGlobalRefResponse struct {
RefHandle int64 `protobuf:"varint,1,opt,name=ref_handle,json=refHandle,proto3" json:"ref_handle,omitempty"`
// contains filtered or unexported fields
}
func (*NewWeakGlobalRefResponse) Descriptor
deprecated
func (*NewWeakGlobalRefResponse) Descriptor() ([]byte, []int)
Deprecated: Use NewWeakGlobalRefResponse.ProtoReflect.Descriptor instead.
func (*NewWeakGlobalRefResponse) GetRefHandle ¶
func (x *NewWeakGlobalRefResponse) GetRefHandle() int64
func (*NewWeakGlobalRefResponse) ProtoMessage ¶
func (*NewWeakGlobalRefResponse) ProtoMessage()
func (*NewWeakGlobalRefResponse) ProtoReflect ¶
func (x *NewWeakGlobalRefResponse) ProtoReflect() protoreflect.Message
func (*NewWeakGlobalRefResponse) Reset ¶
func (x *NewWeakGlobalRefResponse) Reset()
func (*NewWeakGlobalRefResponse) String ¶
func (x *NewWeakGlobalRefResponse) String() string
type PopLocalFrameRequest ¶
type PopLocalFrameRequest struct {
ResultHandle int64 `protobuf:"varint,1,opt,name=result_handle,json=resultHandle,proto3" json:"result_handle,omitempty"`
// contains filtered or unexported fields
}
func (*PopLocalFrameRequest) Descriptor
deprecated
func (*PopLocalFrameRequest) Descriptor() ([]byte, []int)
Deprecated: Use PopLocalFrameRequest.ProtoReflect.Descriptor instead.
func (*PopLocalFrameRequest) GetResultHandle ¶
func (x *PopLocalFrameRequest) GetResultHandle() int64
func (*PopLocalFrameRequest) ProtoMessage ¶
func (*PopLocalFrameRequest) ProtoMessage()
func (*PopLocalFrameRequest) ProtoReflect ¶
func (x *PopLocalFrameRequest) ProtoReflect() protoreflect.Message
func (*PopLocalFrameRequest) Reset ¶
func (x *PopLocalFrameRequest) Reset()
func (*PopLocalFrameRequest) String ¶
func (x *PopLocalFrameRequest) String() string
type PopLocalFrameResponse ¶
type PopLocalFrameResponse struct {
ResultHandle int64 `protobuf:"varint,1,opt,name=result_handle,json=resultHandle,proto3" json:"result_handle,omitempty"`
// contains filtered or unexported fields
}
func (*PopLocalFrameResponse) Descriptor
deprecated
func (*PopLocalFrameResponse) Descriptor() ([]byte, []int)
Deprecated: Use PopLocalFrameResponse.ProtoReflect.Descriptor instead.
func (*PopLocalFrameResponse) GetResultHandle ¶
func (x *PopLocalFrameResponse) GetResultHandle() int64
func (*PopLocalFrameResponse) ProtoMessage ¶
func (*PopLocalFrameResponse) ProtoMessage()
func (*PopLocalFrameResponse) ProtoReflect ¶
func (x *PopLocalFrameResponse) ProtoReflect() protoreflect.Message
func (*PopLocalFrameResponse) Reset ¶
func (x *PopLocalFrameResponse) Reset()
func (*PopLocalFrameResponse) String ¶
func (x *PopLocalFrameResponse) String() string
type ProxyClientMessage ¶
type ProxyClientMessage struct {
// Types that are valid to be assigned to Msg:
//
// *ProxyClientMessage_Create
// *ProxyClientMessage_CallbackResponse
Msg isProxyClientMessage_Msg `protobuf_oneof:"msg"`
// contains filtered or unexported fields
}
---- Proxy (remote callbacks) ----
func (*ProxyClientMessage) Descriptor
deprecated
func (*ProxyClientMessage) Descriptor() ([]byte, []int)
Deprecated: Use ProxyClientMessage.ProtoReflect.Descriptor instead.
func (*ProxyClientMessage) GetCallbackResponse ¶
func (x *ProxyClientMessage) GetCallbackResponse() *CallbackResponse
func (*ProxyClientMessage) GetCreate ¶
func (x *ProxyClientMessage) GetCreate() *CreateProxyRequest
func (*ProxyClientMessage) GetMsg ¶
func (x *ProxyClientMessage) GetMsg() isProxyClientMessage_Msg
func (*ProxyClientMessage) ProtoMessage ¶
func (*ProxyClientMessage) ProtoMessage()
func (*ProxyClientMessage) ProtoReflect ¶
func (x *ProxyClientMessage) ProtoReflect() protoreflect.Message
func (*ProxyClientMessage) Reset ¶
func (x *ProxyClientMessage) Reset()
func (*ProxyClientMessage) String ¶
func (x *ProxyClientMessage) String() string
type ProxyClientMessage_CallbackResponse ¶
type ProxyClientMessage_CallbackResponse struct {
CallbackResponse *CallbackResponse `protobuf:"bytes,2,opt,name=callback_response,json=callbackResponse,proto3,oneof"`
}
type ProxyClientMessage_Create ¶
type ProxyClientMessage_Create struct {
Create *CreateProxyRequest `protobuf:"bytes,1,opt,name=create,proto3,oneof"`
}
type ProxyServerMessage ¶
type ProxyServerMessage struct {
// Types that are valid to be assigned to Msg:
//
// *ProxyServerMessage_Created
// *ProxyServerMessage_Callback
Msg isProxyServerMessage_Msg `protobuf_oneof:"msg"`
// contains filtered or unexported fields
}
func (*ProxyServerMessage) Descriptor
deprecated
func (*ProxyServerMessage) Descriptor() ([]byte, []int)
Deprecated: Use ProxyServerMessage.ProtoReflect.Descriptor instead.
func (*ProxyServerMessage) GetCallback ¶
func (x *ProxyServerMessage) GetCallback() *CallbackEvent
func (*ProxyServerMessage) GetCreated ¶
func (x *ProxyServerMessage) GetCreated() *CreateProxyResponse
func (*ProxyServerMessage) GetMsg ¶
func (x *ProxyServerMessage) GetMsg() isProxyServerMessage_Msg
func (*ProxyServerMessage) ProtoMessage ¶
func (*ProxyServerMessage) ProtoMessage()
func (*ProxyServerMessage) ProtoReflect ¶
func (x *ProxyServerMessage) ProtoReflect() protoreflect.Message
func (*ProxyServerMessage) Reset ¶
func (x *ProxyServerMessage) Reset()
func (*ProxyServerMessage) String ¶
func (x *ProxyServerMessage) String() string
type ProxyServerMessage_Callback ¶
type ProxyServerMessage_Callback struct {
Callback *CallbackEvent `protobuf:"bytes,2,opt,name=callback,proto3,oneof"`
}
type ProxyServerMessage_Created ¶
type ProxyServerMessage_Created struct {
Created *CreateProxyResponse `protobuf:"bytes,1,opt,name=created,proto3,oneof"`
}
type PushLocalFrameRequest ¶
type PushLocalFrameRequest struct {
Capacity int32 `protobuf:"varint,1,opt,name=capacity,proto3" json:"capacity,omitempty"`
// contains filtered or unexported fields
}
---- Local frame ----
func (*PushLocalFrameRequest) Descriptor
deprecated
func (*PushLocalFrameRequest) Descriptor() ([]byte, []int)
Deprecated: Use PushLocalFrameRequest.ProtoReflect.Descriptor instead.
func (*PushLocalFrameRequest) GetCapacity ¶
func (x *PushLocalFrameRequest) GetCapacity() int32
func (*PushLocalFrameRequest) ProtoMessage ¶
func (*PushLocalFrameRequest) ProtoMessage()
func (*PushLocalFrameRequest) ProtoReflect ¶
func (x *PushLocalFrameRequest) ProtoReflect() protoreflect.Message
func (*PushLocalFrameRequest) Reset ¶
func (x *PushLocalFrameRequest) Reset()
func (*PushLocalFrameRequest) String ¶
func (x *PushLocalFrameRequest) String() string
type PushLocalFrameResponse ¶
type PushLocalFrameResponse struct {
// contains filtered or unexported fields
}
func (*PushLocalFrameResponse) Descriptor
deprecated
func (*PushLocalFrameResponse) Descriptor() ([]byte, []int)
Deprecated: Use PushLocalFrameResponse.ProtoReflect.Descriptor instead.
func (*PushLocalFrameResponse) ProtoMessage ¶
func (*PushLocalFrameResponse) ProtoMessage()
func (*PushLocalFrameResponse) ProtoReflect ¶
func (x *PushLocalFrameResponse) ProtoReflect() protoreflect.Message
func (*PushLocalFrameResponse) Reset ¶
func (x *PushLocalFrameResponse) Reset()
func (*PushLocalFrameResponse) String ¶
func (x *PushLocalFrameResponse) String() string
type SetArrayRegionRequest ¶
type SetArrayRegionRequest struct {
ArrayHandle int64 `protobuf:"varint,1,opt,name=array_handle,json=arrayHandle,proto3" json:"array_handle,omitempty"`
ElementType JType `protobuf:"varint,2,opt,name=element_type,json=elementType,proto3,enum=jni_raw.JType" json:"element_type,omitempty"`
Start int32 `protobuf:"varint,3,opt,name=start,proto3" json:"start,omitempty"`
Elements []*JValue `protobuf:"bytes,4,rep,name=elements,proto3" json:"elements,omitempty"`
// contains filtered or unexported fields
}
func (*SetArrayRegionRequest) Descriptor
deprecated
func (*SetArrayRegionRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetArrayRegionRequest.ProtoReflect.Descriptor instead.
func (*SetArrayRegionRequest) GetArrayHandle ¶
func (x *SetArrayRegionRequest) GetArrayHandle() int64
func (*SetArrayRegionRequest) GetElementType ¶
func (x *SetArrayRegionRequest) GetElementType() JType
func (*SetArrayRegionRequest) GetElements ¶
func (x *SetArrayRegionRequest) GetElements() []*JValue
func (*SetArrayRegionRequest) GetStart ¶
func (x *SetArrayRegionRequest) GetStart() int32
func (*SetArrayRegionRequest) ProtoMessage ¶
func (*SetArrayRegionRequest) ProtoMessage()
func (*SetArrayRegionRequest) ProtoReflect ¶
func (x *SetArrayRegionRequest) ProtoReflect() protoreflect.Message
func (*SetArrayRegionRequest) Reset ¶
func (x *SetArrayRegionRequest) Reset()
func (*SetArrayRegionRequest) String ¶
func (x *SetArrayRegionRequest) String() string
type SetArrayRegionResponse ¶
type SetArrayRegionResponse struct {
// contains filtered or unexported fields
}
func (*SetArrayRegionResponse) Descriptor
deprecated
func (*SetArrayRegionResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetArrayRegionResponse.ProtoReflect.Descriptor instead.
func (*SetArrayRegionResponse) ProtoMessage ¶
func (*SetArrayRegionResponse) ProtoMessage()
func (*SetArrayRegionResponse) ProtoReflect ¶
func (x *SetArrayRegionResponse) ProtoReflect() protoreflect.Message
func (*SetArrayRegionResponse) Reset ¶
func (x *SetArrayRegionResponse) Reset()
func (*SetArrayRegionResponse) String ¶
func (x *SetArrayRegionResponse) String() string
type SetFieldValueRequest ¶
type SetFieldValueRequest struct {
ObjectHandle int64 `protobuf:"varint,1,opt,name=object_handle,json=objectHandle,proto3" json:"object_handle,omitempty"`
FieldId int64 `protobuf:"varint,2,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
Value *JValue `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*SetFieldValueRequest) Descriptor
deprecated
func (*SetFieldValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetFieldValueRequest.ProtoReflect.Descriptor instead.
func (*SetFieldValueRequest) GetFieldId ¶
func (x *SetFieldValueRequest) GetFieldId() int64
func (*SetFieldValueRequest) GetObjectHandle ¶
func (x *SetFieldValueRequest) GetObjectHandle() int64
func (*SetFieldValueRequest) GetValue ¶
func (x *SetFieldValueRequest) GetValue() *JValue
func (*SetFieldValueRequest) ProtoMessage ¶
func (*SetFieldValueRequest) ProtoMessage()
func (*SetFieldValueRequest) ProtoReflect ¶
func (x *SetFieldValueRequest) ProtoReflect() protoreflect.Message
func (*SetFieldValueRequest) Reset ¶
func (x *SetFieldValueRequest) Reset()
func (*SetFieldValueRequest) String ¶
func (x *SetFieldValueRequest) String() string
type SetFieldValueResponse ¶
type SetFieldValueResponse struct {
// contains filtered or unexported fields
}
func (*SetFieldValueResponse) Descriptor
deprecated
func (*SetFieldValueResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetFieldValueResponse.ProtoReflect.Descriptor instead.
func (*SetFieldValueResponse) ProtoMessage ¶
func (*SetFieldValueResponse) ProtoMessage()
func (*SetFieldValueResponse) ProtoReflect ¶
func (x *SetFieldValueResponse) ProtoReflect() protoreflect.Message
func (*SetFieldValueResponse) Reset ¶
func (x *SetFieldValueResponse) Reset()
func (*SetFieldValueResponse) String ¶
func (x *SetFieldValueResponse) String() string
type SetObjectArrayElementRequest ¶
type SetObjectArrayElementRequest struct {
ArrayHandle int64 `protobuf:"varint,1,opt,name=array_handle,json=arrayHandle,proto3" json:"array_handle,omitempty"`
Index int32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
ElementHandle int64 `protobuf:"varint,3,opt,name=element_handle,json=elementHandle,proto3" json:"element_handle,omitempty"`
// contains filtered or unexported fields
}
func (*SetObjectArrayElementRequest) Descriptor
deprecated
func (*SetObjectArrayElementRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetObjectArrayElementRequest.ProtoReflect.Descriptor instead.
func (*SetObjectArrayElementRequest) GetArrayHandle ¶
func (x *SetObjectArrayElementRequest) GetArrayHandle() int64
func (*SetObjectArrayElementRequest) GetElementHandle ¶
func (x *SetObjectArrayElementRequest) GetElementHandle() int64
func (*SetObjectArrayElementRequest) GetIndex ¶
func (x *SetObjectArrayElementRequest) GetIndex() int32
func (*SetObjectArrayElementRequest) ProtoMessage ¶
func (*SetObjectArrayElementRequest) ProtoMessage()
func (*SetObjectArrayElementRequest) ProtoReflect ¶
func (x *SetObjectArrayElementRequest) ProtoReflect() protoreflect.Message
func (*SetObjectArrayElementRequest) Reset ¶
func (x *SetObjectArrayElementRequest) Reset()
func (*SetObjectArrayElementRequest) String ¶
func (x *SetObjectArrayElementRequest) String() string
type SetObjectArrayElementResponse ¶
type SetObjectArrayElementResponse struct {
// contains filtered or unexported fields
}
func (*SetObjectArrayElementResponse) Descriptor
deprecated
func (*SetObjectArrayElementResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetObjectArrayElementResponse.ProtoReflect.Descriptor instead.
func (*SetObjectArrayElementResponse) ProtoMessage ¶
func (*SetObjectArrayElementResponse) ProtoMessage()
func (*SetObjectArrayElementResponse) ProtoReflect ¶
func (x *SetObjectArrayElementResponse) ProtoReflect() protoreflect.Message
func (*SetObjectArrayElementResponse) Reset ¶
func (x *SetObjectArrayElementResponse) Reset()
func (*SetObjectArrayElementResponse) String ¶
func (x *SetObjectArrayElementResponse) String() string
type SetStaticFieldValueRequest ¶
type SetStaticFieldValueRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
FieldId int64 `protobuf:"varint,2,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
Value *JValue `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*SetStaticFieldValueRequest) Descriptor
deprecated
func (*SetStaticFieldValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetStaticFieldValueRequest.ProtoReflect.Descriptor instead.
func (*SetStaticFieldValueRequest) GetClassHandle ¶
func (x *SetStaticFieldValueRequest) GetClassHandle() int64
func (*SetStaticFieldValueRequest) GetFieldId ¶
func (x *SetStaticFieldValueRequest) GetFieldId() int64
func (*SetStaticFieldValueRequest) GetValue ¶
func (x *SetStaticFieldValueRequest) GetValue() *JValue
func (*SetStaticFieldValueRequest) ProtoMessage ¶
func (*SetStaticFieldValueRequest) ProtoMessage()
func (*SetStaticFieldValueRequest) ProtoReflect ¶
func (x *SetStaticFieldValueRequest) ProtoReflect() protoreflect.Message
func (*SetStaticFieldValueRequest) Reset ¶
func (x *SetStaticFieldValueRequest) Reset()
func (*SetStaticFieldValueRequest) String ¶
func (x *SetStaticFieldValueRequest) String() string
type SetStaticFieldValueResponse ¶
type SetStaticFieldValueResponse struct {
// contains filtered or unexported fields
}
func (*SetStaticFieldValueResponse) Descriptor
deprecated
func (*SetStaticFieldValueResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetStaticFieldValueResponse.ProtoReflect.Descriptor instead.
func (*SetStaticFieldValueResponse) ProtoMessage ¶
func (*SetStaticFieldValueResponse) ProtoMessage()
func (*SetStaticFieldValueResponse) ProtoReflect ¶
func (x *SetStaticFieldValueResponse) ProtoReflect() protoreflect.Message
func (*SetStaticFieldValueResponse) Reset ¶
func (x *SetStaticFieldValueResponse) Reset()
func (*SetStaticFieldValueResponse) String ¶
func (x *SetStaticFieldValueResponse) String() string
type ThrowNewRequest ¶
type ThrowNewRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*ThrowNewRequest) Descriptor
deprecated
func (*ThrowNewRequest) Descriptor() ([]byte, []int)
Deprecated: Use ThrowNewRequest.ProtoReflect.Descriptor instead.
func (*ThrowNewRequest) GetClassHandle ¶
func (x *ThrowNewRequest) GetClassHandle() int64
func (*ThrowNewRequest) GetMessage ¶
func (x *ThrowNewRequest) GetMessage() string
func (*ThrowNewRequest) ProtoMessage ¶
func (*ThrowNewRequest) ProtoMessage()
func (*ThrowNewRequest) ProtoReflect ¶
func (x *ThrowNewRequest) ProtoReflect() protoreflect.Message
func (*ThrowNewRequest) Reset ¶
func (x *ThrowNewRequest) Reset()
func (*ThrowNewRequest) String ¶
func (x *ThrowNewRequest) String() string
type ThrowNewResponse ¶
type ThrowNewResponse struct {
// contains filtered or unexported fields
}
func (*ThrowNewResponse) Descriptor
deprecated
func (*ThrowNewResponse) Descriptor() ([]byte, []int)
Deprecated: Use ThrowNewResponse.ProtoReflect.Descriptor instead.
func (*ThrowNewResponse) ProtoMessage ¶
func (*ThrowNewResponse) ProtoMessage()
func (*ThrowNewResponse) ProtoReflect ¶
func (x *ThrowNewResponse) ProtoReflect() protoreflect.Message
func (*ThrowNewResponse) Reset ¶
func (x *ThrowNewResponse) Reset()
func (*ThrowNewResponse) String ¶
func (x *ThrowNewResponse) String() string
type ThrowRequest ¶
type ThrowRequest struct {
ThrowableHandle int64 `protobuf:"varint,1,opt,name=throwable_handle,json=throwableHandle,proto3" json:"throwable_handle,omitempty"`
// contains filtered or unexported fields
}
func (*ThrowRequest) Descriptor
deprecated
func (*ThrowRequest) Descriptor() ([]byte, []int)
Deprecated: Use ThrowRequest.ProtoReflect.Descriptor instead.
func (*ThrowRequest) GetThrowableHandle ¶
func (x *ThrowRequest) GetThrowableHandle() int64
func (*ThrowRequest) ProtoMessage ¶
func (*ThrowRequest) ProtoMessage()
func (*ThrowRequest) ProtoReflect ¶
func (x *ThrowRequest) ProtoReflect() protoreflect.Message
func (*ThrowRequest) Reset ¶
func (x *ThrowRequest) Reset()
func (*ThrowRequest) String ¶
func (x *ThrowRequest) String() string
type ThrowResponse ¶
type ThrowResponse struct {
// contains filtered or unexported fields
}
func (*ThrowResponse) Descriptor
deprecated
func (*ThrowResponse) Descriptor() ([]byte, []int)
Deprecated: Use ThrowResponse.ProtoReflect.Descriptor instead.
func (*ThrowResponse) ProtoMessage ¶
func (*ThrowResponse) ProtoMessage()
func (*ThrowResponse) ProtoReflect ¶
func (x *ThrowResponse) ProtoReflect() protoreflect.Message
func (*ThrowResponse) Reset ¶
func (x *ThrowResponse) Reset()
func (*ThrowResponse) String ¶
func (x *ThrowResponse) String() string
type ToReflectedFieldRequest ¶
type ToReflectedFieldRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
FieldId int64 `protobuf:"varint,2,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
IsStatic bool `protobuf:"varint,3,opt,name=is_static,json=isStatic,proto3" json:"is_static,omitempty"`
// contains filtered or unexported fields
}
func (*ToReflectedFieldRequest) Descriptor
deprecated
func (*ToReflectedFieldRequest) Descriptor() ([]byte, []int)
Deprecated: Use ToReflectedFieldRequest.ProtoReflect.Descriptor instead.
func (*ToReflectedFieldRequest) GetClassHandle ¶
func (x *ToReflectedFieldRequest) GetClassHandle() int64
func (*ToReflectedFieldRequest) GetFieldId ¶
func (x *ToReflectedFieldRequest) GetFieldId() int64
func (*ToReflectedFieldRequest) GetIsStatic ¶
func (x *ToReflectedFieldRequest) GetIsStatic() bool
func (*ToReflectedFieldRequest) ProtoMessage ¶
func (*ToReflectedFieldRequest) ProtoMessage()
func (*ToReflectedFieldRequest) ProtoReflect ¶
func (x *ToReflectedFieldRequest) ProtoReflect() protoreflect.Message
func (*ToReflectedFieldRequest) Reset ¶
func (x *ToReflectedFieldRequest) Reset()
func (*ToReflectedFieldRequest) String ¶
func (x *ToReflectedFieldRequest) String() string
type ToReflectedFieldResponse ¶
type ToReflectedFieldResponse struct {
FieldObject int64 `protobuf:"varint,1,opt,name=field_object,json=fieldObject,proto3" json:"field_object,omitempty"`
// contains filtered or unexported fields
}
func (*ToReflectedFieldResponse) Descriptor
deprecated
func (*ToReflectedFieldResponse) Descriptor() ([]byte, []int)
Deprecated: Use ToReflectedFieldResponse.ProtoReflect.Descriptor instead.
func (*ToReflectedFieldResponse) GetFieldObject ¶
func (x *ToReflectedFieldResponse) GetFieldObject() int64
func (*ToReflectedFieldResponse) ProtoMessage ¶
func (*ToReflectedFieldResponse) ProtoMessage()
func (*ToReflectedFieldResponse) ProtoReflect ¶
func (x *ToReflectedFieldResponse) ProtoReflect() protoreflect.Message
func (*ToReflectedFieldResponse) Reset ¶
func (x *ToReflectedFieldResponse) Reset()
func (*ToReflectedFieldResponse) String ¶
func (x *ToReflectedFieldResponse) String() string
type ToReflectedMethodRequest ¶
type ToReflectedMethodRequest struct {
ClassHandle int64 `protobuf:"varint,1,opt,name=class_handle,json=classHandle,proto3" json:"class_handle,omitempty"`
MethodId int64 `protobuf:"varint,2,opt,name=method_id,json=methodId,proto3" json:"method_id,omitempty"`
IsStatic bool `protobuf:"varint,3,opt,name=is_static,json=isStatic,proto3" json:"is_static,omitempty"`
// contains filtered or unexported fields
}
func (*ToReflectedMethodRequest) Descriptor
deprecated
func (*ToReflectedMethodRequest) Descriptor() ([]byte, []int)
Deprecated: Use ToReflectedMethodRequest.ProtoReflect.Descriptor instead.
func (*ToReflectedMethodRequest) GetClassHandle ¶
func (x *ToReflectedMethodRequest) GetClassHandle() int64
func (*ToReflectedMethodRequest) GetIsStatic ¶
func (x *ToReflectedMethodRequest) GetIsStatic() bool
func (*ToReflectedMethodRequest) GetMethodId ¶
func (x *ToReflectedMethodRequest) GetMethodId() int64
func (*ToReflectedMethodRequest) ProtoMessage ¶
func (*ToReflectedMethodRequest) ProtoMessage()
func (*ToReflectedMethodRequest) ProtoReflect ¶
func (x *ToReflectedMethodRequest) ProtoReflect() protoreflect.Message
func (*ToReflectedMethodRequest) Reset ¶
func (x *ToReflectedMethodRequest) Reset()
func (*ToReflectedMethodRequest) String ¶
func (x *ToReflectedMethodRequest) String() string
type ToReflectedMethodResponse ¶
type ToReflectedMethodResponse struct {
MethodObject int64 `protobuf:"varint,1,opt,name=method_object,json=methodObject,proto3" json:"method_object,omitempty"`
// contains filtered or unexported fields
}
func (*ToReflectedMethodResponse) Descriptor
deprecated
func (*ToReflectedMethodResponse) Descriptor() ([]byte, []int)
Deprecated: Use ToReflectedMethodResponse.ProtoReflect.Descriptor instead.
func (*ToReflectedMethodResponse) GetMethodObject ¶
func (x *ToReflectedMethodResponse) GetMethodObject() int64
func (*ToReflectedMethodResponse) ProtoMessage ¶
func (*ToReflectedMethodResponse) ProtoMessage()
func (*ToReflectedMethodResponse) ProtoReflect ¶
func (x *ToReflectedMethodResponse) ProtoReflect() protoreflect.Message
func (*ToReflectedMethodResponse) Reset ¶
func (x *ToReflectedMethodResponse) Reset()
func (*ToReflectedMethodResponse) String ¶
func (x *ToReflectedMethodResponse) String() string
type UnimplementedJNIServiceServer ¶
type UnimplementedJNIServiceServer struct{}
UnimplementedJNIServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedJNIServiceServer) AllocObject ¶
func (UnimplementedJNIServiceServer) AllocObject(context.Context, *AllocObjectRequest) (*AllocObjectResponse, error)
func (UnimplementedJNIServiceServer) CallMethod ¶
func (UnimplementedJNIServiceServer) CallMethod(context.Context, *CallMethodRequest) (*CallMethodResponse, error)
func (UnimplementedJNIServiceServer) CallNonvirtualMethod ¶
func (UnimplementedJNIServiceServer) CallNonvirtualMethod(context.Context, *CallNonvirtualMethodRequest) (*CallNonvirtualMethodResponse, error)
func (UnimplementedJNIServiceServer) CallStaticMethod ¶
func (UnimplementedJNIServiceServer) CallStaticMethod(context.Context, *CallStaticMethodRequest) (*CallStaticMethodResponse, error)
func (UnimplementedJNIServiceServer) DeleteGlobalRef ¶
func (UnimplementedJNIServiceServer) DeleteGlobalRef(context.Context, *DeleteGlobalRefRequest) (*DeleteGlobalRefResponse, error)
func (UnimplementedJNIServiceServer) DeleteLocalRef ¶
func (UnimplementedJNIServiceServer) DeleteLocalRef(context.Context, *DeleteLocalRefRequest) (*DeleteLocalRefResponse, error)
func (UnimplementedJNIServiceServer) DeleteWeakGlobalRef ¶
func (UnimplementedJNIServiceServer) DeleteWeakGlobalRef(context.Context, *DeleteWeakGlobalRefRequest) (*DeleteWeakGlobalRefResponse, error)
func (UnimplementedJNIServiceServer) EnsureLocalCapacity ¶
func (UnimplementedJNIServiceServer) EnsureLocalCapacity(context.Context, *EnsureLocalCapacityRequest) (*EnsureLocalCapacityResponse, error)
func (UnimplementedJNIServiceServer) ExceptionCheck ¶
func (UnimplementedJNIServiceServer) ExceptionCheck(context.Context, *ExceptionCheckRequest) (*ExceptionCheckResponse, error)
func (UnimplementedJNIServiceServer) ExceptionClear ¶
func (UnimplementedJNIServiceServer) ExceptionClear(context.Context, *ExceptionClearRequest) (*ExceptionClearResponse, error)
func (UnimplementedJNIServiceServer) ExceptionDescribe ¶
func (UnimplementedJNIServiceServer) ExceptionDescribe(context.Context, *ExceptionDescribeRequest) (*ExceptionDescribeResponse, error)
func (UnimplementedJNIServiceServer) ExceptionOccurred ¶
func (UnimplementedJNIServiceServer) ExceptionOccurred(context.Context, *ExceptionOccurredRequest) (*ExceptionOccurredResponse, error)
func (UnimplementedJNIServiceServer) FindClass ¶
func (UnimplementedJNIServiceServer) FindClass(context.Context, *FindClassRequest) (*FindClassResponse, error)
func (UnimplementedJNIServiceServer) FromReflectedField ¶
func (UnimplementedJNIServiceServer) FromReflectedField(context.Context, *FromReflectedFieldRequest) (*FromReflectedFieldResponse, error)
func (UnimplementedJNIServiceServer) FromReflectedMethod ¶
func (UnimplementedJNIServiceServer) FromReflectedMethod(context.Context, *FromReflectedMethodRequest) (*FromReflectedMethodResponse, error)
func (UnimplementedJNIServiceServer) GetAppContext ¶
func (UnimplementedJNIServiceServer) GetAppContext(context.Context, *GetAppContextRequest) (*GetAppContextResponse, error)
func (UnimplementedJNIServiceServer) GetArrayLength ¶
func (UnimplementedJNIServiceServer) GetArrayLength(context.Context, *GetArrayLengthRequest) (*GetArrayLengthResponse, error)
func (UnimplementedJNIServiceServer) GetArrayRegion ¶
func (UnimplementedJNIServiceServer) GetArrayRegion(context.Context, *GetArrayRegionRequest) (*GetArrayRegionResponse, error)
func (UnimplementedJNIServiceServer) GetByteArrayData ¶
func (UnimplementedJNIServiceServer) GetByteArrayData(context.Context, *GetByteArrayDataRequest) (*GetByteArrayDataResponse, error)
func (UnimplementedJNIServiceServer) GetField ¶
func (UnimplementedJNIServiceServer) GetField(context.Context, *GetFieldValueRequest) (*GetFieldValueResponse, error)
func (UnimplementedJNIServiceServer) GetFieldID ¶
func (UnimplementedJNIServiceServer) GetFieldID(context.Context, *GetFieldIDRequest) (*GetFieldIDResponse, error)
func (UnimplementedJNIServiceServer) GetMethodID ¶
func (UnimplementedJNIServiceServer) GetMethodID(context.Context, *GetMethodIDRequest) (*GetMethodIDResponse, error)
func (UnimplementedJNIServiceServer) GetObjectArrayElement ¶
func (UnimplementedJNIServiceServer) GetObjectArrayElement(context.Context, *GetObjectArrayElementRequest) (*GetObjectArrayElementResponse, error)
func (UnimplementedJNIServiceServer) GetObjectClass ¶
func (UnimplementedJNIServiceServer) GetObjectClass(context.Context, *GetObjectClassRequest) (*GetObjectClassResponse, error)
func (UnimplementedJNIServiceServer) GetObjectRefType ¶
func (UnimplementedJNIServiceServer) GetObjectRefType(context.Context, *GetObjectRefTypeRequest) (*GetObjectRefTypeResponse, error)
func (UnimplementedJNIServiceServer) GetStaticField ¶
func (UnimplementedJNIServiceServer) GetStaticField(context.Context, *GetStaticFieldValueRequest) (*GetStaticFieldValueResponse, error)
func (UnimplementedJNIServiceServer) GetStaticFieldID ¶
func (UnimplementedJNIServiceServer) GetStaticFieldID(context.Context, *GetStaticFieldIDRequest) (*GetStaticFieldIDResponse, error)
func (UnimplementedJNIServiceServer) GetStaticMethodID ¶
func (UnimplementedJNIServiceServer) GetStaticMethodID(context.Context, *GetStaticMethodIDRequest) (*GetStaticMethodIDResponse, error)
func (UnimplementedJNIServiceServer) GetStringLength ¶
func (UnimplementedJNIServiceServer) GetStringLength(context.Context, *GetStringLengthRequest) (*GetStringLengthResponse, error)
func (UnimplementedJNIServiceServer) GetStringUTFChars ¶
func (UnimplementedJNIServiceServer) GetStringUTFChars(context.Context, *GetStringUTFCharsRequest) (*GetStringUTFCharsResponse, error)
func (UnimplementedJNIServiceServer) GetSuperclass ¶
func (UnimplementedJNIServiceServer) GetSuperclass(context.Context, *GetSuperclassRequest) (*GetSuperclassResponse, error)
func (UnimplementedJNIServiceServer) GetVersion ¶
func (UnimplementedJNIServiceServer) GetVersion(context.Context, *GetVersionRequest) (*GetVersionResponse, error)
func (UnimplementedJNIServiceServer) IsAssignableFrom ¶
func (UnimplementedJNIServiceServer) IsAssignableFrom(context.Context, *IsAssignableFromRequest) (*IsAssignableFromResponse, error)
func (UnimplementedJNIServiceServer) IsInstanceOf ¶
func (UnimplementedJNIServiceServer) IsInstanceOf(context.Context, *IsInstanceOfRequest) (*IsInstanceOfResponse, error)
func (UnimplementedJNIServiceServer) IsSameObject ¶
func (UnimplementedJNIServiceServer) IsSameObject(context.Context, *IsSameObjectRequest) (*IsSameObjectResponse, error)
func (UnimplementedJNIServiceServer) MonitorEnter ¶
func (UnimplementedJNIServiceServer) MonitorEnter(context.Context, *MonitorEnterRequest) (*MonitorEnterResponse, error)
func (UnimplementedJNIServiceServer) MonitorExit ¶
func (UnimplementedJNIServiceServer) MonitorExit(context.Context, *MonitorExitRequest) (*MonitorExitResponse, error)
func (UnimplementedJNIServiceServer) NewGlobalRef ¶
func (UnimplementedJNIServiceServer) NewGlobalRef(context.Context, *NewGlobalRefRequest) (*NewGlobalRefResponse, error)
func (UnimplementedJNIServiceServer) NewLocalRef ¶
func (UnimplementedJNIServiceServer) NewLocalRef(context.Context, *NewLocalRefRequest) (*NewLocalRefResponse, error)
func (UnimplementedJNIServiceServer) NewObject ¶
func (UnimplementedJNIServiceServer) NewObject(context.Context, *NewObjectRequest) (*NewObjectResponse, error)
func (UnimplementedJNIServiceServer) NewObjectArray ¶
func (UnimplementedJNIServiceServer) NewObjectArray(context.Context, *NewObjectArrayRequest) (*NewObjectArrayResponse, error)
func (UnimplementedJNIServiceServer) NewPrimitiveArray ¶
func (UnimplementedJNIServiceServer) NewPrimitiveArray(context.Context, *NewPrimitiveArrayRequest) (*NewPrimitiveArrayResponse, error)
func (UnimplementedJNIServiceServer) NewStringUTF ¶
func (UnimplementedJNIServiceServer) NewStringUTF(context.Context, *NewStringUTFRequest) (*NewStringUTFResponse, error)
func (UnimplementedJNIServiceServer) NewWeakGlobalRef ¶
func (UnimplementedJNIServiceServer) NewWeakGlobalRef(context.Context, *NewWeakGlobalRefRequest) (*NewWeakGlobalRefResponse, error)
func (UnimplementedJNIServiceServer) PopLocalFrame ¶
func (UnimplementedJNIServiceServer) PopLocalFrame(context.Context, *PopLocalFrameRequest) (*PopLocalFrameResponse, error)
func (UnimplementedJNIServiceServer) PushLocalFrame ¶
func (UnimplementedJNIServiceServer) PushLocalFrame(context.Context, *PushLocalFrameRequest) (*PushLocalFrameResponse, error)
func (UnimplementedJNIServiceServer) SetArrayRegion ¶
func (UnimplementedJNIServiceServer) SetArrayRegion(context.Context, *SetArrayRegionRequest) (*SetArrayRegionResponse, error)
func (UnimplementedJNIServiceServer) SetField ¶
func (UnimplementedJNIServiceServer) SetField(context.Context, *SetFieldValueRequest) (*SetFieldValueResponse, error)
func (UnimplementedJNIServiceServer) SetObjectArrayElement ¶
func (UnimplementedJNIServiceServer) SetObjectArrayElement(context.Context, *SetObjectArrayElementRequest) (*SetObjectArrayElementResponse, error)
func (UnimplementedJNIServiceServer) SetStaticField ¶
func (UnimplementedJNIServiceServer) SetStaticField(context.Context, *SetStaticFieldValueRequest) (*SetStaticFieldValueResponse, error)
func (UnimplementedJNIServiceServer) Throw ¶
func (UnimplementedJNIServiceServer) Throw(context.Context, *ThrowRequest) (*ThrowResponse, error)
func (UnimplementedJNIServiceServer) ThrowNew ¶
func (UnimplementedJNIServiceServer) ThrowNew(context.Context, *ThrowNewRequest) (*ThrowNewResponse, error)
func (UnimplementedJNIServiceServer) ToReflectedField ¶
func (UnimplementedJNIServiceServer) ToReflectedField(context.Context, *ToReflectedFieldRequest) (*ToReflectedFieldResponse, error)
func (UnimplementedJNIServiceServer) ToReflectedMethod ¶
func (UnimplementedJNIServiceServer) ToReflectedMethod(context.Context, *ToReflectedMethodRequest) (*ToReflectedMethodResponse, error)
type UnsafeJNIServiceServer ¶
type UnsafeJNIServiceServer interface {
// contains filtered or unexported methods
}
UnsafeJNIServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JNIServiceServer will result in compilation errors.