mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Pass incoming connection handler to plugins.
This commit is contained in:
@@ -192,7 +192,8 @@ class ModemPlugin implements DuplexPlugin, Modem.Callback {
|
||||
}
|
||||
|
||||
@Override
|
||||
public RendezvousHandler createRendezvousHandler(KeyMaterialSource k) {
|
||||
public RendezvousHandler createRendezvousHandler(KeyMaterialSource k,
|
||||
ConnectionHandler incoming) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user