Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W _ 

A

add(NamedStreamable) - Method in class io.ipfs.api.IPFS
 
add(NamedStreamable, boolean) - Method in class io.ipfs.api.IPFS
 
add(NamedStreamable, boolean, boolean) - Method in class io.ipfs.api.IPFS
 
add(List<NamedStreamable>, boolean, boolean) - Method in class io.ipfs.api.IPFS
 
add(MultiAddress) - Method in class io.ipfs.api.IPFS.Bootstrap
 
add(Multihash) - Method in class io.ipfs.api.IPFS.Pin
 
addDirectoryPart(Path) - Method in class io.ipfs.api.Multipart
 
addFilePart(String, Path, NamedStreamable) - Method in class io.ipfs.api.Multipart
 
addFormField(String, String) - Method in class io.ipfs.api.Multipart
 
addHeaderField(String, String) - Method in class io.ipfs.api.Multipart
 
address - Variable in class io.ipfs.api.Peer
 
addrs() - Method in class io.ipfs.api.IPFS.Swarm
 
addSubtree(Path, NamedStreamable) - Method in class io.ipfs.api.Multipart
 
apply(Function<L, B>, Function<R, D>) - Method in class io.ipfs.api.Pair
 

B

block - Variable in class io.ipfs.api.IPFS
 
Block() - Constructor for class io.ipfs.api.IPFS.Block
 
bootstrap - Variable in class io.ipfs.api.IPFS
 
bootstrap() - Method in class io.ipfs.api.IPFS
 
Bootstrap() - Constructor for class io.ipfs.api.IPFS.Bootstrap
 
BREAK - Static variable in interface io.ipfs.api.cbor.CborConstants
The CBOR-encoded "break" stop code for unlimited arrays/maps.
build(Map<String, CborObject>) - Static method in class io.ipfs.api.cbor.CborObject.CborMap
 
bw() - Method in class io.ipfs.api.IPFS.Stats
 
ByteArrayWrapper(byte[]) - Constructor for class io.ipfs.api.NamedStreamable.ByteArrayWrapper
 
ByteArrayWrapper(String, byte[]) - Constructor for class io.ipfs.api.NamedStreamable.ByteArrayWrapper
 
ByteArrayWrapper(Optional<String>, byte[]) - Constructor for class io.ipfs.api.NamedStreamable.ByteArrayWrapper
 

C

cat(Multihash) - Method in class io.ipfs.api.IPFS
 
cat(Multihash, String) - Method in class io.ipfs.api.IPFS
 
catStream(Multihash) - Method in class io.ipfs.api.IPFS
 
Cborable - Interface in io.ipfs.api.cbor
 
CborBoolean(boolean) - Constructor for class io.ipfs.api.cbor.CborObject.CborBoolean
 
CborByteArray(byte[]) - Constructor for class io.ipfs.api.cbor.CborObject.CborByteArray
 
CborConstants - Interface in io.ipfs.api.cbor
Constant values used by the CBOR format.
CborDecoder - Class in io.ipfs.api.cbor
Provides a decoder capable of handling CBOR encoded data from a InputStream.
CborDecoder(InputStream) - Constructor for class io.ipfs.api.cbor.CborDecoder
Creates a new CborDecoder instance.
CborEncoder - Class in io.ipfs.api.cbor
Provides an encoder capable of encoding data into CBOR format to a given OutputStream.
CborEncoder(OutputStream) - Constructor for class io.ipfs.api.cbor.CborEncoder
Creates a new CborEncoder instance.
CborIpldNode(CborObject) - Constructor for class io.ipfs.api.IpldNode.CborIpldNode
 
CborList(List<CborObject>) - Constructor for class io.ipfs.api.cbor.CborObject.CborList
 
CborLong(long) - Constructor for class io.ipfs.api.cbor.CborObject.CborLong
 
CborMap(SortedMap<CborObject, CborObject>) - Constructor for class io.ipfs.api.cbor.CborObject.CborMap
 
CborMerkleLink(Multihash) - Constructor for class io.ipfs.api.cbor.CborObject.CborMerkleLink
 
CborNull() - Constructor for class io.ipfs.api.cbor.CborObject.CborNull
 
CborObject - Interface in io.ipfs.api.cbor
 
CborObject.CborBoolean - Class in io.ipfs.api.cbor
 
CborObject.CborByteArray - Class in io.ipfs.api.cbor
 
CborObject.CborList - Class in io.ipfs.api.cbor
 
CborObject.CborLong - Class in io.ipfs.api.cbor
 
CborObject.CborMap - Class in io.ipfs.api.cbor
 
CborObject.CborMerkleLink - Class in io.ipfs.api.cbor
 
CborObject.CborNull - Class in io.ipfs.api.cbor
 
CborObject.CborString - Class in io.ipfs.api.cbor
 
CborString(String) - Constructor for class io.ipfs.api.cbor.CborObject.CborString
 
CborType - Class in io.ipfs.api.cbor
Represents the various major types in CBOR, along with their .
check() - Method in class io.ipfs.api.IPFS.Update
 
cid() - Method in interface io.ipfs.api.IpldNode
 
cmds() - Method in class io.ipfs.api.IPFS.Diag
 
