| 程序包 | 说明 |
|---|---|
| com.baidu.bjf.remoting.protobuf |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> Codec<T> |
ProtobufProxy.create(Class<T> cls)
To create a protobuf proxy class for target class.
|
static <T> Codec<T> |
ProtobufProxy.create(Class<T> cls,
boolean debug) |
static <T> Codec<T> |
ProtobufProxy.create(Class<T> cls,
boolean debug,
File path)
To create a protobuf proxy class for target class.
|
protected static <T> Codec<T> |
ProtobufProxy.doCreate(Class<T> cls,
boolean debug)
To create a protobuf proxy class for target class.
|
| 构造器和说明 |
|---|
IDLProxyObject(Codec codec,
Object target,
Class<?> cls)
default construtor to set
Codec target |
Copyright © 2016 Baidu, Inc.. All rights reserved.