|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PeerStatusListener.Reason | |
---|---|
net.tomp2p.p2p | |
net.tomp2p.peers | |
net.tomp2p.storage |
Uses of PeerStatusListener.Reason in net.tomp2p.p2p |
---|
Methods in net.tomp2p.p2p with parameters of type PeerStatusListener.Reason | |
---|---|
void |
IdentityManagement.peerOffline(PeerAddress peerAddress,
PeerStatusListener.Reason reason)
|
Uses of PeerStatusListener.Reason in net.tomp2p.peers |
---|
Methods in net.tomp2p.peers that return PeerStatusListener.Reason | |
---|---|
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. |
Methods in net.tomp2p.peers with parameters of type PeerStatusListener.Reason | |
---|---|
void |
PeerStatusListener.peerOffline(PeerAddress peerAddress,
PeerStatusListener.Reason reason)
Called if the peer does not send multiple answer in time. |
Uses of PeerStatusListener.Reason in net.tomp2p.storage |
---|
Methods in net.tomp2p.storage with parameters of type PeerStatusListener.Reason | |
---|---|
void |
TrackerStorage.peerOffline(PeerAddress peerAddress,
PeerStatusListener.Reason reason)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |