public class FileConfig extends IotaClientConfig
store| Modifier | Constructor and Description |
|---|---|
|
FileConfig() |
|
FileConfig(FlatFileStore store) |
|
FileConfig(Optional<String> url) |
protected |
FileConfig(PropertiesStore store) |
|
FileConfig(String url) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionTimeout()
Connection time out in seconds
|
int |
getDepth() |
String |
getLegacyHost() |
int |
getLegacyPort() |
String |
getLegacyProtocol() |
int |
getMwm() |
List<Connection> |
getNodes() |
int |
getSecurityLevel() |
AccountStore |
getStore()
The storage method we use for storing indexes and unsend transactions
|
hasNodes, intOrNull, loadNodes, stringOrNull, toStringpublic FileConfig(FlatFileStore store) throws Exception
Exceptionprotected FileConfig(PropertiesStore store) throws Exception
Exceptionpublic int getLegacyPort()
public String getLegacyProtocol()
public String getLegacyHost()
public AccountStore getStore()
AccountConfigpublic int getMwm()
public int getDepth()
public int getSecurityLevel()
public int getConnectionTimeout()
ApiConfigpublic List<Connection> getNodes()
Copyright © 2019. All rights reserved.