| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.builder | |
| org.iota.jota.config | |
| org.iota.jota.config.options | |
| org.iota.jota.config.types | |
| org.iota.jota.connection |
| Modifier and Type | Field and Description |
|---|---|
protected List<Connection> |
IotaAPICore.nodes |
| Modifier and Type | Method and Description |
|---|---|
Connection |
IotaAPICore.getRandomNode() |
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
ApiOptions.getNodes() |
List<Connection> |
IotaAPICore.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IotaAPICore.addNode(Connection n) |
boolean |
IotaAPICore.removeNode(Connection n) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiOptions.setNodes(List<Connection> nodes) |
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
ApiBuilder.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
T |
ApiBuilder.addNode(Connection c) |
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
IotaClientConfig.loadNodes(String key)
Loads nodes from a properties file based on a key.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
ApiConfig.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
FileConfig.getNodes() |
List<Connection> |
EnvConfig.getNodes() |
List<Connection> |
IotaDefaultConfig.getNodes() |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpConnector |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
ConnectionFactory.createConnection(Map<String,String> configValues,
int timeout) |
static Connection |
ConnectionFactory.createConnection(Properties properties,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpConnector.isConnectedToSameNode(Connection other) |
boolean |
Connection.isConnectedToSameNode(Connection other)
A check if we are connected to the same node.
|
Copyright © 2019. All rights reserved.