commands() - Method in class io.ipfs.api.IPFS
 
compare(byte[], byte[]) - Static method in class io.ipfs.api.cbor.CborObject.CborByteArray
 
compareTo(CborObject.CborByteArray) - Method in class io.ipfs.api.cbor.CborObject.CborByteArray
 
compareTo(CborObject.CborLong) - Method in class io.ipfs.api.cbor.CborObject.CborLong
 
compareTo(CborObject.CborNull) - Method in class io.ipfs.api.cbor.CborObject.CborNull
 
compareTo(CborObject.CborString) - Method in class io.ipfs.api.cbor.CborObject.CborString
 
compareTo(Version) - Method in class io.ipfs.api.Version
 
config - Variable in class io.ipfs.api.IPFS
 
Config() - Constructor for class io.ipfs.api.IPFS.Config
 
connect(String) - Method in class io.ipfs.api.IPFS.Swarm
 
createBoundary() - Static method in class io.ipfs.api.Multipart
 

D

dag - Variable in class io.ipfs.api.IPFS
 
Dag() - Constructor for class io.ipfs.api.IPFS.Dag
 
data(Multihash) - Method in class io.ipfs.api.IPFS.IPFSObject
 
data - Variable in class io.ipfs.api.MerkleNode
 
deserialize(CborDecoder) - Static method in interface io.ipfs.api.cbor.CborObject
 
dht - Variable in class io.ipfs.api.IPFS
 
DHT() - Constructor for class io.ipfs.api.IPFS.DHT
 
diag - Variable in class io.ipfs.api.IPFS
 
Diag() - Constructor for class io.ipfs.api.IPFS.Diag
 
DirWrapper(String, List<NamedStreamable>) - Constructor for class io.ipfs.api.NamedStreamable.DirWrapper
 
disconnect(String) - Method in class io.ipfs.api.IPFS.Swarm
 
dns(String) - Method in class io.ipfs.api.IPFS
 
DOUBLE_PRECISION_FLOAT - Static variable in interface io.ipfs.api.cbor.CborConstants
Denotes a double-precision float (eight-byte IEEE 754).

E

EIGHT_BYTES - Static variable in interface io.ipfs.api.cbor.CborConstants
Denotes a eight-byte value (uint64).
equals(Object) - Method in class io.ipfs.api.cbor.CborObject.CborBoolean
 
equals(Object) - Method in class io.ipfs.api.cbor.CborObject.CborByteArray
 
equals(Object) - Method in class io.ipfs.api.cbor.CborObject.CborList
 
equals(Object) - Method in class io.ipfs.api.cbor.CborObject.CborLong
 
equals(Object) - Method in class io.ipfs.api.cbor.CborObject.CborMap
 
equals(Object) - Method in class io.ipfs.api.cbor.CborObject.CborMerkleLink
 
equals(Object) - Method in class io.ipfs.api.cbor.CborObject.CborNull
 
equals(Object) - Method in class io.ipfs.api.cbor.CborObject.CborString
 
equals(Object) - Method in class io.ipfs.api.cbor.CborType
 
equals(Object) - Method in class io.ipfs.api.IpldNode.Link
 
equals(Object) - Method in class io.ipfs.api.KeyInfo
 
equals(Object) - Method in class io.ipfs.api.MerkleNode
 
equals(Object) - Method in class io.ipfs.api.Pair
 
expectIntegerType(int) - Method in class io.ipfs.api.cbor.CborDecoder
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectation.

F

FALSE - Static variable in interface io.ipfs.api.cbor.CborConstants
The CBOR-encoded boolean false value (encoded as "simple value").
file - Variable in class io.ipfs.api.IPFS
 
File() - Constructor for class io.ipfs.api.IPFS.File
 
FileWrapper(File) - Constructor for class io.ipfs.api.NamedStreamable.FileWrapper
 
findpeer(Multihash) - Method in class io.ipfs.api.IPFS.DHT
 
findprovs(Multihash) - Method in class io.ipfs.api.IPFS.DHT
 
finish() - Method in class io.ipfs.api.Multipart
 
FOUR_BYTES - Static variable in interface io.ipfs.api.cbor.CborConstants
Denotes a four-byte value (uint32).
fromByteArray(byte[]) - Static method in interface io.ipfs.api.cbor.CborObject
 
fromCBOR(CborObject) - Static method in interface io.ipfs.api.IpldNode
 
fromJSON(Object) - Static method in interface io.ipfs.api.IpldNode
 
fromJson(Object) - Static method in class io.ipfs.api.KeyInfo
 
fromJSON(Object) - Static method in class io.ipfs.api.MerkleNode
 
fromJSON(Object) - Static method in class io.ipfs.api.Peer
 

G

gc() - Method in class io.ipfs.api.IPFS.Repo
 
gen(String, Optional<String>, Optional<String>) - Method in class io.ipfs.api.IPFS.Key
 
get(Multihash) - Method in class io.ipfs.api.IPFS.Block
 
get(String) - Method in class io.ipfs.api.IPFS.Config
 
get(Cid) - Method in class io.ipfs.api.IPFS.Dag
 
get(Multihash) - Method in class io.ipfs.api.IPFS.DHT
 
