public interface OfflineListener
| Modifier and Type | Method and Description |
|---|---|
void |
onUnreachableOffline(PeerAddress unreachablePeer,
BaseRelayServer server)
Is called when the
BaseRelayServer detects that the unreachable peer is now offline. |
void onUnreachableOffline(PeerAddress unreachablePeer, BaseRelayServer server)
BaseRelayServer detects that the unreachable peer is now offline.unreachablePeer - the peer that went offlinethe - server that held the connection to the unreachable peerCopyright © 2015. All rights reserved.