mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
Retrieve the set of unseen connection numbers from a connection
window.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package net.sf.briar.api.transport;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
public interface ConnectionWindow {
|
||||
|
||||
long getCentre();
|
||||
@@ -9,4 +11,6 @@ public interface ConnectionWindow {
|
||||
boolean isSeen(long connectionNumber);
|
||||
|
||||
void setSeen(long connectionNumber);
|
||||
|
||||
Collection<Long> getUnseenConnectionNumbers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user