public class MetaExportHelper extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CHARSET_NAME
default output charset name.
|
| 构造器和说明 |
|---|
MetaExportHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
exportIDL(int servicePort)
Export idl.
|
static String |
exportIDL(String serviceHost,
int servicePort)
Export idl.
|
static String |
exportIDL(String serviceHost,
int servicePort,
String charset)
Export idl.
|
static RpcServiceMetaList |
exportRPCMeta(int servicePort)
Export rpc meta.
|
static RpcServiceMetaList |
exportRPCMeta(String serviceHost,
int servicePort)
Export rpc meta.
|
public static String exportIDL(int servicePort)
servicePort - the service portpublic static String exportIDL(String serviceHost, int servicePort)
serviceHost - the service hostservicePort - the service portpublic static String exportIDL(String serviceHost, int servicePort, String charset)
serviceHost - the service hostservicePort - the service portcharset - the charsetpublic static RpcServiceMetaList exportRPCMeta(int servicePort)
servicePort - the service portpublic static RpcServiceMetaList exportRPCMeta(String serviceHost, int servicePort)
serviceHost - the service hostservicePort - the service portCopyright © 2022 Baidu, Inc.. All rights reserved.