get(Multihash) - Method in class io.ipfs.api.IPFS
 
get(Multihash) - Method in class io.ipfs.api.IPFS.IPFSObject
 
getAdditionalInfo() - Method in class io.ipfs.api.cbor.CborType
 
getChildren() - Method in class io.ipfs.api.NamedStreamable.ByteArrayWrapper
 
getChildren() - Method in class io.ipfs.api.NamedStreamable.DirWrapper
 
getChildren() - Method in class io.ipfs.api.NamedStreamable.FileWrapper
 
getChildren() - Method in interface io.ipfs.api.NamedStreamable
 
getChildren() - Method in class io.ipfs.api.NamedStreamable.InputStreamWrapper
 
getContents() - Method in interface io.ipfs.api.NamedStreamable
 
getInputStream() - Method in class io.ipfs.api.NamedStreamable.ByteArrayWrapper
 
getInputStream() - Method in class io.ipfs.api.NamedStreamable.DirWrapper
 
getInputStream() - Method in class io.ipfs.api.NamedStreamable.FileWrapper
 
getInputStream() - Method in interface io.ipfs.api.NamedStreamable
 
getInputStream() - Method in class io.ipfs.api.NamedStreamable.InputStreamWrapper
 
getLinks() - Method in class io.ipfs.api.IpldNode.CborIpldNode
 
getLinks() - Method in interface io.ipfs.api.IpldNode
 
getLinks() - Method in class io.ipfs.api.IpldNode.JsonIpldNode
 
getMajorType() - Method in class io.ipfs.api.cbor.CborType
 
getName(int) - Static method in class io.ipfs.api.cbor.CborType
Returns a descriptive string for the given major type.
getName() - Method in class io.ipfs.api.NamedStreamable.ByteArrayWrapper
 
getName() - Method in class io.ipfs.api.NamedStreamable.DirWrapper
 
getName() - Method in class io.ipfs.api.NamedStreamable.FileWrapper
 
getName() - Method in interface io.ipfs.api.NamedStreamable
 
getName() - Method in class io.ipfs.api.NamedStreamable.InputStreamWrapper
 
getValue(Object, String) - Static method in class io.ipfs.api.JSONParser
 

H

HALF_PRECISION_FLOAT - Static variable in interface io.ipfs.api.cbor.CborConstants
Denotes a half-precision float (two-byte IEEE 754).
hash - Variable in class io.ipfs.api.MerkleNode
 
hashCode() - Method in class io.ipfs.api.cbor.CborObject.CborBoolean
 
hashCode() - Method in class io.ipfs.api.cbor.CborObject.CborByteArray
 
hashCode() - Method in class io.ipfs.api.cbor.CborObject.CborList
 
hashCode() - Method in class io.ipfs.api.cbor.CborObject.CborLong
 
hashCode() - Method in class io.ipfs.api.cbor.CborObject.CborMap
 
hashCode() - Method in class io.ipfs.api.cbor.CborObject.CborMerkleLink
 
hashCode() - Method in class io.ipfs.api.cbor.CborObject.CborNull
 
hashCode() - Method in class io.ipfs.api.cbor.CborObject.CborString
 
hashCode() - Method in class io.ipfs.api.cbor.CborType
 
hashCode() - Method in class io.ipfs.api.IpldNode.Link
 
hashCode() - Method in class io.ipfs.api.KeyInfo
 
hashCode() - Method in class io.ipfs.api.MerkleNode
 
hashCode() - Method in class io.ipfs.api.Pair
 
host - Variable in class io.ipfs.api.IPFS
 

I

id(String) - Method in class io.ipfs.api.IPFS
 
id() - Method in class io.ipfs.api.IPFS
 
id - Variable in class io.ipfs.api.KeyInfo
 
id - Variable in class io.ipfs.api.Peer
 
InputStreamWrapper(InputStream) - Constructor for class io.ipfs.api.NamedStreamable.InputStreamWrapper
 
InputStreamWrapper(String, InputStream) - Constructor for class io.ipfs.api.NamedStreamable.InputStreamWrapper
 
InputStreamWrapper(Optional<String>, InputStream) - Constructor for class io.ipfs.api.NamedStreamable.InputStreamWrapper
 
io.ipfs.api - package io.ipfs.api
 
io.ipfs.api.cbor - package io.ipfs.api.cbor
 
IPFS - Class in io.ipfs.api
 
IPFS(String, int) - Constructor for class io.ipfs.api.IPFS
 
IPFS(String) - Constructor for class io.ipfs.api.IPFS
 
IPFS(MultiAddress) - Constructor for class io.ipfs.api.IPFS
 
IPFS(String, int, String) - Constructor for class io.ipfs.api.IPFS
 
IPFS.Block - Class in io.ipfs.api
 
IPFS.Bootstrap - Class in io.ipfs.api
 
IPFS.Config - Class in io.ipfs.api
 
IPFS.Dag - Class in io.ipfs.api
 
IPFS.DHT - Class in io.ipfs.api
 
IPFS.Diag - Class in io.ipfs.api
 
IPFS.File - Class in io.ipfs.api
 
