public abstract class RPCHook extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
RPCHook.CallType |
class |
RPCHook.RValue |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static RPCHook |
hook |
static String |
HOOK_METHOD |
| コンストラクタと説明 |
|---|
RPCHook() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract RPCHook.RValue |
calleeHook(String method,
Object[] args) |
abstract RPCHook.RValue |
callerHook(RPCHook.CallType type,
ObjectId targetId,
String target,
String method,
Object[] args) |
public static RPCHook hook
public abstract RPCHook.RValue callerHook(RPCHook.CallType type, ObjectId targetId, String target, String method, Object[] args)
public abstract RPCHook.RValue calleeHook(String method, Object[] args)
Copyright © 2017. All rights reserved.