| Modifier and Type | Method and Description |
|---|---|
boolean |
peerFailed(PeerAddress remotePeer,
PeerException exception)
Called if the peer does not send answer in time.
|
boolean |
peerFound(PeerAddress remotePeer,
PeerAddress referrer,
PeerConnection peerConnection)
Called if the peer is online and who reported it.
|
boolean peerFailed(PeerAddress remotePeer, PeerException exception)
remotePeer - The address of the peer that failedforce - The reason, why the peer failed. This is important to understand if we can reenable the peer.boolean peerFound(PeerAddress remotePeer, PeerAddress referrer, PeerConnection peerConnection)
remotePeer - The address of the peer that is online.referrer - the peer that reported the availability of peerAddresspeerConnection - Copyright © 2014. All rights reserved.