IPFS.IPFSObject - Class in io.ipfs.api
 
IPFS.Key - Class in io.ipfs.api
 
IPFS.Name - Class in io.ipfs.api
 
IPFS.Pin - Class in io.ipfs.api
 
IPFS.PinType - Enum in io.ipfs.api
 
IPFS.Pubsub - Class in io.ipfs.api
 
IPFS.Refs - Class in io.ipfs.api
 
IPFS.Repo - Class in io.ipfs.api
 
IPFS.Stats - Class in io.ipfs.api
 
IPFS.Swarm - Class in io.ipfs.api
 
IPFS.Update - Class in io.ipfs.api
 
IPFSObject() - Constructor for class io.ipfs.api.IPFS.IPFSObject
 
IpldNode - Interface in io.ipfs.api
 
IpldNode.CborIpldNode - Class in io.ipfs.api
 
IpldNode.JsonIpldNode - Class in io.ipfs.api
 
IpldNode.Link - Class in io.ipfs.api
 
isBefore(Version) - Method in class io.ipfs.api.Version
 
isBreakAllowed() - Method in class io.ipfs.api.cbor.CborType
 
isDirectory() - Method in class io.ipfs.api.NamedStreamable.ByteArrayWrapper
 
isDirectory() - Method in class io.ipfs.api.NamedStreamable.DirWrapper
 
isDirectory() - Method in class io.ipfs.api.NamedStreamable.FileWrapper
 
isDirectory() - Method in class io.ipfs.api.NamedStreamable.InputStreamWrapper
 
isDirectory() - Method in interface io.ipfs.api.NamedStreamable
 
isEqualType(CborType) - Method in class io.ipfs.api.cbor.CborType
Determines whether the major type of a given CborType equals the major type of this CborType.
isEqualType(int) - Method in class io.ipfs.api.cbor.CborType
Determines whether the major type of a given byte value (representing an encoded CborType) equals the major type of this CborType.

J

JsonIpldNode(Object) - Constructor for class io.ipfs.api.IpldNode.JsonIpldNode
 
JSONParser - Class in io.ipfs.api
 
JSONParser() - Constructor for class io.ipfs.api.JSONParser
 

K

key - Variable in class io.ipfs.api.IPFS
 
Key() - Constructor for class io.ipfs.api.IPFS.Key
 
KeyInfo - Class in io.ipfs.api
 
KeyInfo(String, Multihash) - Constructor for class io.ipfs.api.KeyInfo
 

L

largeSize - Variable in class io.ipfs.api.MerkleNode
 
latency - Variable in class io.ipfs.api.Peer
 
left - Variable in class io.ipfs.api.Pair
 
Link(String, long, Multihash) - Constructor for class io.ipfs.api.IpldNode.Link
 
LINK_TAG - Static variable in interface io.ipfs.api.cbor.CborObject
 
links(Multihash) - Method in class io.ipfs.api.IPFS.IPFSObject
 
links - Variable in class io.ipfs.api.MerkleNode
 
list() - Method in class io.ipfs.api.IPFS.Bootstrap
 
list() - Method in class io.ipfs.api.IPFS.Key
 
local() - Method in class io.ipfs.api.IPFS.Refs
 
log() - Method in class io.ipfs.api.IPFS
 
log() - Method in class io.ipfs.api.IPFS.Update
 
ls(Multihash) - Method in class io.ipfs.api.IPFS.File
 
ls(Multihash) - Method in class io.ipfs.api.IPFS
 
ls() - Method in class io.ipfs.api.IPFS.Pin
 
ls(IPFS.PinType) - Method in class io.ipfs.api.IPFS.Pin
 
ls() - Method in class io.ipfs.api.IPFS.Pubsub
 

M

m_is - Variable in class io.ipfs.api.cbor.CborDecoder
 
major - Variable in class io.ipfs.api.Version
 
MerkleNode - Class in io.ipfs.api
 
MerkleNode(String, Optional<String>, Optional<Integer>, Optional<String>, Optional<Integer>, List<MerkleNode>, Optional<byte[]>) - Constructor for class io.ipfs.api.MerkleNode
 
MerkleNode(String) - Constructor for class io.ipfs.api.MerkleNode
 
MerkleNode(String, Optional<String>) - Constructor for class io.ipfs.api.MerkleNode
 
MIN_VERSION - Static variable in class io.ipfs.api.IPFS
 
minor - Variable in class io.ipfs.api.Version
 
mount(File, File) - Method in class io.ipfs.api.IPFS
 
Multipart - Class in io.ipfs.api
 
Multipart(String, String) - Constructor for class io.ipfs.api.Multipart
 
muxer - Variable in class io.ipfs.api.Peer
 

N

name - Variable in class io.ipfs.api.IPFS
 
Name() - Constructor for class io.ipfs.api.IPFS.Name
 
name - Variable in class io.ipfs.api.IpldNode.Link
 
name - Variable in class io.ipfs.api.KeyInfo
 
name - Variable in class io.ipfs.api.MerkleNode
 
NamedStreamable - Interface in io.ipfs.api
 
NamedStreamable.ByteArrayWrapper - Class in io.ipfs.api
 
NamedStreamable.DirWrapper - Class in io.ipfs.api
 
