| Package | Description |
|---|---|
| net.tomp2p.peers | |
| net.tomp2p.storage |
| Modifier and Type | Method and Description |
|---|---|
static PeerStatusListener.FailReason |
PeerStatusListener.FailReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeerStatusListener.FailReason[] |
PeerStatusListener.FailReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PeerMap.peerFailed(PeerAddress remotePeer,
PeerStatusListener.FailReason reason)
Remove a peer from the list.
|
boolean |
PeerStatusListener.peerFailed(PeerAddress remotePeer,
PeerStatusListener.FailReason reason)
Called if the peer does not send answer in time.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IdentityManagement.peerFailed(PeerAddress peerAddress,
PeerStatusListener.FailReason reason) |
boolean |
TrackerStorage.peerFailed(PeerAddress remotePeer,
PeerStatusListener.FailReason reason) |
Copyright © 2014. All rights reserved.