mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Remove transport ID from connection context.
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
package net.sf.briar.api.transport;
|
||||
|
||||
import net.sf.briar.api.ContactId;
|
||||
import net.sf.briar.api.protocol.TransportId;
|
||||
import net.sf.briar.api.protocol.TransportIndex;
|
||||
|
||||
public interface ConnectionContext {
|
||||
|
||||
ContactId getContactId();
|
||||
|
||||
TransportId getTransportId();
|
||||
|
||||
TransportIndex getTransportIndex();
|
||||
|
||||
long getConnectionNumber();
|
||||
|
||||
Reference in New Issue
Block a user