NamedStreamable.FileWrapper - Class in io.ipfs.api
 
NamedStreamable.InputStreamWrapper - Class in io.ipfs.api
 
NULL - Static variable in interface io.ipfs.api.cbor.CborConstants
The CBOR-encoded null value (encoded as "simple value").

O

object - Variable in class io.ipfs.api.IPFS
 
ObjectPatchTypes - Variable in class io.ipfs.api.IPFS
 
ObjectTemplates - Variable in class io.ipfs.api.IPFS
 
ONE_BYTE - Static variable in interface io.ipfs.api.cbor.CborConstants
Denotes a one-byte value (uint8).

P

Pair<L,R> - Class in io.ipfs.api
 
Pair(L, R) - Constructor for class io.ipfs.api.Pair
 
parse(Object) - Static method in class io.ipfs.api.JSONParser
 
parse(String) - Static method in class io.ipfs.api.JSONParser
 
parse(String) - Static method in class io.ipfs.api.Version
 
parseStream(String) - Static method in class io.ipfs.api.JSONParser
 
patch(Multihash, String, Optional<byte[]>, Optional<String>, Optional<Multihash>) - Method in class io.ipfs.api.IPFS.IPFSObject
 
patch - Variable in class io.ipfs.api.Version
 
peekType() - Method in class io.ipfs.api.cbor.CborDecoder
Peeks in the input stream for the upcoming type.
Peer - Class in io.ipfs.api
 
Peer(MultiAddress, Multihash, long, String, Object) - Constructor for class io.ipfs.api.Peer
 
peers() - Method in class io.ipfs.api.IPFS.Pubsub
 
peers(String) - Method in class io.ipfs.api.IPFS.Pubsub
 
peers() - Method in class io.ipfs.api.IPFS.Swarm
 
pin - Variable in class io.ipfs.api.IPFS
 
Pin() - Constructor for class io.ipfs.api.IPFS.Pin
 
ping(String) - Method in class io.ipfs.api.IPFS
 
port - Variable in class io.ipfs.api.IPFS
 
pub(String, String) - Method in class io.ipfs.api.IPFS.Pubsub
 
publish(Multihash) - Method in class io.ipfs.api.IPFS.Name
 
publish(Multihash, Optional<String>) - Method in class io.ipfs.api.IPFS.Name
 
pubsub - Variable in class io.ipfs.api.IPFS
 
Pubsub() - Constructor for class io.ipfs.api.IPFS.Pubsub
 
put(List<byte[]>) - Method in class io.ipfs.api.IPFS.Block
 
put(List<byte[]>, Optional<String>) - Method in class io.ipfs.api.IPFS.Block
 
put(byte[], Optional<String>) - Method in class io.ipfs.api.IPFS.Block
 
put(byte[]) - Method in class io.ipfs.api.IPFS.Dag
 
put(String, byte[]) - Method in class io.ipfs.api.IPFS.Dag
 
put(byte[], String) - Method in class io.ipfs.api.IPFS.Dag
 
put(String, byte[], String) - Method in class io.ipfs.api.IPFS.Dag
 
put(String, String) - Method in class io.ipfs.api.IPFS.DHT
 
put(List<byte[]>) - Method in class io.ipfs.api.IPFS.IPFSObject
 
put(String, List<byte[]>) - Method in class io.ipfs.api.IPFS.IPFSObject
 

Q

query(Multihash) - Method in class io.ipfs.api.IPFS.DHT
 

R

rawData() - Method in class io.ipfs.api.IpldNode.CborIpldNode
 
rawData() - Method in class io.ipfs.api.IpldNode.JsonIpldNode
 
rawData() - Method in interface io.ipfs.api.IpldNode
 
