| Package | Description |
|---|---|
| io.nessus.ipfs | |
| io.nessus.ipfs.impl |
| Modifier and Type | Method and Description |
|---|---|
FHandle |
ContentManager.add(io.nessus.Wallet.Address owner,
InputStream input,
Path path)
Add content to IPFS.
|
FHandle |
FHandle.FHBuilder.build() |
FHandle |
ContentManager.get(io.nessus.Wallet.Address owner,
String cid,
Path path,
Long timeout)
Get content from IPFS.
|
FHandle |
ContentManager.send(io.nessus.Wallet.Address owner,
String cid,
io.nessus.Wallet.Address target,
Long timeout)
Send content to a target address via IPFS.
|
| Modifier and Type | Method and Description |
|---|---|
List<FHandle> |
ContentManager.findIPFSContent(io.nessus.Wallet.Address owner,
Long timeout)
Find registered IPFS content for a given address.
|
List<FHandle> |
ContentManager.findLocalContent(io.nessus.Wallet.Address owner)
Find local content for a given address.
|
| Constructor and Description |
|---|
FHBuilder(FHandle fhandle) |
| Modifier and Type | Method and Description |
|---|---|
FHandle |
DefaultContentManager.add(io.nessus.Wallet.Address owner,
InputStream input,
Path path) |
FHandle |
DefaultContentManager.get(io.nessus.Wallet.Address owner,
String cid,
Path path,
Long timeout) |
FHandle |
DefaultContentManager.send(io.nessus.Wallet.Address owner,
String cid,
io.nessus.Wallet.Address target,
Long timeout) |
| Modifier and Type | Method and Description |
|---|---|
List<FHandle> |
DefaultContentManager.findIPFSContent(io.nessus.Wallet.Address addr,
Long timeout) |
List<FHandle> |
DefaultContentManager.findLocalContent(io.nessus.Wallet.Address owner) |
Copyright © 2018. All rights reserved.