Package | Description |
---|---|
net.tomp2p.p2p | |
net.tomp2p.peers | |
net.tomp2p.storage |
Modifier and Type | Method and Description |
---|---|
void |
IdentityManagement.peerOffline(PeerAddress peerAddress,
PeerStatusListener.Reason reason) |
Modifier and Type | Method and Description |
---|---|
static PeerStatusListener.Reason |
PeerStatusListener.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeerStatusListener.Reason[] |
PeerStatusListener.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PeerStatusListener.peerOffline(PeerAddress peerAddress,
PeerStatusListener.Reason reason)
Called if the peer does not send multiple answer in time.
|
Modifier and Type | Method and Description |
---|---|
void |
TrackerStorage.peerOffline(PeerAddress peerAddress,
PeerStatusListener.Reason reason) |
Copyright © 2013. All Rights Reserved.