readArrayLength() - Method in class io.ipfs.api.cbor.CborDecoder
Prolog to reading an array value in CBOR format.
readBoolean() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a boolean value in CBOR format.
readBreak() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a "break"/stop value in CBOR format.
readByteString() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a byte string value in CBOR format.
readByteStringLength() - Method in class io.ipfs.api.cbor.CborDecoder
Prolog to reading a byte string value in CBOR format.
readDouble() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a double-precision float value in CBOR format.
readFloat() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a single-precision float value in CBOR format.
readHalfPrecisionFloat() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a half-precision float value in CBOR format.
readInt() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a signed or unsigned integer value in CBOR format.
readInt16() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a signed or unsigned 16-bit integer value in CBOR format.
readInt32() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a signed or unsigned 32-bit integer value in CBOR format.
readInt64() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a signed or unsigned 64-bit integer value in CBOR format.
readInt8() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a signed or unsigned 8-bit integer value in CBOR format.
readMajorType(int) - Method in class io.ipfs.api.cbor.CborDecoder
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectation.
readMajorTypeExact(int, int) - Method in class io.ipfs.api.cbor.CborDecoder
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectations.
readMajorTypeWithSize(int) - Method in class io.ipfs.api.cbor.CborDecoder
Reads the next major type from the underlying input stream, verifies whether it matches the given expectation, and decodes the payload into a size.
readMapLength() - Method in class io.ipfs.api.cbor.CborDecoder
Prolog to reading a map of key-value pairs in CBOR format.
readNull() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a null-value in CBOR format.
readSimpleValue() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a single byte value in CBOR format.
readSmallInt() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a signed or unsigned small (<= 23) integer value in CBOR format.
readTag() - Method in class io.ipfs.api.cbor.CborDecoder
Reads a semantic tag value in CBOR format.
readTextString() - Method in class io.ipfs.api.cbor.CborDecoder
Reads an UTF-8 encoded string value in CBOR format.
readTextStringLength() - Method in class io.ipfs.api.cbor.CborDecoder
Prolog to reading an UTF-8 encoded string value in CBOR format.
readUInt(int, boolean) - Method in class io.ipfs.api.cbor.CborDecoder
Reads an unsigned integer with a given length-indicator.
readUInt16() - Method in class io.ipfs.api.cbor.CborDecoder
Reads an unsigned 16-bit integer value
readUInt32() - Method in class io.ipfs.api.cbor.CborDecoder
Reads an unsigned 32-bit integer value
readUInt64() - Method in class io.ipfs.api.cbor.CborDecoder
Reads an unsigned 64-bit integer value
readUInt8() - Method in class io.ipfs.api.cbor.CborDecoder
Reads an unsigned 8-bit integer value
readUIntExact(int, int) - Method in class io.ipfs.api.cbor.CborDecoder
Reads an unsigned integer with a given length-indicator.
readUndefined() - Method in class io.ipfs.api.cbor.CborDecoder
Reads an undefined value in CBOR format.
refs - Variable in class io.ipfs.api.IPFS
 
refs(Multihash, boolean) - Method in class io.ipfs.api.IPFS
 
Refs() - Constructor for class io.ipfs.api.IPFS.Refs
 
rename(String, String) - Method in class io.ipfs.api.IPFS.Key
 
replace(NamedStreamable) - Method in class io.ipfs.api.IPFS.Config
 
repo - Variable in class io.ipfs.api.IPFS
 
Repo() - Constructor for class io.ipfs.api.IPFS.Repo
 
resolve(Multihash) - Method in class io.ipfs.api.IPFS.Name
 
resolve(String, Multihash, boolean) - Method in class io.ipfs.api.IPFS
 
resolve(List<String>) - Method in class io.ipfs.api.IpldNode.CborIpldNode
 
resolve(List<String>) - Method in class io.ipfs.api.IpldNode.JsonIpldNode
 
resolve(List<String>) - Method in interface io.ipfs.api.IpldNode
 
right - Variable in class io.ipfs.api.Pair
 
rm(MultiAddress) - Method in class io.ipfs.api.IPFS.Bootstrap
 
rm(MultiAddress, boolean) - Method in class io.ipfs.api.IPFS.Bootstrap
 
rm(String) - Method in class io.ipfs.api.IPFS.Key
 
rm(Multihash) - Method in class io.ipfs.api.IPFS.Pin
 
rm(Multihash, boolean) - Method in class io.ipfs.api.IPFS.Pin
 

S

serialize() - Method in interface io.ipfs.api.cbor.Cborable
 
serialize(CborEncoder) - Method in class io.ipfs.api.cbor.CborObject.CborBoolean
 
serialize(CborEncoder) - Method in class io.ipfs.api.cbor.CborObject.CborByteArray
 
serialize(CborEncoder) - Method in class io.ipfs.api.cbor.CborObject.CborList
 
serialize(CborEncoder) - Method in class io.ipfs.api.cbor.CborObject.CborLong
 
serialize(CborEncoder) - Method in class io.ipfs.api.cbor.CborObject.CborMap
 
serialize(CborEncoder) - Method in class io.ipfs.api.cbor.CborObject.CborMerkleLink
 
serialize(CborEncoder) - Method in class io.ipfs.api.cbor.CborObject.CborNull
 
serialize(CborEncoder) - Method in class io.ipfs.api.cbor.CborObject.CborString
 
serialize(CborEncoder) - Method in interface io.ipfs.api.cbor.CborObject
 
set(String, String) - Method in class io.ipfs.api.IPFS.Config
 
show() - Method in class io.ipfs.api.IPFS.Config
 
SINGLE_PRECISION_FLOAT - Static variable in interface io.ipfs.api.cbor.CborConstants
Denotes a single-precision float (four-byte IEEE 754).
size() - Method in class io.ipfs.api.IpldNode.CborIpldNode
 
size() - Method in class io.ipfs.api.IpldNode.JsonIpldNode
 
size - Variable in class io.ipfs.api.IpldNode.Link
 
size() - Method in interface io.ipfs.api.IpldNode
 
size - Variable in class io.ipfs.api.MerkleNode
 
stat(Multihash) - Method in class io.ipfs.api.IPFS.Block
 
stat(Multihash) - Method in class io.ipfs.api.IPFS.IPFSObject
 
stats - Variable in class io.ipfs.api.IPFS
 
Stats() - Constructor for class io.ipfs.api.IPFS.Stats
 
streams - Variable in class io.ipfs.api.Peer
 
stripWhitespace(String) - Static method in class io.ipfs.api.JSONParser
 
sub(String) - Method in class io.ipfs.api.IPFS.Pubsub
 
