mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Try to reconnect on connection loss. #262
This commit is contained in:
@@ -10,9 +10,9 @@ import java.util.Collection;
|
||||
*/
|
||||
public interface ConnectionRegistry {
|
||||
|
||||
void registerConnection(ContactId c, TransportId t);
|
||||
void registerConnection(ContactId c, TransportId t, boolean incoming);
|
||||
|
||||
void unregisterConnection(ContactId c, TransportId t);
|
||||
void unregisterConnection(ContactId c, TransportId t, boolean incoming);
|
||||
|
||||
Collection<ContactId> getConnectedContacts(TransportId t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user