public class Protocol extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
Protocol.RpcMethod
RPC method
|
static interface |
Protocol.RpcParam
RPC parameter note :(used on the client interface, not required on the server)
|
static interface |
Protocol.RpcService
RPC service note :(to use RPC, the interface or class can be configured with or without annotations, the default is the class name of the interface)
|
| 构造器和说明 |
|---|
Protocol() |
Copyright © 2021. All rights reserved.