sub(String, ForkJoinPool) - Method in class io.ipfs.api.IPFS.Pubsub
 
sub(String, Consumer<Map<String, Object>>, Consumer<IOException>) - Method in class io.ipfs.api.IPFS.Pubsub
A synchronous method to subscribe which consumes the calling thread
suffix - Variable in class io.ipfs.api.Version
 
swapped() - Method in class io.ipfs.api.Pair
 
swarm - Variable in class io.ipfs.api.IPFS
 
Swarm() - Constructor for class io.ipfs.api.IPFS.Swarm
 
sys() - Method in class io.ipfs.api.IPFS.Diag
 

T

TAG_BASE64_ENCODED - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing a base64 encoded string (UTF8 string).
TAG_BASE64_URL_ENCODED - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing a base64url encoded string (UTF8 string).
TAG_BIGDECIMAL - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing a big decimal value (two-element array, base 2).
TAG_CBOR_ENCODED - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing an encoded CBOR data item (byte string).
TAG_CBOR_MARKER - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing CBOR content.
TAG_DECIMAL_FRACTION - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing a decimal fraction value (two-element array, base 10).
TAG_EPOCH_DATE_TIME - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing date/time values as Epoch timestamp (numeric, RFC3339).
TAG_EXPECTED_BASE16_ENCODED - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing an expected conversion to base16 encoding.
TAG_EXPECTED_BASE64_ENCODED - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing an expected conversion to base64 encoding.
TAG_EXPECTED_BASE64_URL_ENCODED - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing an expected conversion to base64url encoding.
TAG_MIME_MESSAGE - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing a MIME message (UTF8 string, RFC2045).
TAG_NEGATIVE_BIGINT - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing a negative big integer value (byte string).
TAG_POSITIVE_BIGINT - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing a positive big integer value (byte string).
TAG_REGEXP - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing a regular expression string (UTF8 string, PCRE).
TAG_STANDARD_DATE_TIME - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing date/time values in the standard format (UTF8 string, RFC3339).
TAG_URI - Static variable in interface io.ipfs.api.cbor.CborConstants
Semantic tag value describing an URL (UTF8 string).
target - Variable in class io.ipfs.api.cbor.CborObject.CborMerkleLink
 
target - Variable in class io.ipfs.api.IpldNode.Link
 
toByteArray() - Method in interface io.ipfs.api.cbor.CborObject
 
toCbor() - Method in interface io.ipfs.api.cbor.Cborable
 
toCbor() - Method in class io.ipfs.api.IpldNode.CborIpldNode
 
toCbor() - Method in class io.ipfs.api.IpldNode.JsonIpldNode
 
toJSON() - Method in class io.ipfs.api.MerkleNode
 
toJSONString() - Method in class io.ipfs.api.MerkleNode
 
toString() - Method in class io.ipfs.api.cbor.CborObject.CborBoolean
 
toString() - Method in class io.ipfs.api.cbor.CborObject.CborLong
 
toString() - Method in class io.ipfs.api.cbor.CborObject.CborNull
 
toString() - Method in class io.ipfs.api.cbor.CborObject.CborString
 
toString() - Method in class io.ipfs.api.cbor.CborType
 
toString(Object) - Static method in class io.ipfs.api.JSONParser
 
toString() - Method in class io.ipfs.api.KeyInfo
 
toString() - Method in class io.ipfs.api.Pair
 
toString() - Method in class io.ipfs.api.Version
 
tree(String, int) - Method in class io.ipfs.api.IpldNode.CborIpldNode
 
tree(String, int) - Method in class io.ipfs.api.IpldNode.JsonIpldNode
 
tree(String, int) - Method in interface io.ipfs.api.IpldNode
Lists all paths within the object under 'path', and up to the given depth.
TRUE - Static variable in interface io.ipfs.api.cbor.CborConstants
The CBOR-encoded boolean true value (encoded as "simple value").
TWO_BYTES - Static variable in interface io.ipfs.api.cbor.CborConstants
Denotes a two-byte value (uint16).
type - Variable in class io.ipfs.api.MerkleNode
 
TYPE_ARRAY - Static variable in interface io.ipfs.api.cbor.CborConstants
Major type 4: array of items.
TYPE_BYTE_STRING - Static variable in interface io.ipfs.api.cbor.CborConstants
Major type 2: byte string.
TYPE_FLOAT_SIMPLE - Static variable in interface io.ipfs.api.cbor.CborConstants
Major type 7: floating point, simple data types.
TYPE_MAP - Static variable in interface io.ipfs.api.cbor.CborConstants
Major type 5: map of pairs.
TYPE_NEGATIVE_INTEGER - Static variable in interface io.ipfs.api.cbor.CborConstants
Major type 1: negative integers.
TYPE_TAG - Static variable in interface io.ipfs.api.cbor.CborConstants
Major type 6: semantic tags.
TYPE_TEXT_STRING - Static variable in interface io.ipfs.api.cbor.CborConstants
Major type 3: text/UTF8 string.
TYPE_UNSIGNED_INTEGER - Static variable in interface io.ipfs.api.cbor.CborConstants
Major type 0: unsigned integers.

