| Package | Description |
|---|---|
| io.nessus.core.ipfs | |
| io.nessus.core.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.findLocalContent(io.nessus.Wallet.Address owner,
Path path)
Find local content for a given address and path.
|
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 |
ExtendedContentManager.decrypt(FHandle fhandle,
io.nessus.Wallet.Address owner,
Path destPath,
boolean storePlain) |
protected FHandle |
DefaultContentManager.decrypt(FHandle fhandle,
io.nessus.Wallet.Address owner,
Path destPath,
boolean storePlain) |
FHandle |
DefaultContentManager.findLocalContent(io.nessus.Wallet.Address owner,
Path path) |
FHandle |
DefaultContentManager.get(io.nessus.Wallet.Address owner,
String cid,
Path path,
Long timeout) |
FHandle |
ExtendedContentManager.getFHandleFromTx(io.nessus.UTXO utxo,
io.nessus.Wallet.Address owner) |
protected FHandle |
DefaultContentManager.getFHandleFromTx(io.nessus.UTXO utxo,
io.nessus.Wallet.Address owner) |
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 owner,
Long timeout) |
List<FHandle> |
DefaultContentManager.findLocalContent(io.nessus.Wallet.Address owner) |
| Modifier and Type | Method and Description |
|---|---|
FHandle |
ExtendedContentManager.decrypt(FHandle fhandle,
io.nessus.Wallet.Address owner,
Path destPath,
boolean storePlain) |
protected FHandle |
DefaultContentManager.decrypt(FHandle fhandle,
io.nessus.Wallet.Address owner,
Path destPath,
boolean storePlain) |
DefaultContentManager.FHeader |
DefaultContentManager.writeHeader(FHandle fhandle,
Writer pw) |
Copyright © 2018. All rights reserved.