| 程序包 | 说明 |
|---|---|
| cn.tdchain.jbcc | |
| cn.tdchain.jbcc.net |
| 限定符和类型 | 字段和说明 |
|---|---|
static NetType |
ConnectionFactory.netType |
protected NetType |
Connection.netType |
| 限定符和类型 | 方法和说明 |
|---|---|
NetType |
ConnectionFactory.ConnectionConfig.getNetType() |
| 限定符和类型 | 方法和说明 |
|---|---|
ConnectionFactory.ConnectionConfig.Builder |
ConnectionFactory.ConnectionConfig.Builder.netType(NetType netType) |
ConnectionBuilder |
ConnectionBuilder.netType(NetType netType) |
void |
ConnectionFactory.ConnectionConfig.setNetType(NetType netType) |
| 构造器和说明 |
|---|
Connection(String[] ipTable,
int port,
Key key,
String token,
Cipher cipher,
NetType netType) |
Connection(String[] ipArr,
int port,
String token,
long timeout,
String ksPath,
String ksPasswd,
NetType netType)
DEFAULT_TIMEOUT
|
| 限定符和类型 | 方法和说明 |
|---|---|
static NetType |
NetType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static NetType[] |
NetType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2019. All Rights Reserved.