U

UNDEFINED - Static variable in interface io.ipfs.api.cbor.CborConstants
The CBOR-encoded "undefined" value (encoded as "simple value").
update(Multihash, Multihash, boolean) - Method in class io.ipfs.api.IPFS.Pin
 
update - Variable in class io.ipfs.api.IPFS
 
update() - Method in class io.ipfs.api.IPFS
 
Update() - Constructor for class io.ipfs.api.IPFS.Update
 

V

value - Variable in class io.ipfs.api.cbor.CborObject.CborBoolean
 
value - Variable in class io.ipfs.api.cbor.CborObject.CborByteArray
 
value - Variable in class io.ipfs.api.cbor.CborObject.CborList
 
value - Variable in class io.ipfs.api.cbor.CborObject.CborLong
 
value - Variable in class io.ipfs.api.cbor.CborObject.CborString
 
valueOf(int) - Static method in class io.ipfs.api.cbor.CborType
Decodes a given byte value to a CborType value.
valueOf(String) - Static method in enum io.ipfs.api.IPFS.PinType
Returns the enum constant of this type with the specified name.
values - Variable in class io.ipfs.api.cbor.CborObject.CborMap
 
values() - Static method in enum io.ipfs.api.IPFS.PinType
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class io.ipfs.api.IPFS
 
Version - Class in io.ipfs.api
 
Version(int, int, int, String) - Constructor for class io.ipfs.api.Version
 

W

writeArrayStart() - Method in class io.ipfs.api.cbor.CborEncoder
Writes the start of an indefinite-length array.
writeArrayStart(int) - Method in class io.ipfs.api.cbor.CborEncoder
Writes the start of a definite-length array.
writeBoolean(boolean) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a boolean value in canonical CBOR format.
writeBreak() - Method in class io.ipfs.api.cbor.CborEncoder
Writes a "break" stop-value in canonical CBOR format.
writeByteString(byte[]) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a byte string in canonical CBOR-format.
writeByteStringStart() - Method in class io.ipfs.api.cbor.CborEncoder
Writes the start of an indefinite-length byte string.
writeDouble(double) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a double-precision float value in canonical CBOR format.
writeFloat(float) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a single-precision float value in canonical CBOR format.
writeHalfPrecisionFloat(float) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a half-precision float value in canonical CBOR format.
writeInt(long) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a signed or unsigned integer value in canonical CBOR format, that is, tries to encode it in a little bytes as possible..
writeInt16(int) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a signed or unsigned 16-bit integer value in CBOR format.
writeInt32(long) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a signed or unsigned 32-bit integer value in CBOR format.
writeInt64(long) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a signed or unsigned 64-bit integer value in CBOR format.
writeInt8(int) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a signed or unsigned 8-bit integer value in CBOR format.
writeMapStart() - Method in class io.ipfs.api.cbor.CborEncoder
Writes the start of an indefinite-length map.
writeMapStart(int) - Method in class io.ipfs.api.cbor.CborEncoder
Writes the start of a finite-length map.
writeNull() - Method in class io.ipfs.api.cbor.CborEncoder
Writes a null value in canonical CBOR format.
writeSimpleType(int, int) - Method in class io.ipfs.api.cbor.CborEncoder
Encodes and writes the major type and value as a simple type.
writeSimpleValue(byte) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a simple value, i.e., an "atom" or "constant" value in canonical CBOR format.
writeSmallInt(int) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a signed or unsigned small (<= 23) integer value in CBOR format.
writeString(int, byte[]) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a byte string in canonical CBOR-format.
writeTag(long) - Method in class io.ipfs.api.cbor.CborEncoder
Writes a semantic tag in canonical CBOR format.
writeTextString(String) - Method in class io.ipfs.api.cbor.CborEncoder
Writes an UTF-8 string in canonical CBOR-format.
writeTextStringStart() - Method in class io.ipfs.api.cbor.CborEncoder
Writes the start of an indefinite-length UTF-8 string.
writeType(int, long) - Method in class io.ipfs.api.cbor.CborEncoder
Encodes and writes the major type indicator with a given payload (length).
writeUInt(int, long) - Method in class io.ipfs.api.cbor.CborEncoder
Encodes and writes an unsigned integer value, that is, tries to encode it in a little bytes as possible.
writeUInt16(int, int) - Method in class io.ipfs.api.cbor.CborEncoder
Encodes and writes an unsigned 16-bit integer value
writeUInt32(int, int) - Method in class io.ipfs.api.cbor.CborEncoder
Encodes and writes an unsigned 32-bit integer value
writeUInt64(int, long) - Method in class io.ipfs.api.cbor.CborEncoder
Encodes and writes an unsigned 64-bit integer value
writeUInt8(int, int) - Method in class io.ipfs.api.cbor.CborEncoder
Encodes and writes an unsigned 8-bit integer value
writeUndefined() - Method in class io.ipfs.api.cbor.CborEncoder
Writes an "undefined" value in canonical CBOR format.

_

_new(Optional<String>) - Method in class io.ipfs.api.IPFS.IPFSObject
 
A B C D E F G H I J K L M N O P Q R S T U V W _ 
Skip navigation links