| Package | Description |
|---|---|
| org.iota.jota.connection | |
| org.iota.jota.dto.request |
| Modifier and Type | Method and Description |
|---|---|
AddNeighborsResponse |
HttpConnector.addNeighbors(IotaNeighborsRequest request) |
retrofit2.Call<AddNeighborsResponse> |
IotaNodeHTTPService.addNeighbors(IotaNeighborsRequest request)
Add a list of neighbors to the node.
|
AddNeighborsResponse |
IotaNodeApi.addNeighbors(IotaNeighborsRequest request)
Add a list of neighbors to the node.
|
RemoveNeighborsResponse |
HttpConnector.removeNeighbors(IotaNeighborsRequest request) |
retrofit2.Call<RemoveNeighborsResponse> |
IotaNodeHTTPService.removeNeighbors(IotaNeighborsRequest request)
Removes a list of neighbors from the node.
|
RemoveNeighborsResponse |
IotaNodeApi.removeNeighbors(IotaNeighborsRequest request)
Removes a list of neighbors from the node.
|
| Modifier and Type | Method and Description |
|---|---|
static IotaNeighborsRequest |
IotaNeighborsRequest.createAddNeighborsRequest(String... uris)
Initializes a new instance of the IotaNeighborsRequest class.
|
static IotaNeighborsRequest |
IotaNeighborsRequest.createRemoveNeighborsRequest(String... uris)
Initializes a new instance of the IotaNeighborsRequest class.
|
Copyright © 2019. All rights reserved.