Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
F
failed(String)
- Method in interface net.tomp2p.futures.
FutureRunnable
A run() method that fails is very silent, thus we provide failed, which can be used to set a future to fail.
findContentForResponsiblePeerID(Number160)
- Method in interface net.tomp2p.storage.
Responsibility
findContentForResponsiblePeerID(Number160)
- Method in class net.tomp2p.storage.
ResponsibilityMemory
findContentForResponsiblePeerID(Number160)
- Method in class net.tomp2p.storage.
StorageDisk
findContentForResponsiblePeerID(Number160)
- Method in class net.tomp2p.storage.
StorageMemory
findPeerIDForResponsibleContent(Number160)
- Method in interface net.tomp2p.storage.
Responsibility
findPeerIDForResponsibleContent(Number160)
- Method in class net.tomp2p.storage.
ResponsibilityMemory
findPeerIDForResponsibleContent(Number160)
- Method in class net.tomp2p.storage.
StorageDisk
findPeerIDForResponsibleContent(Number160)
- Method in class net.tomp2p.storage.
StorageMemory
finished()
- Method in class net.tomp2p.message.
Message
fireAndForgetTCP(ChannelCreator)
- Method in class net.tomp2p.rpc.
RequestHandlerTCP
fireAndForgetUDP(ChannelCreator)
- Method in class net.tomp2p.rpc.
RequestHandlerUDP
fireTCP(PeerAddress, ChannelCreator)
- Method in class net.tomp2p.rpc.
HandshakeRPC
fireUDP(PeerAddress, ChannelCreator)
- Method in class net.tomp2p.rpc.
HandshakeRPC
FIXED_14_4
- Static variable in interface net.tomp2p.upnp.
StateVariableTypes
Same as r8 but no more than 14 digits to the left of the decimal point and no more than 4 to the right.
FIXED_14_4_INT
- Static variable in interface net.tomp2p.upnp.
StateVariableTypes
FLOAT
- Static variable in interface net.tomp2p.upnp.
StateVariableTypes
Floating point number.
FLOAT_INT
- Static variable in interface net.tomp2p.upnp.
StateVariableTypes
floatValue()
- Method in class net.tomp2p.peers.
Number160
flush(boolean)
- Method in class net.tomp2p.message.
ProtocolChunkedInput
format(LogRecord)
- Method in class net.tomp2p.utils.
LogFormatter
forwardMessage(Message)
- Method in class net.tomp2p.rpc.
ReplyHandler
friendlyName
- Variable in class net.tomp2p.upnp.
Device
FutureBootstrap
- Interface in
net.tomp2p.futures
Used for bootstrapping.
FutureCleanup
- Interface in
net.tomp2p.futures
Some futures have a longer life span than others.
FutureCreate
<
K
extends
BaseFuture
> - Interface in
net.tomp2p.futures
DHT and Tracker operations may occur repeatedly.
FutureData
- Class in
net.tomp2p.futures
FutureData is used as the future object for direct DHT operations.
FutureData(Message, boolean)
- Constructor for class net.tomp2p.futures.
FutureData
Creates the request message for raw data.
FutureDHT
- Class in
net.tomp2p.futures
The future object for the get() and put() operations including routing.
FutureDHT()
- Constructor for class net.tomp2p.futures.
FutureDHT
Deprecated.
FutureDHT(int, EvaluatingSchemeDHT, FutureCreate<FutureDHT>, FutureRouting)
- Constructor for class net.tomp2p.futures.
FutureDHT
Creates a new DHT future object that keeps track of the status of the DHT operations.
FutureDiscover
- Class in
net.tomp2p.futures
The future that keeps track of network discovery such as discovery if its behind a NAT, the status if UPNP or NAT-PMP could be established, if there is portforwarding.
FutureDiscover(Timer, int)
- Constructor for class net.tomp2p.futures.
FutureDiscover
Creates a new future object and creates a timer that fires failed after a timeout.
FutureForkJoin
<
K
extends
BaseFuture
> - Class in
net.tomp2p.futures
The key future for recursive loops.
FutureForkJoin(K...)
- Constructor for class net.tomp2p.futures.
FutureForkJoin
Facade if we expect everything to return successfully
FutureForkJoin(int, boolean, K...)
- Constructor for class net.tomp2p.futures.
FutureForkJoin
Create a future fork join object
FutureLateJoin
<
K
extends
BaseFuture
> - Class in
net.tomp2p.futures
FutureLateJoin is similar to FutureForkJoin.
FutureLateJoin(int)
- Constructor for class net.tomp2p.futures.
FutureLateJoin
Create this future and set the minSuccess to the number of expected futures.
FutureLateJoin(int, int)
- Constructor for class net.tomp2p.futures.
FutureLateJoin
Create this future.
FutureResponse
- Class in
net.tomp2p.futures
Each response has one request messages.
FutureResponse(Message)
- Constructor for class net.tomp2p.futures.
FutureResponse
Create the future and set the request message
FutureRouting
- Class in
net.tomp2p.futures
The routing future keeps track of the routing process.
FutureRouting()
- Constructor for class net.tomp2p.futures.
FutureRouting
FutureRunnable
- Interface in
net.tomp2p.futures
A future runnable is used for running futures in the background (in a different thread)
FutureTracker
- Class in
net.tomp2p.futures
This class holds the object for future results from the tracker get() and add().
FutureTracker(FutureCreate<BaseFuture>)
- Constructor for class net.tomp2p.futures.
FutureTracker
Create a future object for storing
FutureTracker(EvaluatingSchemeTracker, Set<Number160>)
- Constructor for class net.tomp2p.futures.
FutureTracker
Create a future object for retrieving.
FutureWrappedBootstrap
<
K
extends
BaseFuture
> - Class in
net.tomp2p.futures
The bootstrap will be a wrapped future, because we need to ping a server first, and if this ping is successful, we can bootstrap.
FutureWrappedBootstrap()
- Constructor for class net.tomp2p.futures.
FutureWrappedBootstrap
FutureWrapper
<
K
extends
BaseFuture
> - Class in
net.tomp2p.futures
Wraps a future into an other future.
FutureWrapper()
- Constructor for class net.tomp2p.futures.
FutureWrapper
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z